mavavilj
Lurker
I'm using Android Studio 3 and this is my first time developing an Android app.
I've been wondering, what's the "processLoop" equivalent in Android SDK?
That is, what gets called "constantly" so that the screen updates? Is it even visible or inheritable?
I know that onCreate() is called when the program starts, but I don't know, whether there's something after this that I could use for performing UI changes any time I wish?
I've been wondering, what's the "processLoop" equivalent in Android SDK?
That is, what gets called "constantly" so that the screen updates? Is it even visible or inheritable?
I know that onCreate() is called when the program starts, but I don't know, whether there's something after this that I could use for performing UI changes any time I wish?