I have to implement this kind of feature for a custom home screen in Android. I've noticed that it's impossible to use GridView with an HorizontalScrollView... so this is a big problem... is there any other solution?
I thought that i would have to do a sort of my DataGridView, with its own BaseAdapter, using it with the HorizontalScrolView... Could it be the right way? Another idea could be to use Animations with gesture to move the DataGridView? I'm not sure that is possible to do that, could you helpl me to undestrand which is the better way? Thanks. -- 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

