I am having two string arrays inside First Activity - A , now I need to pass both the arrays to the second_activity - B. How do I do it ?
I know about the Intent kind of concept in Android and already passed just single variable value to another activity, but i haven't implement the concept of passing string arrays between activities, I have already surfed net for the same.
What might be a possible solution?