If you are me and you like node, but are on a sort of adventure tour through Android, you might be wondering 'what's the x for y'? Here are the mental mappings I've been unconsciously forming.
Node | Android |
---|---|
mikeal/request | okhttp |
npm (cli) | gradle |
npmjs.org | sonatype |
jshint | checkstyle |
underscore | guava |
mocha | junit |
vim | intellij |
npm packages | aar files |
docco | javadoc |
npm link | local maven repo |
nvm | android binary |
package.json | build.gradle or pom.xml or ApplicationManifest.xml |
index.js | Activity class |