Skip to content

In this repository, we will learn to write programs that run processes outside the main thread, which is known as the UI thread. This technique will allow our applications to process time-consuming without crashing the graphical interface, keeping them functional and pleasant for the user. For this, we will use Threads, Handlers and AsyncTasks.

Notifications You must be signed in to change notification settings

sauloleite/Example_AsyncTasks_in_Android_Studio

Repository files navigation

Example_AsyncTasks_in_Android_Studio

In this repository, we will learn to write programs that run processes outside the main thread, which is known as the UI thread. This technique will allow our applications to process time-consuming without crashing the graphical interface, keeping them functional and pleasant for the user. For this, we will use Threads, Handlers and AsyncTasks.

About

In this repository, we will learn to write programs that run processes outside the main thread, which is known as the UI thread. This technique will allow our applications to process time-consuming without crashing the graphical interface, keeping them functional and pleasant for the user. For this, we will use Threads, Handlers and AsyncTasks.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages