We must use the Asynchronous Task to launch our new action on the Click tab, but in the ListView or in any view, we can directly start a new activity. Why?
http://developer.android.com/reference/android/os/AsyncTask.html
AsyncTask provides the correct and easy use of the user interface thread. This class allows you to perform background operations and publish results in the user interface area without the need to manipulate threads and / or handlers., . .
AsyncTask provides the correct and easy use of the user interface thread. This class allows you to perform background operations and publish results in the user interface area without the need to manipulate threads and / or handlers.
, . .
, / , , , , .
, , . , , , .
, . http://developer.android.com/reference/android/os/AsyncTask.html.
You just try, it will help you.
http://xoriant.com/blog/mobile-application-development/android-async-task.html
Source: https://habr.com/ru/post/1772096/More articles:NSInputStream getBuffer: length: not working? - objective-cРазмер буфера NSInputStream - iosWhat is the disadvantage of VirtualizingStackPanel? - wpfJava: how to declare an array and quickly fill it with data? - javaVersion controlled southern migrations in virtualenv - version-controlCan I insert all images in HTML from a folder with one line of code? - htmlExtract quotation marks in shell script - bashGetting response content type from jQuery.Post - content-typeOverriding layoutSubviews when rotating a UIView - objective-cHow to make sure your dealloc code gets called when the application terminates? - objective-cAll Articles