Course Demo
updated Aug. 2, 2021

This course is outdated and has been replaced by this: SQLite for Beginners 2019

In this video course I am extremely detailed as I teach you about the built-in database that comes standard in every Android device.

Learning the ins-and-outs of SQLite is fundamental for every Android developer. Every single app must be able to store and manipulate data. There is no way around it.

I absolutely do not skip any steps in this video course. I code at a steady pace so you can keep up and code along with me. If you don't like to listen and code at the same time, just watch the videos and take a look at the source code


Course Concepts:

  1. Creating, Retrieving, Updating and Deleting data from an offline SQLite database
  2. Custom Data Models
  3. Fragment to Fragment Communication
  4. Fragment to Activity Communication (and the reverse)
  5. Custom Dialog Fragments
  6. Searching/Filtering a ListView
  7. ListViews, Custom ListAdapters
  8. File Management (Creating, Retrieving, Updating and Deleting files from Android device)
  9. Using the Camera to Capture a Photo
  10. Retriving Images from the Phones Memory
  11. Making Phone Calls
  12. Displaying Images (Universal Image Loader Library)
  13. Requesting Special Permissions (Marshmellow +)
  14. Sending Emails

The course will also cover how to get started if you are a complete beginner. We will:

  1. Download and Install Android Studio
  2. Download and Install the Java JDK
  3. Get the Android Emulator running so you can test you applications







Comments