/joda-money-android

Joda-Money for Android

Primary LanguageJavaApache License 2.0Apache-2.0

joda-money-android

Download

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!

Release

Available in JCenter.

implementation 'wonton.jodamoney:joda-money-android:1.0.1-alpha02'

License

Apache-2.0 License