Skip to content

mitchtabian/SQLite-for-Beginners-2019

Repository files navigation

In this course I teach you the best practice way to interact with an SQLite database locally on the android device. The room persistence library was designed to simplify interactions with SQLite on the device.

This course is ideal for beginners. If you have absolutely zero experience programming on android, or even programming in general, this is the course for you.

Here's what you will see in the course:

  • Every line of code is written and explained on video
  • Installing Android Studio
  • How to plan the development of your apps
  • Introduction to Android Studio
  • Creating your first app
  • Debugging tips and tricks and the android logcat
  • Themes, color schemes, hex colors and styles
  • Building Custom Toolbars
  • Customizing Toolbar Behaviors with CoordinatorLayout and AppBarLayout
  • Implementing a RecyclerView
  • RecyclerView OnClickListeners
  • Navigating to a new activity with RecyclerView Click
  • Navigating to different activities using intents
  • Passing data between activities using a bundle
  • Passing data between activities using intent extras
  • Threading and AsyncTask basics
  • Custom layouts oriented around custom data models
  • Building custom data models
  • Using proper architecture patterns with Room
  • Read, Write, Update and Delete SQLite database transactions
  • And much more...

Releases

No releases published

Packages

No packages published

Languages