One option is do to it in preferences. I have something where if the application is started the first time, it offers to show the help screen first for some explanations. The user can then opt out of seeing the help screen first, but can, by editing the settings, can turn it back on to get the help back at start-up. In a similar fashion, your user could opt into the contract.
Ludwig 2008/10/28 Frew <[EMAIL PROTECTED]> > > I am trying to have the typical first run message that prompts the > user to accept a contract and then I want it to populate my database > with some initial values. > > I was thinking about adding a table to the database, setting a single > value to zero in that table, and then when the user clicks 'ok' set it > to 1, but that's probably a bit much. How do you all check to see if > it's the first run? > > Thanks! > -fREW > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

