TimeCircle is a fullscreen live wallpaper for Android that displays a custom-designed circular clock interface. With animated tick marks, real-time digital time and date, and a sleek, minimal layout, it brings both utility and aesthetics to your home screen.
- 🕑 Circular Clock UI – Displays minute ticks in a rotating semi-circle with the current minute always aligned at 3 o’clock.
- 📆 Digital Time & Date – Shows real-time hours, minutes, and the current date with AM/PM indication.
- ⚙️ Custom View – Built using a custom
Viewclass for smooth rendering and optimized performance.
- Clone the repository:
git clone https://github.com/your-username/TimeCircle.git
TimeCircle/ ├── app/ │ ├── java/com/timecircle/ # Custom View & Wallpaper logic │ ├── res/ # Layouts, colors, drawables │ └── AndroidManifest.xml ├── README.md