I don’t have much experience with Renderscript, but I’m wanting to learn a little more. I found this example from Google, but I’m unsure how to actually load my own images into the carousel.
I’m confused about loading more than one image into the carousel, because it doesn’t use an Adapter, but rather one Bitmap and I’m unsure how to go about changing this.
BitmapFactory.decodeResource(res,R.drawable.glossy_overlay);
I’ve done some research, but it’s difficult to find solid examples for someone without much experience. Would someone provide some resources or an example of how I could load my own images into the carousel?
Define static List in CarouselTestActivity
Modify value
Modify getTexture in LocalCarouselViewHelper in the same class
@Override
public Bitmap getTexture(int n) {
Enjoy…