facebook iphone app architecture
Posted
by xoail
on Stack Overflow
See other posts from Stack Overflow
or by xoail
Published on 2010-05-03T04:06:02Z
Indexed on
2010/05/03
4:08 UTC
Read the original article
Hit count: 283
does anyone know or predict how facebook's iphone app architecture could look like? More specific to what could be built into the app (client) what could be rendered on demand? Do you think the main menu layout of the app (where all the navigation buttons are there) are on the client or being rendered dynamically? Similarly apps like NYTimes or US News, what portion is done on the client and what is rendered dynamically. What could be the best way to render things on-demand. Would it be ok to use to UIWebView and render most of the app in it?
A quick overview would help.
Thank you!
© Stack Overflow or respective owner