On Mon, Apr 16, 2012 at 11:54 AM, Russell <[email protected]> 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? >
With Java, an IDE, like Eclipse, a keyboard, and ideally 8 - 10 fingers. 2.I want to add some dots under the gallery widget to show which page > the gallery is displaying, is there a widget can achieve this > function? > Not that I'm aware of. Did you look for one? This should not be difficult to put together, though. > 3.I know hot to load pitcures in the res/drawable, but if my pitcures > are in a database, how to load them? > http://lmgtfy.com/?q=android+load+image+from+database > 4.I want to add some buttons to set the gallery widget to display > different category images, how to code? > See #1. thx for your answer!! Try this and come back if you're not satisfied: http://www.catb.org/~esr/faqs/smart-questions.html ------------------------------------------------------------------------------------------------- TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago transit tracking app for Android-powered devices -- 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

