This library is a version of Joda-Money built with Android in mind, inspired by Joda-Time-Android.
Compare to original, this fork has these new features:
- Updated code and data from upstream, and remain both binary and api compatible to original Joda-Money.
- Integrated with newly public ICU library bundled in Android SDK above API 24, and remain system JDK integrtation for compatibility.
- Custom CurrencyUnitProvider, include a simple file provider and default database provider which specifically optimized for Android as described above.
- Full documentation and annotation for Kotlin interoperability.
- And much much more!
WARNING: THIS LIBRARY IS STILL IN ALPHA STAGE, NOT RECOMMEND APPLY TO ACTUAL PROJECT AND USE AT YOUR OWN RISK!
Available in JCenter.
implementation 'wonton.jodamoney:joda-money-android:1.0.1-alpha02'
Apache-2.0 License