How to make an object accessible to all activities in an Android program?
You could use the application context (although this is basically storing global state so you need to be careful how you're using it):
Using Application context everywhere?
You could use the application context (although this is basically storing global state so you need to be careful how you're using it):
Using Application context everywhere?