GTBrowser / Jndroid.js

Building WebApp in Android way.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Building WebApp in Android way.

License:GNU General Public License v3.0


Languages

Language:JavaScript 99.9%Language:HTML 0.1%