I am relatively new to Android programming and i am struggling to send data between activities.
The application structure that i have at the moment is, a home page that directs to a tab host, that contains activities, and some of the activities have their own tab hosts with their own activities, and then there are screens that are shown and not shown based on user input.
Now the main problem that i am having, is sending information to one of the first level of activities from the lowest level of activities.
At the moment i have one large activity,containing a tab host,managing the inputs for the lower level layouts contained within it.
Is this the best practice, or should i be using another method?
Thanks in advance.