https://github.com/andyb129/countdowntimercompose
Countdown timer app for #AndroidDevChallenge
https://github.com/andyb129/countdowntimercompose
Last synced: 9 months ago
JSON representation
Countdown timer app for #AndroidDevChallenge
- Host: GitHub
- URL: https://github.com/andyb129/countdowntimercompose
- Owner: andyb129
- License: apache-2.0
- Created: 2021-03-03T20:23:22.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-07T21:41:41.000Z (over 5 years ago)
- Last Synced: 2025-06-03T11:18:46.115Z (about 1 year ago)
- Language: Kotlin
- Size: 896 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Countdown Compose

## :scroll: Description
Simple countdown timer with quick 2 / 10 second buttons and alternate number animation.
## :bulb: Motivation and Context
My submision for the second week in the Compose Android Dev Challenge [#AndroidDevChallenge](https://developer.android.com/dev-challenge)
Learnt some new state techniques in Compose and a little bit of animation :-)
## :camera_flash: Screenshots

## License
```
Copyright 2020 The Android Open Source Project
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 at
https://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.
```