https://github.com/guillermomuntaner/countdown-timer
My submission for the 2nd Jetpack Compose #AndroidDevChallenge
https://github.com/guillermomuntaner/countdown-timer
androiddevchallenge-compose
Last synced: 3 months ago
JSON representation
My submission for the 2nd Jetpack Compose #AndroidDevChallenge
- Host: GitHub
- URL: https://github.com/guillermomuntaner/countdown-timer
- Owner: guillermomuntaner
- License: apache-2.0
- Created: 2021-03-03T17:54:25.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-08T00:14:45.000Z (over 4 years ago)
- Last Synced: 2025-01-29T10:19:03.051Z (5 months ago)
- Topics: androiddevchallenge-compose
- Language: Kotlin
- Homepage:
- Size: 3.21 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Countdown Timer

## :scroll: Description
An interactive countdown timer.## :bulb: Motivation and Context
When I read about the challenge I immediately thought of this [nice clock compose animation demo](https://twitter.com/_aurimas/status/1366557927067185157?s=20)
from [@_aurimas](https://twitter.com/_aurimas) that I saw just a couple of days ago. I decided to go
with this design but make it fully interactive so users can easily drag to set the timer.## :camera_flash: Screenshots
![]()
### And on light theme
## License
```
Copyright 2020 The Android Open Source ProjectLicensed 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 athttps://www.apache.org/licenses/LICENSE-2.0
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.
```