Mert Şimşek

Results 17 comments of Mert Şimşek

@prabinshrestha Don't place your ViewModel into another ViewModel. You should provide your ViewModel from ViewModelProviders. `ViewModelProviders` needs a context to create your ViewModel with given type. There is nothing wrong...

`ActivityMainBinding` class is generated class. Databinding generates it when you build your project. Did you clean/rebuild the project?

Did you clean/rebuild @ygorcesar

Great work Mike! I will create a new kotlin impl branch asap @JairAviles .

You don't need to do it. Dagger is already doing that for your. You can directly use your MainActivity in you module. ``` public class MainActivityModule{ @Provides public MainView providesMainView(MainActivity...

Use `xmlns:attrs="http://schemas.android.com/apk/res-auto"`

Will fix this soon!

It is not supported yet.

Hmm. It is missing. I will add the getter method for current status asap.

I know how viewmodels are injected. But I tried to use it like `Map