[android-developers] Re: Question about the Lsit View

2010-04-17 Thread patbenatar
No divs. If you want to use HTML/CSS markup, look into WebView. For building a native Android UI, check out these links: http://developer.android.com/guide/topics/ui/index.html http://developer.android.com/guide/topics/ui/layout-objects.html That DroidDraw tip given by SheikhAman is a great resou

[android-developers] Re: Question about the Lsit View

2010-04-16 Thread SheikhAman
Google for Droiddraw first. it will give you a nice toll to draw all ur layouts in android. secondly, use an vertical linear layout, in it, add a text view, then add a list view, then add a linear layout, inside linear layout, add button1 and button2. so the text view, list view and linear layout