Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/opatry/android-dev-challenge-compose-week2
Week #2 - Countdown timer
https://github.com/opatry/android-dev-challenge-compose-week2
android-dev-challenge android-dev-challenge-compose androiddevchallenge androiddevchallenge-compose animation challenge challenge-project countdown-timer jetpack-compose jetpack-compose-animation timers toy-project
Last synced: 3 months ago
JSON representation
Week #2 - Countdown timer
- Host: GitHub
- URL: https://github.com/opatry/android-dev-challenge-compose-week2
- Owner: opatry
- License: apache-2.0
- Created: 2021-03-03T19:08:42.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-06T19:13:12.000Z (almost 4 years ago)
- Last Synced: 2024-08-02T08:06:58.978Z (6 months ago)
- Topics: android-dev-challenge, android-dev-challenge-compose, androiddevchallenge, androiddevchallenge-compose, animation, challenge, challenge-project, countdown-timer, jetpack-compose, jetpack-compose-animation, timers, toy-project
- Language: Kotlin
- Homepage: https://android-developers.googleblog.com/2021/03/android-dev-challenge-2.html
- Size: 5.85 MB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-compose - CountdownTimer - This app lists timers to launch at will for different needs. Each unit has its own indicator (for hours, minutes and seconds) (Timer apps)
README
# Countdown timer - Week #2
[![Workflow result](https://github.com/opatry/android-dev-challenge-compose-week2/workflows/Check/badge.svg)](https://github.com/opatry/android-dev-challenge-compose-week2/actions/workflows/Check.yaml)
## :scroll: Description
This app lists timers to launch at will for different needs.
Each unit has its own indicator (for hours, minutes and seconds).## :bulb: Motivation and Context
The main idea was to bring a really visual way to represent time, using distinct progress for each units with its own nested color circles.
It was tough to deal with time arithmetic and smooth animation each seconds.I'm kind of satisfied by final visual even if not perfect.
I learn a lot with this challenge #2 (Animation, backdrop (incl. conceal/reveal using `rememberCoroutineScope`), time arithmetic, canvas composable, custom font, `LazyColumn.stickyHeader`).## :camera_flash: Screenshots
### 🌞 Light Mode
Active timer | Timers
--- | --- |
|### 🌚 Dark Mode
Active timer | Timers
--- | --- |
|## 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.
```