/Jndroid.js

Building WebApp in Android way.

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

Jndroid

travis-ci

Jndroid is a JavaScript framework to write WebApp in Android way.

Getting Started

Clone this repository or install with Bower.

bower install Jndroid --save

Include the script on your page.

<!DOCTYPE html>
<html>
<head>
	<script src="bower-path-to/jndroid/dist/jndroid.min.js"></script>
</head>
<body>
<script>
	var mTextView = new TextView();
	mTextView.setText("hello world");
	setContentView(mTextView);
</script>
</body>
</html>

API

Comming soon

Demo

rcalc

License

License