How could we move the data in sub activity?
Data could be moved from one activity to another with the help of bundles.
To know the coding, refer below :
BY Best Interview Question ON 13 Jan 2019
Example
Bundle b=new Bundle();
b.putString(“Email”, “[email protected]”);
i.putExtras(b); //where I is intent