Android Question Help with pop up message

apty

Active Member
Licensed User
Longtime User
Currently I am using message box to show a user that he has answered a question correctly. Is there a way I can display a message that tells the user to move to next question and once he presses next, he moves to next question? i.e some kind of popup window with next button instead of message box
 

apty

Active Member
Licensed User
Longtime User
I managed to do it using msgbox3
B4X:
msg.Show("CORRECT!", "ANSWER", "NEXT", "", "",LoadBitmap(File.DirAssets,"correct.jpg"))
 
Upvote 0
Top