/dui-android

DUI is a framework to build native android apps using javascript

Primary LanguageJavaOtherNOASSERTION

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.