An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# Countdown Timer

![Workflow result](https://github.com/guillermomuntaner/Countdown-timer/workflows/Check/badge.svg)

## :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 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.
```