Top "Android-bundle" questions

A mapping used to pass data between various Activities & Fragments in Android

What is a "bundle" in an Android application

What is a bundle in an Android application? When to use it?

android bundle android-bundle
Android: How to put an Enum in a Bundle?

How do you add an Enum object to an Android Bundle?

android enums android-bundle
What are the IPC mechanisms available in the Android OS?

Will 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-binder
Passing objects in to Fragments

I've been working with lots of Fragments recently and have been using two distinct methods of passing in objects to …

android fragment android-bundle
Android save state on orientation change

I've got an Android application which maintains state regarding distance traveled, time elapsed, etc. This state I can conveniently store …

android state ondestroy android-bundle
Print the contents of a Bundle to Logcat?

Is there an easy way to print the contents of a Bundle to Logcat if you can't remember the names …

java android logcat android-bundle
Store and retrieve array list in Bundle in Android

How do I store and retrieve an array list of values in a Bundle in Android? Any examples?

android android-bundle
Passing interface to Fragment

Let's consider a case where I have Fragment A and Fragment B. B declares: public interface MyInterface { public void onTrigger(…

android android-fragments android-bundle
Android cannot pass intent extras though AlarmManager

I 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-bundle
Sending Intent from BroadcastReceiver class to currently running activity

I 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