Persistent Timer Android Studio Kotlin Tutorial | Background Stopwatch

102 Просмотры
Издатель
How to build stop watch timer that keeps counting even if the app is closed in Android Studio & Kotlin.

We will use shared preferences to store the timer start time, timer stop time and a boolean whether the timer is counting. Being saved in shared preferences means that when the app is closed the values are remembered when the app is opened again.

Based of these three variables we can then deduct what the time should be on the timer.

Source Code:
https://github.com/codeWithCal/PersitentTimerAndroid

⏱️ TIMESTAMPS ⏱️
00:00 - Intro Persistent Timer App
00:38 - Build Gradle Enable View Binding
00:48 - Timer Layout XML
02:18 - Data Helper Share Preferences Helper Class
05:57 - Stopwatch Main Activity Kotlin
11:20 - Background Timer Demonstration

#AndroidStudio #KotlinProgramming
Категория
Язык программирования Kotlin
Комментариев нет.