The Android architecture has the Main Thread AKA UI thread, which updates the UI after every 16ms frame.
Showing posts with label handlers. Show all posts
Showing posts with label handlers. Show all posts
Tuesday, March 1, 2022
Subscribe to:
Posts (Atom)
KeyPoints-Series-1
The Android architecture has the Main Thread AKA UI thread, which updates the UI after every 16ms frame.
-
When a user opens an application android operating system creates a process or a thread of execution of commands called the main Thread or ...