I am trying to show an AlertDialog when an item in a ListActivity is clicked. My app displays the ListActivity under a tab of a TabActivity, and the AlertDialog shows up no problem. The ListActivity (
I would like to add an ImageView under my ListView in my ListActivity.So that when the user scrolls to the end of the list, the ImageView shows.
I have a listactivity which contains a listview. i want to show another layout which contains a button at top and a webview at bottom on this listview and that layout always to be shown. I tried this
my initial screen is basically from a listactivity which displays a list of records. i created a menu that should open a new window for entry but always force closes when i click it. below are my code
I have a ListActivity in which I am trying to display an ImageView under the List.I\'m attempting to do this by creating my own BaseAdapter and using two different methods inside the getView method, o
I have a ListActivity with a ListView populated onStart with data from a database. Each row is a custom view. After the ListView is populated I want to select a specific row and edit it (for example c
now i have a activity, that shows a list of usernames. OK it works. But that i need is to show a custom listview item with the username at the left and a button at the right (this button will do a cal
I have a ListActivity with a custom layout. Now I\'d like try to add AdMod my activity but I get the same problems I had when I added a button to the layout. If I have the layouts at 100px I see both
I have an app, that shows a list of friends (each friend haves fullName and movilephone). I\'m using a variation of the listActiviti example of android developers guide
I have a layout for a ListActivity. To modify the list I have used menu-options. But to remove a couple of \"clicks\" on the screen I\'d like to add two buttons in the button of the screen that is alw