You also can put your string into the intents data bundle object if  
you are using intents to start your next "page":


Intent intent = new Intent("YourAction");
intent.setExtras("Username", username);

startActivity(intent);




Am 28.08.2009 um 12:05 schrieb Panut Sunyakorn:

>
> You can use SharedPreferences or set static variable for solve this  
> problem.
>
> 2009/8/28 ragavendran s <sraghav.ra...@gmail.com>:
>>
>> Hi ,
>>
>>   I am new to Android development.....I want to transfer transfer my
>> String(username) to another page.....
>> i m having some problems on it...so wil u please tel me the  
>> answer.....
>>
>> with regards
>> S.Raghav
>>
>>>
>>
>
>
>
> -- 
> Panut Sunyakorn
> 087-800-3456
>
> >
>


--~--~---------~--~----~------------~-------~--~----~
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