[android-developers] Problems about gallery widget, help!

2012-04-17 Thread Russell
1.I wish my gallery widget can dispaly 6 images at the same time, and the layout is a 2*3 matrix, and when I slide the screen, the widget display another 6 images, how to code this function? 2.I want to add some dots under the gallery widget to show which page the gallery is displaying, is there

Re: [android-developers] Problems about gallery widget, help!

2012-04-17 Thread Justin Anderson
Didn't you already ask this question? And didn't someone give you an answer? Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Tue, Apr 17, 2012 at 12:50 PM, Russell free...@gmail.com wrote: 1.I wish my gallery widget can dispaly 6 images at the same

Re: [android-developers] Problems about gallery widget, help!

2012-04-17 Thread Mark Murphy
On Tue, Apr 17, 2012 at 2:50 PM, Russell free...@gmail.com wrote: 1.I wish my gallery widget can dispaly 6 images at the same time, and the layout is a 2*3 matrix, and when I slide the screen, the widget display another 6 images, how to code this function? Use ViewPager instead of Gallery.

Re: [android-developers] Problems about gallery widget, help!

2012-04-17 Thread Eiffel Zhu
Thx a lot, i'll try. On Wed, Apr 18, 2012 at 2:54 AM, Mark Murphy mmur...@commonsware.comwrote: On Tue, Apr 17, 2012 at 2:50 PM, Russell free...@gmail.com wrote: 1.I wish my gallery widget can dispaly 6 images at the same time, and the layout is a 2*3 matrix, and when I slide the screen,