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
Post a Comment