About 1,330,000 results
Open links in new tab
  1. GitHub - dlew/joda-time-android: Joda-Time library with Android ...

    Android has built-in date and time handling - why bother with a library? If you've worked with Java's Date and Calendar classes you can probably answer this question yourself, but if not, …

  2. java - Android date-time manipulation library - Stack Overflow

    I can access date-time parts (Year, Month, Seconds, etc.), the underlying Ticks, subtract dates, add time deltas and so on. ZoneId z = ZoneId.of( "Africa/Tunis" ) ;

  3. DigitalClock HH:MM for Android · GitHub

    setText (String.format ("%02d:%02d", hours, minutes)); } else { setText (String.format ("%02d %02d", hours, minutes)); } } private void init () { clockTimer = new Timer (); Calendar …

  4. Modern date and time handling in all Android versions (without …

    Jul 21, 2020 · In plain language, we can use some Java 8 APIs and the plugin will translate those APIs to Android-compatible Java behind the scenes that can be used in all Android versions …

  5. GitHub - thunder413/DateTimeUtils: Android library that …

    This library is a package of functions that let you manipulate objects and or java date string. it combine the most common functions used when managing dates under android, such as …

  6. Handling dates on Android. Is Core Library Desugaring the …

    Nov 27, 2020 · By using Core Library Desugaring, the bytecode that the runtime needs to use certain Java 8 APIs is delivered as part of the APK (j$ package inside your dex file).

  7. java/android date time helper · GitHub

    java/android date time helper. GitHub Gist: instantly share code, notes, and snippets.

  8. Analog and Digital Clock for Android in Java - GitHub

    Dec 9, 2023 · Analog and Digital Clock for Android in Java. Contribute to jmsmarcelo/clock-android-java development by creating an account on GitHub.

  9. How to create a Digital Clock on Android? - Stack Overflow

    Feb 21, 2014 · Here a simple clock i developed using methods used in android native DigitalClock.java and AnalogClock.Java classes. this clock supports for events that triggered …

  10. Lost in Java Time with Android - Medium

    Feb 6, 2022 · In order to access into Java 8 Date Time API, you will need to specify it in your compileOptions in your build.gradle , and coreLibraryDesugaring dependency. For this article, …

  11. Some results have been removed
Refresh