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
Post a Comment