O
O
Odar2015-08-25 12:34:59
JavaScript
Odar, 2015-08-25 12:34:59

What platform should you choose to develop an Android application if you only know JavaScript?

There was a problem of the following nature: an idea for an Android application (game) came to mind. In theory, its implementation on JS (JCanvas) + Cavnas should not be difficult for me, but there are all sorts of inconsistencies with alerts, ad placement and other purely Android things that are solved in Java with a half a poke. Therefore, the question arises, is it possible to write a game on js + canvas and at the same time not lose the advantages of Android applications in some way, or is it worth writing in Java, if Java, then which FrameWork would you recommend?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
D
David Manzhula, 2015-08-25
@Odar

habrahabr.ru/post/265247

G
GavriKos, 2015-08-25
@GavriKos

App or game? It's just that you missed the game... Games are not written in Java. Because slowly. If you only know JS and need a game, take Unity.

N
nagibator8000, 2015-08-25
@nagibator8000

There are HTML5 application wrappers gameclosure , cocoonjs or crosswalk
All of them use their own webview with working HTML5 features like WebGL or WebSocket and provide access to the android api, though to varying degrees.
Specifically, for creating games, you can look towards Unity3d, but it is better to write in C # there.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question