Android app in nodejs

I am trying to make an android application using node.js. As far as I was looking, I found anode . But is there a suitable tutorial or example to get you started? I have no idea how.

+7
android
source share
2 answers

As an Android developer for Android, I think this is not a good idea, because the main problem in Android development is layouts and some APIs (at least for me) ... If you want to go with asynchronous and node-shaped dev on android try rxjava

+1
source share

Before trying to look into node, I will consider a java tutorial. The fact is that you will not find as many resources for node as you want for java. Once you are very familiar with the Android stack, it is easy to write it to node with a little documentation.

0
source share

All Articles