In activity A I call an API to retrieve list of cities.
Then in activity B there's a button , once the user clicks on that button another activity C will open.Activity C has a drop down list that need to display all cities that i got from activity A.
So my question is how can I access the list from activity A in Activity C without declaring it as public static?