I have my ListActivity that when you tap on an item, it pops up a Dialog that ask the user for user and password. How can I get the selected position from the dialog?
I have a Lis开发者_开发知识库tActivity as my main activity.I want to be able to do a few things on a single item in the list i.e.
I have a class that is already extending TabActivity so i can\'t extend ListActivity. This hasn\'t be a problem until i needed to use this method:
i have a question regarding some weird logcat outputs. Scenario: I have a li开发者_如何学Cstactivity with images and textviews, etc. The images are loaded by Fedor\'s implementation of LazyList. I c
i am trying to develop this app in an开发者_如何学Cdroid that has 3-4 buttons and a list being displayed below them. each button when clicked must reload the list with new contents based on which butt
I have a list view with 2 buttons on e开发者_运维技巧ach row. I am using a cursoradpater to populate the list.
First off, I did post this to the android google group first but its moderated and I\'m not sure how long itll take to show up there so hoping someone here can help.
I\'m trying to add a header to the top of a ListView that is declared in a ListActivity and I am trying to use the method where one includes the ListView inside a LinearLayout and id\'s the listview a
Is declaring a class that extends Activity inside another Activity class possible? If it is, how would I register that class in the manifest? Also,开发者_如何学编程 is that something that can be reaso
I\'m writing a simple database app on Android.The main activity is just a list of products - a ListActivity using a CursorAdapter.How is the best way to go about changing the order of the list (is sor