When I test the game on the browser it works fine, it saves and displays the numbers in the way I want. But when i build a debug apk for my android it doesn't save the numbers, it displays the initial values though.
Am I missing or doing something wrong?
EDIT: SOLVED
I changed the setText from the layout start to every tick and it worked.