I have found many example related with RenderScript Carousel and their user experience is greater than widget.Gallery. However, I would like to put some layouts inside RenderScript Carousel but cannot. For e.q. in below code, all parameters are not null but Allocation.createFromBitmapResource throw null pointer exception.
mScript.set_gTex_00(Allocation.createFromBitmapResource(mRS, mRes, R.layout.laytest)); -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

