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", "[email protected]");
Using with Bundle, we can pass the data to sub activities.
Bundle bun = new Bundle(); bun.putString("EMAIL", "[email protected]");