Click here to Skip to main content
15,881,139 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i have register button by which user can enter details.
after details are submitted button disappears, it works fine.

But when we press back button form mobile it appears .
how to solve it ??
Posted

1 solution

You can create a global boolean variable and set it true. when you try to submit registration set it to false .
for knowing how to create a global variable check this link:

how-to-declare-global-variable-in android[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900