Hi all!
I wanted to know how to add a login screen to my app. I am using Kivey, a backend-service, and I took the GitHub files and added it to my app. Now I don't know what to do with them. I wanted to make a login screen that had textboxes that users would enter their info into. Then have a Login Button, that would be pressed, and it would take the data from the textboxes and send it up to the server.
Here's my question:
How can I do what I just stated above?
I really need this because this is a huge feature we really need!
Thanks in Advance!
-Landon
JLS
Lead Coder and Designer
Comments
Could you at least provide a link to the kivey files you are using?
Thanks for the response!
Here is the link to the files I am using
https://github.com/KosiDossApps/gideros_restful_apis/tree/master/kinvey
Thanks and Hopefully You Can Help Me!
Lead Coder and Designer
There is an example project for kinvey there
https://github.com/KosiDossApps/gideros_restful_apis/tree/master/examples/kinvey
And you can see there how it is implemented:
https://github.com/KosiDossApps/gideros_restful_apis/blob/master/examples/kinvey/main.lua