Labels

Learn the powerful enterprise adaptable database:

Getting Started With ADABAS & Natural

Tuesday, March 12, 2013

iOS: Xcode, PHP, MySQL and JSON



This tutorial will guide you to create a simple app with a Login screen which takes username and password from the user and then posts it to a url and parses the JSON response form the server.

Continue reading at: http://dipinkrishna.com/blog/2012/03/iphoneios-programming-login-screen-post-data-url-parses-json-response/

4 comments:

  1. If I want to send data as json to server, how could I?

    ReplyDelete
    Replies
    1. http://stackoverflow.com/questions/22188974/ios-send-json-data-in-post-request-using-nsjsonserialization

      Delete
    2. http://hmkcode.com/android-send-json-data-to-server/

      Delete
    3. http://www.blog.magepsycho.com/sending-json-data-remote-server/

      Delete