• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Gallery Alternate, Custom Horizontal View Scroller

umesh.g

Lurker
Hi,

If any one need alternate for android gallery? Here it is I have custom widget which is alternate for gallery.;)

Please replace line
mViewsContainer.setOrientation(LinearLayout.VERTICAL);

with

mViewsContainer.setOrientation(LinearLayout.HORIZONTAL);
 

Attachments

Back
Top Bottom