I am developing an app which I want specifically to work Android API 23. I need to convert a UNIX timestamp into an actual time/date.
I have seen this solution which mentions SimpleDateFormat;
Convert unix time stamp to date in java
However, this is only supported in API 24 and higher. Any ideas on how to achieve this in API 23?