DEV Community

Discussion on: I'm an Android Developer(Java/Kotlin), pre-middle level, Ask Me Anything!

 
kasali profile image
Salif KA

I have pasted.This is the link:
gist.github.com/kasali/fd6f42a8523...

Thread Thread
 
devit951 profile image
Ildarov

Seems like your user variable returned by getUser() method is null. Did you initialize it?

Thread Thread
 
kasali profile image
Salif KA

Yes i have initialise !
code in the Viewmodel Class:
public LiveData getUser(String username, String mdp)

{
return userrepository.getUser(username,mdp);
}