[android-developers] Re: Regarding passing array strings from one activity to another activity

2009-02-15 Thread plusminus
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 wrote: > Hi, > > I have tw

[android-developers] Re: Regarding passing array strings from one activity to another activity

2009-02-15 Thread Marco Nelissen
Posting your code would help us help you. On Sun, Feb 15, 2009 at 8:05 PM, Naina K 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