S
S
stpnov2019-04-05 02:06:00
JavaScript
stpnov, 2019-04-05 02:06:00

Cross-platform application, what to write on?

It is necessary to write a cross-platform application for IOS and Android. Mini social network, with the ability to publish vidos and nothing more. But the big problem is that there should also be mini-games, not difficult, but games in the style of guessing the words, find the differences, and so on. I would choose React Native and not take a steam bath, but I think writing games will be a big problem in the end. They also advised me Unity3D, but I'm not writing a game, what would you advise in which direction to dig?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
N
Nick, 2019-04-06
@stpnov

React Native is a good option. Games can be embedded through WebView, for example

G
grinat, 2019-04-05
@grinat

Cordova, the browser is simply embedded into the application, and you can write the same thing as for the browser. With native, this option will not work for you, because native should have support for what you need, and it is very limited there, usually standard widgets and popular methods from andoroid / ios api are simply wrapped.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question