sahildave / dui-android

DUI is a framework to build native android apps using javascript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dynamic UI (DUI)

DUI is a framework to build native android apps using javascript.

Installation

Download the latest AAR file and add it to your android project.

Getting the bundle

Refer mystique to get more information about how to write native UI and build javascript bundles using DUI.

ProGuard

If you are using ProGuard you might need to add the following options:

-keep class in.juspay.mystique.** {*;}
-keep interface in.juspay.mystique.** {*;}

Examples

dui-demo demonstrates a sample integration of this library and how to build apps using this framework.

License

This project is licensed under the AGPL License - see the LICENSE file for details.

Copyright (c) 2012-2017 juspay.in

Contributing

See the CONTRIBUTING.md file for details.

About

DUI is a framework to build native android apps using javascript

License:Other


Languages

Language:Java 97.7%Language:Shell 0.9%Language:HTML 0.7%Language:JavaScript 0.7%