iOS Clock Clone is a mobile application that replicates the iOS Clock app. With this app, users can select cities from a list and display their respective local times.
- Choose cities from a list and view their local time.
- Synchronize time with an NTP server for accurate timekeeping.
- Developed in Android using Kotlin.
- Utilizes RecyclerView for displaying the list of cities.
- Syncs time with an NTP server using the TrueTime library.
- Serializes/deserializes city list with Gson and SharedPreferences.
- Clone this repository.
- Open the project in Android Studio.
- Build and run the project on an Android device or emulator.
- Launch the application on your Android device.
- Tap the "Add" button to select cities.
- Choose cities from the list provided in the fragment.
- The selected cities and their local times will be displayed on the main screen.
- Animation inconsistency when opening the fragment at start.
- Clock update could skip which seems to be network related.