I have a question to do please!
I’ve been reading about how to create a iPhone app, what I need to do is parse some json structure.
I have the names of some products which will be displayed in a list then, when you click on each product you’ll be redirected to the gallery of that product.. all this will have a database online!
Now, I’ve been trying to do this by using some sample codes, but I come at one point where I get stuck..
My question for you, if possible please, is to ask , How do i start this? I mean, should I start with using a View based App, Tabbed app? Empty application?
How do I search in google, with which key words about parsing json structure in order for them to act as a menu, I mean once you click the product the gallery should appear?
What I need is just some keywords… not any solution or anything else!
Thank you!
You can start by taking View based App. In this type of app your a root view will already be added to your window. You can add a navigation Controller later… if you need any further assistance..feel free to ask!!