/adc-countdown-timer

Android Dev Challenge #2 - Countdown timer

Primary LanguageKotlinApache License 2.0Apache-2.0

Put title of your app here

Workflow result

📜 Description

The app for the 2nd Jetpack Compose challenge is to build a countdown app. This app takes input from the user, in the form of minutes and seconds, and performs a count down timer with animation.

💡 Motivation and Context

Animations in jetpack compose finally clicked and I managed to get some transitions between various states. I am particularly fond of keeping the viewmodel and animation data separate.

📸 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.