Hey,
I've been playing with xcode and objective-c for the last month and I think I'm ready to develop an app for my website.
Since I've never done that before, I have no idea how to design the code.
I had two general ideas in my mind:
Create a special WEB page for the mobile view. this means my app will just be a web-browser with Tab Bars and I don't really like this idea.
Actually when doing this, the app is not really needed as there's nothing new and the user is able to view the website exactly the same when using Safari.
Create a special JSON page with plain text (to reduce bandwidth and stuff), the app will build the UI itself given the information from the HTTP server. Right now this sounds like the best idea for me as it uses less bandwidth (=faster), I'm much more flexible as the standard web-browser component is very restrictive.
Has anyone here ever built such an app? I'm fine with the coding (for now), I just need to get the general idea about how I should design the code itself.
Sincerely,
Adam.
I've been playing with xcode and objective-c for the last month and I think I'm ready to develop an app for my website.
Since I've never done that before, I have no idea how to design the code.
I had two general ideas in my mind:
Create a special WEB page for the mobile view. this means my app will just be a web-browser with Tab Bars and I don't really like this idea.
Actually when doing this, the app is not really needed as there's nothing new and the user is able to view the website exactly the same when using Safari.
Create a special JSON page with plain text (to reduce bandwidth and stuff), the app will build the UI itself given the information from the HTTP server. Right now this sounds like the best idea for me as it uses less bandwidth (=faster), I'm much more flexible as the standard web-browser component is very restrictive.
Has anyone here ever built such an app? I'm fine with the coding (for now), I just need to get the general idea about how I should design the code itself.
Sincerely,
Adam.