Skip to content

Very simple count to 100 sleep 500ms each count. Select Activity to use 1 no bg thread, 2 java Thread bg thread and 3 AsyncTask bg thread

License

Notifications You must be signed in to change notification settings

Android518-2016/week12-SimpleThreadExample

Repository files navigation

week12 Simple Threading examples

Simple Async Example

There are three options via the main UI:

SimpleThreadActivity

Uses Java Threads

SimpleNoBGThreadActivity

Uses no Threading, all work done on the UI thread (main thread)

SimpleAsyncActivity

Uses AsyncTask for background threads

About

Very simple count to 100 sleep 500ms each count. Select Activity to use 1 no bg thread, 2 java Thread bg thread and 3 AsyncTask bg thread

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages