awill1 / natetime-android

The Nate Time Android app repository.
0 stars 0 forks source link

Use joda time library for date time calculations #9

Open awill1 opened 6 years ago

awill1 commented 6 years ago

Use joda time library for date time calculations. It is the recommended calendar library on stack overflow answers instead of using the JDK calendar classes.

https://www.joda.org/joda-time/

awill1 commented 6 years ago

Maybe we don't want to do this. The joda webpage says use java.time instead. But java.time is only in Java 8 which in only available in Android API v26 and newer. This greatly reduces our installable base.