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

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

c++ - Warning : overflow in implicit constant conversion -

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