EditText getting Null as value, even if it is passing a String with value in it

3

I am performing the query in MySQL and checking, IF MYSQL =! null, populate some fields of type EditText. However, it is not possible because it is giving error that I am passing a value null.

As you can see below in my code, in my class products + bank result are ok, but even then I can not put the values for the EditText fields.

From the research I've done, I think it's via SetText that I do this ...

    
asked by anonymous 05.06.2016 / 05:53

0 answers