A
A
Adik Izat2020-11-07 22:48:12
Mobile development
Adik Izat, 2020-11-07 22:48:12

What tools are optimal for developing an application for both IOS and Android?

This will be my first mobile development project, so please don't judge too harshly.

There is a website written in laravel. The site is like a regular directory of performers, with an authorization function.

I already have a rough idea of ​​how to create an API for displaying (after GET requests) and editing (after POST requests) information on the site. There are some security questions, but that's not the point.

It would be desirable to create applications at once under two platforms IOS and Android. What tools will be the most effective for this? Please note that in the future I will most likely do projects alone. But I don't want to lose much in terms of performance either.
- for IOS use Swift and for Android
use Android Studio
- Flutter or something similar
- Xamarin / React Native / Native Script, etc.
- Another option in the answer

If it's not difficult, answer why exactly these tools?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vasily Bannikov, 2020-11-08
@vabka

Xamarin is quite good, especially if you do not use Xamarin.Forms, but you have to constantly read the documentation for native APIs (that is, you immediately need to be able to read Java / Kotlin and Swift / ObjC) + you need to be able to C #
In your case, kmk, React will be better Native, because with JS you should not have very big difficulties, since you have a website.
Another possible option is to write a SPA and wrap it in Cordova, then there will be one application for the web and all phones.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question