DUI is a framework to build native android apps using javascript.
Download the latest AAR file and add it to your android project.
Refer mystique to get more information about how to write native UI and build javascript bundles using DUI.
If you are using ProGuard you might need to add the following options:
-keep class in.juspay.mystique.** {*;}
-keep interface in.juspay.mystique.** {*;}
dui-demo demonstrates a sample integration of this library and how to build apps using this framework.
This project is licensed under the AGPL License - see the LICENSE file for details.
Copyright (c) 2012-2017 juspay.in
See the CONTRIBUTING.md file for details.