Skip to content

🦏 An example implementation of the Rhino open-source JavaScript engine in an Android application.

Notifications You must be signed in to change notification settings

brionmario/rhino-library-android

Repository files navigation

MOZILLA RHINO - JavaScript Engine

Android Studio Tutorial

Rhino is an open-source implementation of JavaScript written entirely in Java. It is typically embedded into Java applications to provide scripting to end users. It is embedded in J2SE 6 as the default Java scripting engine.


Follow my blog Post - http://brionmario.com/mozilla-rhino-javascript-engine/

Download the latest version - https://mvnrepository.com/artifact/org.mozilla/rhino

Visit their GitHub repository - https://github.com/mozilla/rhino


In this brief tutorial, I have created a basic activity which accepts an arithmetic expression and once you click the "FIND ANSWER" button, the anwer will be generated using the RHINO JavaScript engine.

NOTE

Put this in the Module Dependencies - compile 'org.mozilla:rhino:1.7R4'


SCREENSHOTS OF THE USER INTERFACE


P:S - The credits belong to the original developers. I'm simply using the library here :D

About

🦏 An example implementation of the Rhino open-source JavaScript engine in an Android application.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages