php - Need some initial guidance for Android and iOS app using MySQL -


i'm start development of app i'll need make use of queries retrieve information database , print on app. have lot of experience doing using php/mysql coding have never done on mobile app. how recommend begin coding? there tips can share me develop app?

i need develop app in both android , ios. should aware of when doing this? there builder (other flash builder) export both versions of app?

thanks, , information helps!

are storing database locally or accessing remote database.

i ios developer can give u tips ios only. concept must similar android well.

if storing database locally in app, there sqlite , coredata that. , different wrapper framework such fmdb sqlite makes things easy this.

if accessing remote database of apis consumes json/xml formatted data server database. apple has provided inbuilt xml , json parser this. framework afnetworking handy.


Comments

Popular posts from this blog

java - How to specify maven bin in eclipse maven plugin? -

single sign on - Logging into Plone site with credentials passed through HTTP -

php - Why does AJAX not process login form? -