Hi,
I want to read a list of items from the sqlite database and display them in a list on the phone. I know that this would be possible with a ListActivity. However, if I use a ListActivity, I can't display anything else than the list itself, can I?
I want a text on top of the list and on the bottom of the list a search field and a button. How is this possible with an Activity or ListActivity? After hours of researching it seems to be impossible...?
Thank in advance for any hint




