Android Question What's the better way to share info on our app

hibrid0

Active Member
Licensed User
Longtime User
Hi people, I want to know whats the better practice to share values in our apps.

I'm making my app and have arround 12-15 activities, I need to read the same variables names in every activity and write the same variables.

I'm bored because if I need to make a change I need to change in every activity.

Suggestions please, I'm a newbie!
 

DonManfred

Expert
Licensed User
Longtime User
Another alternative is to use the Starter Service for such Vaiables you want to use "AppWide".
 
Upvote 0
Top