Hi all,

  In an application I am switching between HomeApp.java activity to
ListApp.java activity
using following code :

                Intent filelist = new Intent(this, ListApp.class);
        startActivity(filelist);

Other than just switching , how can I pass some data( e.g. String
name, Int no etc. that we are passing in methods) from HomeApp to
ListApp??

Please reply.Thanks in advance.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to