in Technology by
How do you pass the data to sub-activities android?

1 Answer

0 votes
by

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

Bundle bun = new Bundle();

        bun.putString("EMAIL", "[email protected]");

Related questions

0 votes
    I'm a bit stuck on this. Basically I want to do something like the following SQL query in LINQ ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Mar 25, 2022 in Education by JackTerrance
0 votes
    What is a Subjob and how can you pass data from parent Job to child Job?...
asked Mar 18, 2021 in Technology by JackTerrance
0 votes
    If we need to inherit from a base class and want to pass something from the constructor of the inherited class to the constructor of the base class, how can we do that?...
asked Jan 16, 2021 in Technology by JackTerrance
0 votes
    There is no explanation in python documentation whether parameters are passed by value or reference and why the ... actual reference? Select the correct answer from above options...
asked Jan 21, 2022 in Education by JackTerrance
0 votes
    How do we pass command line argument in Eclipse? (a) Arguments tab (b) Variable tab (c) Cannot ... programming questions and answers pdf, java interview questions for beginners...
asked Oct 26, 2021 in Education by JackTerrance
0 votes
    Actually I am checking the excel values whether they are displayed on the web page Mouse hover menu. The menu includes titles and the ... ")); int submenuui = 0; for (int a=1;a...
asked Jul 20, 2022 in Education by JackTerrance
0 votes
    How many dialog boxes do support in android?...
asked Jan 14, 2021 in Technology by JackTerrance
0 votes
    Solve the following puzzle You are going to visit your grandmother on Mother's day. You want to give her two cakes. ... you leave with to be able to give your grandmother 2 cakes...
asked Feb 12, 2021 in Education by JackTerrance
0 votes
    How to pass json format data on ajax call?...
asked Dec 10, 2020 in Technology by JackTerrance
0 votes
    How to pass data between react components?...
asked Dec 5, 2020 in Technology by JackTerrance
0 votes
    I am working on my first Android Application. What I am trying to do is a POST request to a REST ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Feb 13, 2022 in Education by JackTerrance
0 votes
    Hello All,I am using react-navigation v3 for navigation purposes.I have created a tab navigator called ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked May 30, 2022 in Education by JackTerrance
0 votes
    Can anyone tell me how to pass the AWS Big Data Certification? Select the correct answer from above options...
asked Jan 10, 2022 in Education by JackTerrance
...