On Nov 8, 4:01 pm, MobileVisuals <eyv...@astralvisuals.com> wrote: > I want to make a trial version, where the application functionality > works a limited amount of times. The consumer will then be given the > option to buy the complete version on Android market. How can I > implement that?
Depends of your functionalities, if you have a signIn/SignUp mechanisms you might consider storing a new int column in db, which will be incremented every single time user signsIn. During every signIn you check that value and if it will hit the max, it wont let the user to signIn. Greets. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en