+ 1
the infotmation of user in my application does not display anything
I am working on an application and I found a problem with displaying user information. The login to the application works well, but the information display does not display anything https://code.sololearn.com/c4xMQC1p81sH/?ref=app
1 Answer
+ 4
line 47-49
therea some errors in variable's naming .
try this
name.setText(namee);
email.setText(emaill);
salary.setText(salaryy);