Team Leader Android Developer Question:

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

Tweet Share WhatsApp

Answer:

Using with Bundle, we can pass the data to sub activities.

Bundle bun = new Bundle();

bun.putString("EMAIL", "contact@tutorials.com");

Read All 67 Team Leader Android Developer Questions
Previous QuestionNext Question
Tell me how is the use of web view in Android?Tell me what is drawable folder in android?