Answers

Question and Answer:

  Home  Team Leader Android Developer

⟩ 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");

 214 views

More Questions for you: