I am having a problem in trying to pass a ArrayList Object from Activity to Activity. Currently I am parsing a XML response using SAX Parser. The information I parse goes into a ArrayList. The informa
I was doing an android app and I want to lock some feature temporally for each us开发者_StackOverflow中文版er.
I have 5 activity in back stack. At a time, I want to remove 4 child activity from back stack. how can I do this? i dont want to finish each activity by hand. is there any method wh开发者_JAVA百科ich
as you can find in the \"Running services\" page, like the softkeyboard, \"input method: touch to manage\", can start a custom Activity。
public class test extends ListActivity{ /** Called when the activity is first created. */ protected Dialog mSplashDialog;
I am trying to write an utility method, that would be able to start activity (belonging to current application) marked as \"android.intent.action.MAIN\". The utility method should not accept any param
I would like to know if I can freeze the current Activity, while I wait for another activity or dialog (any would do) to finish.
I am programming in android for a Samsung tablet, and I have 2 activities, one of this is a list of football teams, and the other activi开发者_开发问答ty is their twitter, but i have a problem to pass
so my app has two tabs tab 1 is a login page then tab 2 is a user details the user needs to loginfrom tab 1 then only details would load from tab 2 so if the user didn\'t login and goes to tab 2,
I get the ERROR/AndroidRuntime(609): android.content.ActivityNotFoundException: Unable to find explicit activity class {mark.the.map/mark.the.map.ShowTheMap}; have you declared this activity in your