Skip to content

Repository to store Dell Lead Courses of Android Development.

Notifications You must be signed in to change notification settings

laurobrizidio/android-dell-lead-courses

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dell Lead Course

Chapter 01 - Threads, Handlers, and Async Tasks.

Learning about use of Threads, Handlers and AsyncTasks in Android.

One of topics was:

  • Use of Threads, method run(), Runnable interface, method post() of a View.
  • Use of Handlers, Message class, message exchange template.
  • Use of AsyncTasks, doInBackground(), onPostExecute(),onProgressUpdate() methods.

The final challenge of this chapter was to develop a application to show a list of random orders using threads

Chapter 02 - LocationManager

About

Repository to store Dell Lead Courses of Android Development.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages