some steps to learn SQLite in Android.

some steps to learn SQLite in Android.

(mini article)

In this article, I will share some resources to study database from zero until you can make an Android app with a local database.💁‍♀️

=First step:

📌Begin by studying this course:

t.co/sRQvAy4iPd

🔷️It will give you some basics of SQL in general(with a project).

=Second step:

🔶️After studying some concepts about SQL and make mini project, try to learn how to use these concepts in Android development with this toturial.

t.co/2hNPqtwY3G

✅It is a very good summary to study SQLite.

=Third step:

📒Read these two (or one of) articles to organize your thoughts about SQLite and make sure you understand the previous concepts.

💌Here is the first:

t.co/1FfZCUBlnc

💌That is the second:

t.co/wO4C90oG8w

=Fourth step:

📌Try to make a simple project(Book library app) to improve your skills and abilities in using local database.

♠️This playlist will help you create the Book library app🔽

t.co/JKbErn1rMH

=Additional step:

🔷️That is a very simple course from LinkedIn learning to study the theoretical side of database, I recommend it for developers who are about to make an interview or for college exams.🌸

t.co/PhfmBHlU9U

android #development #sql #database #linkedinlearning #tips