VK-internship
Implementation of custom view in the form of an analog clock. Demo project with fragments.
Basic requirements:
-
Saving the state when changing the device configuration.
-
Whenever I go to the screen with this clock, the clock should show the correct time.
-
Easy integration of this clock into any screen. Working with them should be as simple as with any standard Android View: adding via code and via xml layout, installing any size, etc.
-
Do not use Jetpack Compose UI.
-
Clean, efficient and easy to read code.