I am writing an app which uses several basic activities multiple times.
The difference each time being due to the data which is being processed.
One example is a help screen which always works the same way but will display different text depending on the part of the app that calls it.
My question is this how do I pass information from one activity to another to determine which set of data to use? I can't immediately see any way to pass parameters.
The difference each time being due to the data which is being processed.
One example is a help screen which always works the same way but will display different text depending on the part of the app that calls it.
My question is this how do I pass information from one activity to another to determine which set of data to use? I can't immediately see any way to pass parameters.