iOS and Android programming -


i have developed few android applications , working on developing ios application scratch. there method can focus on developing ios application in such way can reuse of components or features developing same application on android platform?

is there method can focus on developing ios application in such way can reuse of components or features developing same application on android platform?

you can if use web technologies (html, css, javascript). can if build web-based app or hybrid app, i.e. 1 uses web-based content running inside native shell. phonegap if you're interested in building hybrid app -- offers quick way started. there cross-platform frameworks titanium purport offer write once/run on several platforms functionality.

if want build app that's native on both platforms, won't able reuse application logic. ios , android use different frameworks written in different languages running on different hardware, , apps on each platform work differently well. so, can re-use whatever work put infrastructure drives apps. apps rely on sort of server infrastructure supply or collect data, , server component can serve apps running on either platform.


Comments

Popular posts from this blog

android - getbluetoothservice() called with no bluetoothmanagercallback -

sql - ASP.NET SqlDataSource, like on SelectCommand -

ios - Undefined symbols for architecture armv7: "_OBJC_CLASS_$_SSZipArchive" -