Android Question How to

Sieber Bogdan

New Member
Licensed User
Longtime User
Hello guys.

How can i save a variable after closing the application? Like saving your best/high score.

Sub Button1_Click
hit=hit+1
End Sub

And i want to save the highest score of "hit".

--------------------------
How can i change button's background? If i create one image and i want to put it as a button or sth like that :)

--------------------------
How can i create /put at the beggining of the application an image or a video for an intro?
--------------------------
How can i use a Sub by calling it?
I tried to use CallSub Example / CallSubDelayed Example but still won't work.
--------------------------
Thanks ,
Sieber.
 
Top