⟩ Tell me how do you pass the data to sub-activities android?
Using with Bundle, we can pass the data to sub activities.
Bundle bun = new Bundle();
bun.putString("EMAIL", "contact@tutorials.com");
Using with Bundle, we can pass the data to sub activities.
Bundle bun = new Bundle();
bun.putString("EMAIL", "contact@tutorials.com");