I'm using some objects that are used by all activities, e.g. an object of the AHTranslator class.
Where is the best place to put these kind of objects?
If I put them in the main activity, they might not exist when calling them from other activities, right?
Where is the best place to put these kind of objects?
If I put them in the main activity, they might not exist when calling them from other activities, right?