Pages

Friday, December 3, 2021

How to Create Background Services in Android Studio

 Services in Android 


FOREGROUND : Runs even if app is killed displays notification while running

BACKGROUND : Run like foreground without notification

BOUND :  Bounded to component . alive till component is alive\



Github: https://github.com/OwaisBukhari/BackgroundServices

Youtube: https://youtu.be/D0QxMBjcfl0


No comments:

Post a Comment

KeyPoints-Series-1

  The Android architecture has the Main Thread AKA UI thread, which updates the UI after every  16ms  frame.