Possible Duplicate:
J2me detecting first start of application
I'm developing a J2ME application and I want to know if it is the first time to run the application in the device to be able to show welcome message to user and else the user will be taken to the main screen directly
How to make so?