When my android app starts there will be a prompt that asks user whether to upgrade to newer version or not.I used an alertbox to display it.I have two buttons in it, “Upgrade” and “No thanks”.Then I added a checkbox to it.And the label for that check box is “Dont ask me again”. When user click on that checkbox,that should be remembered and the prompt shouldnt asked again.Can anyone suggest me a solution to achieve this?
Share
The Best option you can go for is of SharedPreference. You can Save the in Internal Database.
EDIT