Question Detail
Thread Reply
Anonymous
- 3 years ago
In the first activity:
Intent intent = new Intent(context, NewActivity.class);
intent.putExtra("key", stringArray);
context.startActivity(intent);
and in the second one:
Intent intent = getIntent();
String [] stringArray = intent.getStringArrayExtra("key");
Anonymous
- 3 years ago
Goal Ploy - Money Management App