I\'d like the android browser to offer the user to open a downloaded file with my own application/activity.
I am relatively new to Android programming.I have been given a task at work where I need to create a Custom Home activity launcher.I did a bit of research and found the example on the Android develope
Any ideas how to launch an activity and send a value from a dialog button? Here\'s what I have at the moment. Tried a number of variations but app crashes when the button is pressed:
I have a tab activity, and inside one tab I have activitygroup. Initially activity A is shown and from there I want to call activity B using startactivityforresult. How to achieve this?
In our requirement, we need to refresh A activity after B activity finish. but B activity is set as singletask.
I\'m having some trouble wrapping my head around this idea, and I wanted some input. I\'m starting a service from my initial activity that runs a new thread (class that implements Runnable in this cas
I am trying to launch a MapActivity from Activity using intent. Following is how i defined my MapActivity
I am working on an app and in one of my activities I display a progressdialog. I have managed it so that it displays correctly during rotations, and I thought that would handle the case of a phone cal
i have a logout button that appear in all my activity class except login activity,. the logout button have the s开发者_C百科ame logic for all activity class, it simply tell the server the user is log
I\'m having a requirement where i can press a logout button from any activity in the application,the thing is when I press the logout button I need to get the login screen without showing the previous