janishar / android-mvvm-architecture

This repository contains a detailed sample app that implements MVVM architecture using Dagger2, Room, RxJava2, FastAndroidNetworking and PlaceholderView
https://janisharali.com
Apache License 2.0
2.95k stars 936 forks source link

T is a type-variable #63

Open Mahdihp opened 5 years ago

Mahdihp commented 5 years ago

Error Build App from dagger 2.23.2 And AndroidX Components Screenshot from 2019-07-02 15-56-02 Screenshot from 2019-07-02 15-55-50

BipinAle237 commented 4 years ago

@Mahdihp T extends ViewDataBinding means it accepts binding variable but you are passing ActivityBuilder_BindSplashActivity. eg. if your inflated xml file is activity_splash you should pass ActivitySplashBinding.

jokopriyono commented 4 years ago

I had the same problem too @Mahdihp I already solved the problem, using dagger version 2.24. You can check my MVVM arch in here