I am having two activities in my application. I want to pass tha array of String from one activity to another.. How to pass this values from activity to activity?
Here's some reading: http://www.vogella.de/articles/AndroidIntent/article.html#overview_accessdata go to section 2.1.
Also, How to pass ArrayList using putStringArrayListExtra() should explain something similar.