Team Leader Android Developer Question:
Download Job Interview Questions and Answers PDF
Tell me how do you pass the data to sub-activities android?
Answer:
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");
Download Team Leader Android Developer Interview Questions And Answers
PDF
Previous Question | Next Question |
Tell me how is the use of web view in Android? | Tell me what is drawable folder in android? |