/AndroidDevChallenge-Jetpack-Compose-Week-2

#AndroidDevChallenge - Jetpack Compose - Week #2 - Countdown timer

Primary LanguageKotlinApache License 2.0Apache-2.0

AndroidDevChallenge: Jetpack Compose - Week-2

Workflow result

📜 Description

Simple countdown app with dark theme support. The Pause and Stop buttons have a simple animation when the countdown ends. It also has a strong validation of user input.

💡 Motivation and Context

I consider that the use of the ViewModel in this application has been very important since it abstracts a lot of logic to the UI layer. Thanks to this, development has become easier and the composable components are only responsible for displaying the corresponding status.

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