Skip to content

hiron1999/coundoun-timer-android-jetpack-compose-week-2-

Repository files navigation

CountTimer

Workflow result

📜 Description

This is a Countdown timer app which counts time in format (HH : MM : SS) . When we clicks on the time its shows a popup for set counter time.

💡 Motivation and Context

This app is purely made on android jetpack compose with ViewModel and LiveData .

For using them we have to add dependencies :

implementation "androidx.compose.runtime:runtime-livedata:$compose_version"

implementation "androidx.lifecycle:lifecycle-viewmodel-compose:1.0.0-alpha02"

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