Website | Fundamentals course

Popular library list:

Other libraries:

Fundamentals course covers:

  1. Android Studio and HelloWorld
  2. Layouts (LinearLayout, ConstraintLayout), event-handling, changing View properties, data binding to avoid findViewById()
  3. Fragments, navigation graph, navigation drawer and options menu, modifying the destination of the Back button (back stack manipulation), firing an Intent to launch a new Activity
  4. Activity and fragment lifecycles, lifecycle library
  5. Architecture components: ViewModel, LiveData objects, wiring ViewModel to LiveData directly so as to avoid putting code in the activity event handlers
  6. Room (O/R-M)
  7. RecyclerView
  8. Network access, Glide library
  9. Repository concept, WorkManager (background tasks)
  10. Design: themes and styles, material design, accessibility


Tags: platform   mobile   android   library  

Last modified 06 April 2022