android - How can I make a listview with more than a title? -


I want a special list view with a title, some sub-categories and a picture. This is a big idea of ​​the picture given below, how I would like to keep it. I am very new to Android so keep in mind that the details really help me.

alt text

You can create an XML layout that is used for each ListView item. If you have not done so yet, read about the introduction of different layout types. There are also "Hello Layouts" tutorials for each layout type associated with that page.

In this situation, you can use a horizontal linear timepiece with a vertical linear goal and an image view inside it.

To force your object to be visible within your list view object,

If you search nearby, you will find many tutorials on SimpleAdapters Can get.

Comments