All Projects → mitchtabian → Sqlite For Beginners 2019

mitchtabian / Sqlite For Beginners 2019

SQLite on Android with Room Persistence Library (beginner course)

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Sqlite For Beginners 2019

room-populate-demo
Room database pre-population demo
Stars: ✭ 17 (-84.11%)
Mutual labels:  sqlite, room-persistence-library
Quiz-App
A Quiz Android application 📱 built using Java ♨️ and showing best practices of 🛠️ Room
Stars: ✭ 33 (-69.16%)
Mutual labels:  sqlite, room-persistence-library
Books jetpack
A sample application to demonstrate how to use Jetpack Architecture Components in an Android Application following the Clean Architecture concepts.
Stars: ✭ 241 (+125.23%)
Mutual labels:  sqlite, room-persistence-library
Android Debug Database
A library for debugging android databases and shared preferences - Make Debugging Great Again
Stars: ✭ 7,946 (+7326.17%)
Mutual labels:  sqlite, room-persistence-library
Roomdb Sample
A simple notes app to demo Room + LiveData implementation in Android
Stars: ✭ 100 (-6.54%)
Mutual labels:  room-persistence-library
Tasklite
The CLI task manager for power users
Stars: ✭ 91 (-14.95%)
Mutual labels:  sqlite
Fizz
A Common DSL for Migrating Databases
Stars: ✭ 92 (-14.02%)
Mutual labels:  sqlite
Sqlite Example
This example has moved
Stars: ✭ 91 (-14.95%)
Mutual labels:  sqlite
Android Kotlin Mvp Clean Architecture
Clean architecture blueprint using Kotlin and MVP pattern.
Stars: ✭ 105 (-1.87%)
Mutual labels:  room-persistence-library
Longevity
A Persistence Framework for Scala and NoSQL
Stars: ✭ 103 (-3.74%)
Mutual labels:  sqlite
Adminer Custom
Customizations for Adminer, the best database management tool written in PHP.
Stars: ✭ 99 (-7.48%)
Mutual labels:  sqlite
Shopping App With Cart Flutter Demo
Shopping cart : uses sqlite for storage
Stars: ✭ 93 (-13.08%)
Mutual labels:  sqlite
Reactiveandroid
🚀 Simple and powerful ORM for Android
Stars: ✭ 102 (-4.67%)
Mutual labels:  sqlite
Data Science Blogs
A Handful of D(u)S(t)
Stars: ✭ 92 (-14.02%)
Mutual labels:  sqlite
Minisqlquery
Minimalist SQL Query tool for any .NET DB Provider - SQL, SQLite, SQL CE, Oracle, Access...
Stars: ✭ 103 (-3.74%)
Mutual labels:  sqlite
Selectstarsql
An interactive SQL book
Stars: ✭ 92 (-14.02%)
Mutual labels:  sqlite
Bgfmdb
BGFMDB让数据的增删改查分别只需要一行代码即可,就是这么简单任性,本库几乎支持存储ios所有基本的自带数据类型.
Stars: ✭ 1,344 (+1156.07%)
Mutual labels:  sqlite
Sqlite3 Encryption
The easiest way to build SQLite3 with encryption support on Windows. Compilation of DLL, SLL or shell is now a matter of minutes
Stars: ✭ 102 (-4.67%)
Mutual labels:  sqlite
Litecli
CLI for SQLite Databases with auto-completion and syntax highlighting
Stars: ✭ 1,334 (+1146.73%)
Mutual labels:  sqlite
Covid 19 Tracker
Android app to track COVID-19 cases in India and globally.
Stars: ✭ 96 (-10.28%)
Mutual labels:  room-persistence-library

Android SQLite for Beginners 2019

Watch the app demo.

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].