Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <h2>Client</h2> <p>For the client side I would suggest you use <a href="http://restkit.org/" rel="nofollow noreferrer">RestKit</a> which is a very convenient framework for consuming REST-based webservers. It works for XML And JSON. I have used it before and can definitely recommend it. There are also various examples, which shows you how to use the framework.</p> <h2>Server</h2> <p>Depending on what you want you might do one of the following options:</p> <ol> <li><p>Easy: If you want to focus more on the client you can simply put your <code>.json</code> files in a folder in your Public folder of your dropbox and consume those data files. You can then make changes to them with the Text Editor of your choice</p></li> <li><p>If you want to have more control and have a Database etc. I suggest using <a href="http://cakephp.org" rel="nofollow noreferrer">CakePHP</a>, which is like Rails for PHP. You have a bit of a learning curve there but the framework is quite powerful and there are lots of resources out there. Like <a href="http://rubyonrails.org" rel="nofollow noreferrer">Rails</a> it follows the <a href="http://en.wikipedia.org/wiki/Model%E2%80%93view%E2%80%93controller" rel="nofollow noreferrer">MVC</a> Paradigm.</p></li> </ol> <p><strong>Update:</strong></p> <p>I just stumbled upon a <a href="http://mobile.tutsplus.com/tutorials/iphone/iphone-json-twitter-api/" rel="nofollow noreferrer">nice step-by-step tutorial</a> for the iPhone which loads json-based twitter-data and displays it in a <code>UITableView</code></p> <p><img src="https://d339vfjsz5zott.cloudfront.net/14_iPhoneJSONFramework/json_preview.jpg" alt="twitter client"></p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload