It works if you do it right. ;) I think what you are doing wrong is that you try to receive the String [] from the parameter in onCreate(Bundle savedInstanceState) but you should get it from getIntent().getExtras().get...
Regards, plusminus On 15 Feb., 23:05, Naina K <[email protected]> wrote: > Hi, > > I have two activities. I want to pass array strings from one activity > to another. I am using putStringArray and getStringArray functions. > But still its not working. Could you please let me know how can I do > it? Is there any other way to do it? > > 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 [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 -~----------~----~----~----~------~----~------~--~---

