My Timer can be changed an input field, which visibility is animated. The field checks if the value for the seconds is a valid number, updated by a state. The Timer can be started and the clock is flipped by an animation and the time value is also visualized by the changing background size
I like the animation of the rotation of the clock and that everything is so smooth. The Countdowntimer is in the ViewModel and the values are updated via livedata
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.