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 ...