I have an activity Alert, which is defined in the manifest like so : <activity android:name=\"Alert\"
this is the same question as \"how can I retrieve data from the new one to the old one\". But in my first Activity, I called setContentView(R.layout.main);. There is a surfaceview drawing on canvas.
Use Case: Activity A is main activity. Whereas Activity B is SearcActivity (SearchManager). Activity B is ListActivity, so whatever result comes, result is displayed in the list. Once user clicks on t
I was having the problem in here : How to start Activity in adapter? . however, i would like to modify the transition animation direction. since, inside an adapter, you cannot call overridePendingTran
I am new to Android development. I am developing an app that upon receiving an SMS message with a unique string of text, the GPS is enabled and starts tracking the location of the phone. The issue I\'
I have an application with several开发者_如何学JAVA Activities in Android and I want the user to be able to log-out by pressing a menu button. The problem I have is that
In an Android applic开发者_如何学Pythonation, how do you start a new activity (GUI) when a button in another activity is clicked, and how do you pass data between these two activities?Easy.
I want to know which activity calls current activity.I have three activity namely A,B and C. i am calling activity C from A or B. In activity C i want to know which activity calls A or B.
I have a ListActivity with my customized adapter and inside each of the view, it may have some buttons, in which I need to implement OnClickListener. I need to implement the OnClickListener in the ada
in my app i am having an Activity that launches another Activity ontop of it. The second Activity is meant to provide controls like next and previous for the first activity.