Well, My first try was designing UI with scrollView, LinearLayout and my_item.xml, i tried to inflate my_item.xml adding programmatically into the linearlayout (horizontal orientation), but it doesn't work in the way that i want. I need something like a linearlayout but with horizontal and vertical orientation at the same time (something like a div).
I was thinking to use a ListView and a custom adapter (with my_item.xml), but i'm not sure if this can be the best solution. BTW, i searched in those resources, but i couldn't find something appropiate for my problem :( 2011/12/14 TreKing <[email protected]> > On Wed, Dec 14, 2011 at 11:57 AM, Christian Palomares (ShinjiDev) < > [email protected]> wrote: > >> I've tried to do something similar, but i couldn't =( >> > > What did you try? What didn't work? > > >> Is there any place where i can get the source code of the >> youtube application for Tablet? >> > > That app is no open-source, AFAIK. > > >> Or maybe some resource to solve this? >> > > http://developer.android.com/index.html > http://android-developers.blogspot.com/?hl=en > > > ------------------------------------------------------------------------------------------------- > 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 > -- Christian Eduardo Palomares Peralta (ShinjiDev) - http://learningwebdev.blogspot.com Administrador del Grupo Python-PerĂº -- 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

