I am new to Android. How should I pass a String array between two classes?
I tried Intent, by sharing String array between the class, but I get only one String, the rest of the Strings will not displayed.
Can I use a Bundle? Is there some better way to pass a String array?