I’ve done all the necessary pages etc for my app now. It uses JSON parsers to retrieve information.
I’m now stuck on the login of the app as users will need to login to use the app. How do I need to approach this and are there any tutorials that demonstrates a simple login and pushes into the main app?
Thanks.
I didn’t do it myself, but I think you could use Web View at start to retrieve login, password and then send it to your server to verify. You do it the same way as in usual browser. Or you can use usual view and then send info to server using GET-POST methods of HTTP.