I recently decided to have a closer look at the new Android Architecture Components that Google released, especially using their ViewModel lifecycle-aware class to a MVVM ar
You can extend your ViewModel from AndroidViewModel, which has the application reference, and start the activity using this context.