简体   繁体   中英

Building Android hybrid mobile application from iOS hybrid mobile application

We have an iOS mobile application which is built up using native tabbar design, where one tab consist a web view to display Cordova view. The other two tabs are purely native.

Now we are planning to build same application for Android mobiles.

Please guide us how and where to start for migration.

  • Do we require to update cordova code for supporting Android or the same code will work?
  • How to support various number of Android screen sizes?

Adding my comment as answer for future readers.

  • No need to update the cordova code but have to create native code for andorid also for other tab
  • For web view have to use Bootstrap of Responsive design framworks to support mutilple screes sizes

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM