Android Studio – is possible to keep an object across all the activities/fragment?
i would like to have a "global" object that persist in the application, even when you start other activity or fragment, its kind of annoying to use a bundle to pass the same elements in the app. Maybe with viewmodels?…