I want to pass some bundled data from activity A to C. The flaw looks like this:
“A calls activity B
B calls activity C”
Right now, my B activity catches the bundled data, packs it into its own intent and then passes it to the activity C.
Is there a way to fetch bundled data in C without passing it explicitly via B?
Its Activity dependent. But yes, you can always use any of these for it
The below link can give you some more detail:
http://developer.android.com/resources/faq/framework.html#3