no type arguments expected for interface callback

Solutions on MaxInterview for no type arguments expected for interface callback by the best coders in the world

showing results for - "no type arguments expected for interface callback"
Christabel
16 Oct 2020
1Make sure to import ListAdapter from 
2androidx.recyclerview.widget.ListAdapter
3NOT from
4android.widget.ListAdapter
Anton
24 Aug 2016
1//Retrofit
2import retrofit2.Callback INSTEAD of import javax.security.auth.callback.Callback