A mapping used to pass data between various Activities & Fragments in Android
What is a bundle in an Android application? When to use it?
android bundle android-bundleHow do you add an Enum object to an Android Bundle?
android enums android-bundleWill any one please tell me what are all the IPC mechanisms that are present in Android. To my knowledge …
android android-intent ipc android-bundle android-binderI've been working with lots of Fragments recently and have been using two distinct methods of passing in objects to …
android fragment android-bundleI've got an Android application which maintains state regarding distance traveled, time elapsed, etc. This state I can conveniently store …
android state ondestroy android-bundleIs there an easy way to print the contents of a Bundle to Logcat if you can't remember the names …
java android logcat android-bundleHow do I store and retrieve an array list of values in a Bundle in Android? Any examples?
android android-bundleLet's consider a case where I have Fragment A and Fragment B. B declares: public interface MyInterface { public void onTrigger(…
android android-fragments android-bundleI am trying to put an extra message in my intent to pass to AlarmManager to be triggered at a …
android broadcastreceiver alarmmanager android-pendingintent android-bundleI have a class which extends BroadcastReceiver. On receiving a SMS, I would like to pass information to my main …
android android-intent android-activity android-bundle