How to create vertical dynamic listview?
I have to create 1 xml which conta开发者_Go百科ins
ImageView ImageView ImageView
TextView TextView TextView
Pls help me with xml code
Thanks
To get source code of list view with image view click here
You can use droiddraw to create XML. You can download droiddraw from here Its very easy to use.
Thanks Deepak
Use droiddraw
to create your application layout and generate xml file.
use droiddraw to create your xml. here's a link for that Droiddraw
Use a relativelayout and position your children as you wish. Using RelativeLayout is preferred while building complex layout. This ViewGroup avoids unnecessary overhead xml structures, similiar to the old standard
<table>
in html. Check out this tutorial: http://developer.android.com/resources/tutorials/views/hello-relativelayout.html
精彩评论