The Android architecture has the Main Thread AKA UI thread, which updates the UI after every 16ms frame.
Showing posts with label loopers. Show all posts
Showing posts with label loopers. Show all posts
Tuesday, March 1, 2022
Subscribe to:
Comments (Atom)
KeyPoints-Series-1
The Android architecture has the Main Thread AKA UI thread, which updates the UI after every 16ms frame.
-
Services in Android FOREGROUND : Runs even if app is killed displays notification while running BACKGROUND : Run like foreground without n...