nbusy / nbusy-android

NBusy Android app.
http://nbusy.com
Apache License 2.0
1 stars 0 forks source link

Use Java 8 Time (LocalDateTime) or Joda time #33

Open soygul opened 8 years ago

soygul commented 8 years ago

We need to discover if we can use Java 8 stuff in Android first. If not, joda time.

Replace: ChatDetailFragment.sendMessage()... new SimpleDateFormat("HH:mm").format(new Date()) with (possibly?) much simpler Joda time stuff.

soygul commented 8 years ago

Turns out we can't use Java 8 even in latest Android so joda-time it is!