Hi Amit,
Thanks for ur reply
I had Used it like following ,
Intent filelist = new Intent(this, ListApp.class);
showButton.putExtra("android_giude.AndroidView.hello","Asif
here");
startActivity(filelist);
But my doubt is how to retrive this value in the ListApp activity??
Please reply ASAP.
thanks,
Asif
On Jan 8, 1:25 pm, A R <[email protected]> wrote:
> check putExtra method in Intent Class
>
> Regards,
> Amit.
>
> On Jan 8, 12:37 pm, Asif k <[email protected]> wrote:
>
>
>
> > 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.- Hide quoted text -
>
> - Show quoted text -
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---