Question:
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?Answer:
If what you have works then stick with it. Note that Android only supports a subset of thejava.time
API, and you have to do a bit of setup to get it working at all.If you have better answer, please add a comment about this, thank you!