Using with Bundle, we can pass the data to sub activities.
Bundle bun = new Bundle();
bun.putString("EMAIL", "contact@tutorials.com");
Bundle bun = new Bundle();
bun.putString("EMAIL", "contact@tutorials.com");
0 Response to How do you pass the data to sub-activities android?
Post a Comment