Hi,

  I would like to try identify something unique inside each activity
(and reloaded data). For example, on APIDemos activity, it has a
ListView with "App, Content, Graphics, Media, OS, Text and Views" in
the first list. If I click on "App", then it refreshes the activity
and load new data and produces a ListView with "Activity, Alarm,
Device admin... etc". Is there a way to identify that those 2 are in
fact different screens? (All the properties are the same since it's
the same activity, just loading different data). Can I use the calling
intent as a way to identify the activity with data? What if there are
multiple intents that launches the same activity (with same data, is
that possible?)

For example, I would like to differentiate the activity API Demos with
"Activity, alarm, device admin etc.." from the same activity but with
the data "App, Content, Graphics".

Or, if there is no way to uniquely identify an activity with data, is
there a way that we can specify UID in AndroidManifest.xml or
somewhere so that we can identify the activity?

Thanks,
-Tim

-- 
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.

NEW! Try asking and tagging your question on Stack Overflow at
http://stackoverflow.com/questions/tagged/android

To unsubscribe from this group, send email to
android-beginners+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en

Reply via email to