Skip to content
Building WebApp in Android way.
JavaScript HTML
Find file
Latest commit 5c1e543 guyiyang [online]修复水波纹循环绘制的问题

README.md

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

Relationship Calculator

rcalc

License

License

Something went wrong with that request. Please try again.