user authentification

  • Thread starter Thread starter Andreas Schulz
  • Start date Start date
A

Andreas Schulz

Hi,

i build an application where it would be necessary to use a kind of user
authentification, that means it is possible that different people use
the application on the pocket pc. but data are user specific. is there a
specific mechanism already implemented or what other solutions are possible?

thanks
 
I believe there is not specific mechanism in place. In my app, i have a
similar type functionality going on. i have a directory that stores all the
users info, separated out by their usernames that are names of directories
inside that parent directory. i know what directory to look for based on
their username. It isn't difficult to implement if you use a standard naming
convention across all the user settings files.

Jason
 
Back
Top