I have an application which should work only for 30 days or few days.
It’s just a simple application which has some audio files playing to corresponding to images displayed with some text displayed.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There is only one way to truly achieve this:
There are other ways(such as storing installation date somewhere) but then if user uninstalls your app, that info will be gone and when he reinstalls there is no way to know if he installed before.
EDIT:
Ok, since you want to go with
SharedPreferencesway, here is an example:I haven’t compiled this but should give you an idea.