Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/GuilhE/KitchenTimer
A kitchen timer implemented with Jetpack Compose
https://github.com/GuilhE/KitchenTimer
android android-jetpack-compose googledeveloperchallange jetpack-compose kotlin-android
Last synced: 2 months ago
JSON representation
A kitchen timer implemented with Jetpack Compose
- Host: GitHub
- URL: https://github.com/GuilhE/KitchenTimer
- Owner: GuilhE
- License: apache-2.0
- Created: 2021-04-12T11:45:33.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-10-27T08:35:56.000Z (about 1 year ago)
- Last Synced: 2024-11-10T21:42:40.146Z (2 months ago)
- Topics: android, android-jetpack-compose, googledeveloperchallange, jetpack-compose, kotlin-android
- Language: Kotlin
- Homepage:
- Size: 13.6 MB
- Stars: 148
- Watchers: 2
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-compose - Kitchen Timer - A kitchen timer implemented with Jetpack Compose (Timer apps)
README
# Kitchen Timer
[![Android Weekly](https://androidweekly.net/issues/issue-462/badge)](https://androidweekly.net/issues/issue-462) [![Featured in Compose Academy - Issue #13](https://img.shields.io/badge/Featured_in_Compose_Academy-Issue_%2313-2ea44f)](https://academy.us7.list-manage.com/track/click?u=68cc676cd60c12ff962c2f023&id=b56c081d50&e=9f80514374)## Motivation and Context
To commemorate Jetpack Compose first beta release, Google launched the [#AndroidDevChallenge](https://developer.android.com/dev-challenge). In the 2nd round, contestants were asked to create a simple countdown app and, the idea to create a kitchen timer, popped in my head.
By then, I didn't had the time to accomplish it in one week, so I submitted a [simpler one](https://github.com/GuilhE/OneHotMinute-Compose), but now that I have it, this is the result 😊I've wrote a Medium post explaining the process and you can read it here [Compose, Camera and Canvas.](https://guidelgado.medium.com/compose-camera-and-canvas-87b8cfed8cda)
## LICENSE
Copyright (c) 2021-present GuilhE
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License atUnless 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.