Skip to content

Demo app implement Threading Components that Attach to an Activity/Fragment

Notifications You must be signed in to change notification settings

n4nabil/androidThreading

Repository files navigation

Android Threading

Threading Components that Attach to an Activity/Fragment: These threads are tied to the lifecycle of the activity/fragment and are terminated as soon as the activity/fragment is destroyed.

AsyncTask

AsyncTask is the most basic Android component for threading. It’s simple to use and can be good for basic scenarios.

About

Demo app implement Threading Components that Attach to an Activity/Fragment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages