Skip to content

Latest commit

 

History

History
46 lines (36 loc) · 1.91 KB

README.md

File metadata and controls

46 lines (36 loc) · 1.91 KB

Game Clock

A Digital Clock app made with jetpack compose. This app is designed to be used as a desktop clock for gamers to manage their time while playing games. The clock has several themes to match to the game you are playing with customizations for each theme.

Screenshots

Features

  • MVVM Architecture
  • Jetpack Compose
  • Navigation Component
  • Hilt Dependency Injection
  • Animated Backgrounds using Jetpack Compose Animation and AGSL
  • Custom Fonts
  • Custom Material 3 Themes
  • Per Theme Customization
  • Room Database for storing themes/settings
  • DataStore for storing app-wide settings
  • Notifications for alarms
  • Alarm Scheduling

Permissions handling designed specifically for android version 14 and up.

Copyright 2024 Matt Haywood Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.