Using Intent in an Android application to show another activity
In my Android application, I have two activity classes. I have a button on the first one and I want to show the … Read more
In my Android application, I have two activity classes. I have a button on the first one and I want to show the … Read more
How can you filter out specific apps when using the ACTION_SEND intent? This question has been asked in various ways, but I haven’t … Read more
Before KitKat (or before the new Gallery) the Intent.ACTION_GET_CONTENT returned a URI like this content://media/external/images/media/3951. Using the ContentResolver and quering for MediaStore.Images.Media.DATA returned … Read more
I can find a way to send parameters to my activity from my notification. I have a service that creates a notification. When … Read more
so I am getting this in logcat: java.lang.RuntimeException: Parcelable encountered IOException writing serializable object (name = com.resources.student_list.Student) I know this means that my … Read more
I don’t need to call the phone number, I just need the dialer to open with the phone number already displayed. What Intent … Read more
I am trying to open an image / picture in the Gallery built-in app from inside my application. I have a URI of … Read more
For debugging reasons I want to list all extras (and their values) of an Intent. Now, getting the keys isn’t a problem Set<String> … Read more
I’d like to put a “Rate This App”-link in an Android App to open up the app-listing in the user’s Google Play store … Read more
I am getting the following tool tip in AndroidManifest.xml: App is not indexable by Google Search; consider adding at least one Activity with … Read more