android - Hybrid vs Native Mobile app -
android - Hybrid vs Native Mobile app -
i need create mobile app ios , android (so 2 apps). app utilize native mobile functionality, , lot of functionality related displaying static/ dynamic information. planning move info on web app , embed web pages (html5) in mobile apps (basically phone call urls , display info).
is mutual way of developing mobile apps? or there can issues next hybrid approach? there advantages of native app on hybrid app (or vice versa)
thanks kamal
i've done native android development, i've helped debug few apps created using "cross-compile" platforms such phonegap , cross-compiled apps have few quirks it's nice allow platform handle if build native app.
for example, 1 of ones debugged lately didn't implement handlers button events, uncomfortable user experience. in native android app, , assume same ios although i've never tried building ios, scheme handles button presses you, because knows activity running before current 1 , can rebuild it's ui. in phonegap, it's webkit browser wrapped in android application, doesn't have access things backstack.
if maintain in mind scheme isn't going handle kinds of events you, , don't need access sensors on phone, away using 1 of these frameworks
android iphone mobile
Comments
Post a Comment