StopWatch Timer on Service Android Studio Kotlin Tutorial

Описание к видео StopWatch Timer on Service Android Studio Kotlin Tutorial

How to create a stop watch timer app that runs in the background using Android Studio and Kotlin. In this example project build a stopwatch app that counts up from zero. The timer is running on a service meaning it runs on a background thread and not the main UI Thread. The advantage of running a timer on a service is that if the screen rotates the timer continues to count. If the app it put to the background the timer will continue to count up as expected.

The stopwatch timer will be able to start, pause and reset.

Timer on Service Source Code:
https://github.com/codeWithCal/TimerO...

Java Android Studio Timer Tutorial:
   • Count Up Timer App Android Studio Tut...  

Android Services Documentation:
https://developer.android.com/guide/c...

⏱️ TIMESTAMPS ⏱️
00:00 - Intro
00:30 - Layout XML
02:23 - Build Gradle
02:36 - Timer Service
04:22 - Main Kotlin
07:50 - Android Manifest

#TimerAppTutorial #LearnAndroidStudio #KotlinProgramming

Комментарии

Информация по комментариям в разработке