Hello!
I have a problem: I have in my method()
String t = results[2];
String d = results[0];
with return t + d;
And I want to import it to other method1(). How can I do that??
Thanks!!