iTunes URL: http://itunes.apple.com/in/app/cucinasi/id405494894?mt=8
This application is all about Italian recipes. Server is holding a database of recipes of information related to ingredients, method of preparation, usage of recipe, image of recipe etc. There are more than 24,000 recipes hold in server database. The communication between server and client is done via http web services. JSON is the format of data which client will understand.
App main view will show different categories of recipes. On selection of recipe, it will show the list of 100 recipe titles picked up from server. If there are more recipes, user will see “Next” button at the bottom and on click of it, it will show next 100 recipe titles from server. Similarly, “Previous” button to show previous recipe titles. This will be same even for search. Then on click of a recipe title, it will show the details of the recipe like ingredients, method to prepare, how many people it will server, image of the recipe etc.