multithreading - Does Android enforce performing UI actions only from the UI thread? -


i understand android applications have a single ui thread.

does runtime enforce ui calls made thread, or programmer make sure no ui calls made other threads?

if try touch view thread other owning ui thread nice calledfromwrongthreadexception.

jal


Comments

Popular posts from this blog

linux - Mailx and Gmail nss config dir -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -