0
Hello!
I would like to know how to go alternating values always in the same Ctivity.
I do not know if this is the way to say it, but I will explain by example
a tabuada app that I have here and is what I really intend to do.
In this app it shows the account, you answer, right or wrong
The bills are alternating.
How do I so that always on the same screen the accounts are alternating?
thank you
Hello. Welcome(a) to Stackoverflow in English. Your question is somewhat empty. Put your Activity code there.
– Pablo Almeida
In any case, the methods
setText
of the probably textual components are what you are probably looking for.– Pablo Almeida