hi friends i am a new developer to java and android,
in my app i am using sax parser to getting the values of a particular tag. i have stored all those values in an Array. When i printed it in my log cat it appears to be as follows.
[s,d,f,g,h,h,j,q,k,k...............]
Now my problem is, in another activity i used to get a dynamic value, if the value is 7 i want the seventh value stored in the array list.
How to do this, please guide me friends….
You should learn how activities can share data through intents’ extra. Read anddev book, page 58.
Regards,
Stéphane