I want to write a mobile application(android) using Phonegap and I want to detect first use of my application in order to perform some activation process.
How can I detect is this a first use of my application or not?
Should I use any database?or something like cookies?
I want to write a mobile application(android) using Phonegap and I want to detect
Share
You write this function to anywhere :
You can write a value with key to xml file which youidentified name at first run time. The other you check the value is null. If value is null(or space( )) the app is running first time.