Is it possible to animate the same activity without actually reloading the activity instance? I would like to make my ListActivity slide aside and reveal itself again but with new data in the ListVie
I am trying to make a selection ListActivity, similar to the one used to add shortcuts to the launcher screens. I have rolled my own header and footers, which I would like to be \"sticky\" at the top
I\'m trying to store each line from a file into an arraylist and then combine two arraylists into one. Currently, when I try this, all the different lines are being stored in one line. I want it to sa
Hey all, I know there are a number of tutorials of implementing a custom adapter, but I am not convinced that this is right for me.I have a list view of a custom item layout consisting of two TextView
I have created a ListActivity inside a tabhost, and this tab is supposed to show all records from a sql table. When I click the tab however, it shows the right amount of rows (separation lines) but th
I would like to display a list of images that the user can select.When the user selects a row, the row will stay highlighted.I\'ve displayed a list of images using a ListActivity but I\'m having troub
I want to show custom list view. I have implemented like : Ch. 4: ListActivity Extended in Android ListView and ListActivity - Tutorial
I have 2 activities. First activity extends Activity and second extends ListActivity. I need to call ListActivity from the Activity class
I\'m having some problem using a ListActivity inside a TabHost. I only want to use one class to show different lists (which I manage), but the problem开发者_开发百科 is that when I click on a new tab,
I need help to know, how can I call 开发者_运维百科ListActivity from the Activity class? Can anyone help me? I\'m not sure what you mean by \"call ListActivity from the Activity class\".