Tell me how do you pass the data to sub-activities android?

Submitted by: Muhammad
Using with Bundle, we can pass the data to sub activities.

Bundle bun = new Bundle();

bun.putString("EMAIL", "contact@tutorials.com");
Submitted by: Muhammad

Read Online Team Leader Android Developer Job Interview Questions And Answers