Can a BroadcastReceiver pass control to a Activity? Maybe I am thinking about this in the wrong way but I have a BroadcasterReceiver waiting for a SMS message to come in.once it comes in I would like
I\'m pretty new to Android so I apologize if this question sounds stupid in any way. I\'m trying to开发者_运维百科 create an attendance application with many classes but the 2 main ones will be Stude
I start a new activity from my main activity with Intent i = new Intent(this, Game.class); startActivity(i);
How to change main activity at application startup in Android? I want to implement lock screen asking for password, before allow user to interact with application. Password 开发者_运维问答screen can
i tried coding it, i tried solving it with google and stackoverflow, nothing found :=) so hopefully someone else has a better idea, im not sure if i get everything right:
Am having an application contains activity A,B,C and A is launched from the browser and B is launched from A, a count timer running on A launches an activity C if the timer hits. Could any one plz tel
I have 3 activ开发者_运维技巧ities. A, B and C. From A to C and B to C. How can i from Activity C find out which activity was loaded previously and refereed to this Activity.You could handle this thro
How to pass the detail HashMap to another Activity? HashMap<String,String> detail = new HashMap<String, String>();
I am allowing the user to select an image from the device using the following code: (fromthis post) public class BrowsePicture extends Activity {
I decided to write simple alarm clock (using AlarmManager). When alarm works out I want to show simple dialog with 2 buttons: OK and Snooze. So I have a question: what should I connect with my Pending