Some ideas:
- If you have the public list in the starter service, you can add in activity_pause the values in your list, and read them in your new activity.
- You can save them in kvs the same way above.
- You can use
CallSubDelayed using an array with the edittext values as parameter
- You can use a panel to show the new layout, instead a new activity.