I am trying to create a simple android project which has a organisation (Of Activity XML)
|Image | Button | Button |
|Listview Row(Image + Text + Image) |
| Button |
The samples which I have seen extend ListActivity and override getView method. The problem I see with that is that the activity would only have a list and not the other things which I have shown in organisation.
It would be something like extending the ListView... But I am not able to find a solution.
Can you guys please help..
thanks a ton.