Skip to content

mitchtabian/Android-SQLite-Beginner-Course

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 

Repository files navigation

Android SQLite Beginner Course

All the tools you need to start developing with Android


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 below.


The course focuses on:

  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 Boxes

  6. Searching/Filtering a ListView

  7. ListViews, Custom ListAdapters

  8. GridViews, Custom GridAdapters

  9. File Management (Creating, Retrieving, Updating and Deleting files from Android device)

  10. Using the Camera to Capture a Photo

  11. Retriving Images from the Phones Memory

  12. Making Phone Calls

  13. Displaying Images (Universal Image Loader Library)

  14. Requesting Special Permissions (Marshmellow +)


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


About

All source code for the Android SQLite Beginner Course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages