简体   繁体   中英

If I have an android app that needs to be improved, and I need to make the same app on iOS, which tools should I use?

There is an Android app for:

  • marking certain events
  • answering a few questions related to the event
  • reporting the mark and the answers to an institution

A database is already created and I have access to the code of everything created. My job is to:

1) Upgrade the app with some small additional features, like reviewing sent messages and a direct call button to the institution

2) Make the same app for iOS mobile devices.

Is it better to continue working with the Android Studio and make the iOS app separately, or to use a framework for both operating systems, like Xamarin?

I am a novice programmer and I do not have any experience with C# or Swift. The relevant limitations are time (3 months) and complexity of developing. The tools should be free too.

Thank you.

Cross Platform ( Not Recommended )

Xamarin , Phonegap , Ionic

I Don't Suggest you to use Cross Platform Because of Output Size is Unreasonable And ... (Google it!)

Native As my experience Better way is using Native platform, your app can use last libraries and has more stability than apps build by hybrid or cross platform tools. Also Better performance

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