Sample code for user registration/login?

I’m hoping to find some good sample code for a user registration and login functionality, preferably using native text fields. Does anyone know of a good example around here? [import]uid: 135391 topic_id: 26675 reply_id: 326675[/import]

Anyone have an example of this? Please? [import]uid: 135391 topic_id: 26675 reply_id: 113200[/import]

I think the general reason for the silence (other than people getting used to the new site) is because you haven’t said what you’re logging into. Is it a web-service driven thing or just access to the application?

If it is the app itself, you just need to know what their credentials are and put boxes on the screen to type into.

If it is a web service you need to do the same thing but then call a web service to validate their input.

Actually placing the textboxes on the screen is very straight forward and the sample code in the API and Corona SDK User Interface directory should be enough to get you started. [import]uid: 8271 topic_id: 26675 reply_id: 113202[/import]