Create the SQLite Database Project

Опубликовано: 05 Октябрь 2024
на канале: Sandip Bhattacharya
3,422
42

Enroll in "Android SQLite Programming for Beginners" course now for a Minimum 80% OFF HERE https://sandipbhattacharya.com/
Pay one-time and access for Lifetime!
Hurry! Limited time offer.

Source Code for this video
https://github.com/sandipapps/Databas...

To begin developing apps, you need to create a project in Android Studio. Mostly, we design in XML and write code in Java or Kotlin. If you haven’t installed Android Studio yet, go ahead and install Android Studio from this link before you begin.

https://developer.android.com/studio/

In this course, I used Android Studio version 3.2.1 which was the latest version when I created this course. The current version is 3.4.1 released in May 2019.

There are some minor actions you need to take, mostly related to designing the XML Layout, if you're using the latest version of Android Studio, to follow along with the course. Details inside the course. The rest of the code, including Java, works just fine as before.

In this lecture, I will create the Demo project for database creation and upgradation.

Update:
a) In DatabaseHelper constructor, you'll see an optional Annotation (@androidx.annotation.Nullable) in the parameter before Context context. Just remove that since it's not required.

b) Earlier, we used to copy only the mydb.db file from Device File Explorer in Android Studio to our PC directory. Now, we need to copy all three files (mydb.db, mydb.db-shm, mydb.db-wal) to open the db file with DB Browser for SQLite. Make sure all three files are in the same folder. The current version of DB Browser for SQLite is 3.11.2. Download from: http://sqlitebrowser.org

We have a lot to cover. So, let’s get started.

| -------------------------------------------------------------------- |

👍 Subscribe to the Channel
https://www.youtube.com/c/SandipBhatt...

Check out other Playlists

► Introduction to Programming with C (2 hours of video content)
   • C Programming Tutorial for Beginners  

► Android App Development for Beginners (8+ hours of video content)
   • Android Apps and Games Development fo...  

► Build a Complete Quiz App for Android
   • Build a Complete Quiz App for Android  

► Android SQLite Programming for Beginners (2.5 hours of video content)
   • Android SQLite Programming for Beginners  

► Android Game Development in Android Studio: Build Games for Absolute Beginners (3+ hours of video content)
   • Android Game Development in Android S...  

► Android Game Development - Create Your First Mobile Game
   • Android Game Development - Create You...  

► Android Game Development Tutorial
   • Android Game Development Tutorial  

► Programming Flappy Bird for Android
   • Programming Flappy Bird for Android  

► Object Oriented Programming Fundamentals
   • Object Oriented Programming Fundamentals  

► jQuery for Beginner to Advanced
   • jQuery for Beginner to Advanced  

► PHP MySQL CRUD Tutorial (Create, Read, Update, Delete) (1+ hour of video content)
   • PHP MySQL CRUD Tutorial (Create, Read...  

❤️ You can donate by clicking here
PayPal: https://paypal.me/CreatorSandip
For Indians: https://www.instamojo.com/@CreatorSandip

✉️ For Business Inquiries
[email protected]

📣 Follow me on other sites
→ Website: https://SandipBhattacharya.com
→ Udemy: http://bit.ly/SandipUdemy
→ Skillshare: http://bit.ly/SandipSkillshare
→ Google Play: http://bit.ly/SandipPlay
→ Facebook Page: http://bit.ly/SandipFacebook
→ Facebook Group: https://bit.ly/PWSGroup
→ LinkedIn Group: https://bit.ly/PWSGroupLI
→ Twitter: http://bit.ly/SandipTwitter
→ GitHub: http://bit.ly/SandipGitHub