In an Android application with multiple actions, does each UI thread work with a separate thread, or is it actually the same thread (for example, a global UI thread)?
Each application has one user interface thread, which is used to launch the application that is in the foreground.
There is additional information here:
http://developer.android.com/guide/topics/fundamentals/processes-and-threads.html
http://android-developers.blogspot.co.il/2009/05/painless-threading.html
, Android- .
Source: https://habr.com/ru/post/1755520/More articles:Managing image tags in SQL - sqlFeatures of the Android SDK "Slide" - androidMulti ORM Solution - .netServer did not recognize SOAPAction value of HTTP header in iPhone? - iosJava package for calculating eigenvectors / eigenvalues? - javaIs there an alternative for boost :: phoenix :: at_c in combination with boost :: spirit :: qi :: grammar - c ++How to get the battery charge level specifically in mWh (not a percentage) for Mac (Cocoa or C) - objective-cGetting java.lang.ClassCastException: [Ljava.lang.Object; cannot be applied to [LBlndItmTmMthd - javaNumber of concurrent Sql server connections - sql-serverGet static property by property name - reflectionAll Articles