I would like to launch an app the user selects from within my application. However, I\'m not sure how I\'d go about doing this. I\'ve tried this:
I\'m new to Android development, so I might be missing something obvious. I want to launch an Activity when the user\'s phone clock hits a specified time (similar to an alarm). However, I\'m not sure
At the moment I am using two intents. One for voice-recording, another for the camera: Intent photoIntent = new Intent(\"android.media.action.IMAGE_CAPTURE\");
I\'m working on a widget that will change the data it is displaying when a user taps on it. This would normally be easy to deal with, but my app widget provider is handling multiple widget instances t
We are trying to use the native camera app to let the user take a new picture. It works just fine if we leave out the EXTRA_OUTPUT extra and returns the small Bitmap image. However, if we putExtra(EXT
I\'m using the following to initiate the sending of an email: Intent i = new Intent(Intent.ACTION_SEND);
Roger, I see that you\'ve been tinkering with camera intents. I\'m having real trouble ju开发者_StackOverflowst getting
I\'m working on an application that got an activity that is set to have intent filter <intent-filter>
I\'m starting to learn how to develop apps for Android, and I\'m having some issues with intents--it just doesn\'t seem like they\'re documented at all. All I want to do is send the user to the video
I want to be able to download a file with a particular extension from the \'net, and have it passed to my application to deal with it, but I haven\'t been able to figure out the intent filter.The file