Joda lib in production

38 Views Asked by At

Since Java 8 release, it is recommended to migrate to Java Date APIs. We still continue to support Android API level 23, is it advisable to continue using Joda in production?

1

There are 1 best solutions below

1
Gavin Wright On BEST ANSWER

If what you have works then stick with it. Note that Android only supports a subset of the java.time API, and you have to do a bit of setup to get it working at all.