lyraf
01/11/2018, 11:41 AMViewModel
using Kodein? Currently, my structure is as the following snippet but, every time I try to run my App, I get the following crash:
Caused by: java.lang.IllegalStateException: Your activity/fragment is not yet attached to Application. You can't request ViewModel before onCreate call.
Any suggestions?