Ten different ways to do it. Not much different from a web page that remembers your login, on a regular desktop browser.
On Aug 17, 5:07 pm, Pedro Teixeira <[email protected]> wrote: > Hi everyone, > > I'm trying to create a "registration on my application" activity with > only the user having to insert his name and email. > > I want to add this values to my server database. Which is already > working fine, The user inserts the name and email and android sends a > http request to a php on my server and the php inserts this values in > the database. > > The thing is.. I'd like this to happen only once and by this I mean if > the user has registed with that cellphone the device would remember it > and just go to another activity but keeping thoose 2 values available > to use. > > Is this possible to do? Maybe my application access the device > preferences or something like that.. or should I build besides a > register, a login page for the user to login and make the validation > on the server side? > > Anyone has any tutorial on this or someething to get me started? thank > you . -- 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

