Udemy - Android SQLite Programming for Beginners

seeders: 1
leechers: 19
updated:

Download Fast Safe Anonymous
movies, software, shows...

Files

[ DevCourseWeb.com ] Udemy - Android SQLite Programming for Beginners
  • Get Bonus Downloads Here.url (0.2 KB)
  • ~Get Your Files Here ! 1. Introduction to Android SQLite Programming for Beginners
    • 1. A brief overview of SQLite Database.mp4 (8.6 MB)
    • 1. A brief overview of SQLite Database.srt (3.0 KB)
    • 2. Important Update Must read before you proceed!.html (2.7 KB)
    • 3. Source Code.html (1.5 KB)
    2. Using SQLite Database with Android
    • 1. Create the SQLite Database Project.mp4 (167.7 MB)
    • 1. Create the SQLite Database Project.srt (6.7 KB)
    • 2. Basic CRUD operations.mp4 (229.3 MB)
    • 2. Basic CRUD operations.srt (6.0 KB)
    • 3. Continuing Basic CRUD operations.mp4 (249.5 MB)
    • 3. Continuing Basic CRUD operations.srt (4.3 KB)
    • 4. Writing basic SQL queries using DB Browser for SQLite.mp4 (110.4 MB)
    • 4. Writing basic SQL queries using DB Browser for SQLite.srt (8.9 KB)
    • 5. Using a Pre-Created Database.mp4 (132.3 MB)
    • 5. Using a Pre-Created Database.srt (3.1 KB)
    3. ListView with SQLite Database
    • 1. Working with ListView in Android Studio.mp4 (138.8 MB)
    • 1. Working with ListView in Android Studio.srt (13.6 KB)
    • 2. ListView with Image in Android Studio.mp4 (184.7 MB)
    • 2. ListView with Image in Android Studio.srt (17.6 KB)
    • 3. Open URL on ListView Item Click in Android Studio.mp4 (44.3 MB)
    • 3. Open URL on ListView Item Click in Android Studio.srt (3.7 KB)
    • 4. A simple way to Populate ListView from SQLite Database.mp4 (148.9 MB)
    • 4. A simple way to Populate ListView from SQLite Database.srt (11.5 KB)
    • 5. Update ListView Item in Android Studio with SQLite Database.mp4 (156.3 MB)
    • 5. Update ListView Item in Android Studio with SQLite Database.srt (11.7 KB)
    • 6. Delete ListView Item in Android Studio with SQLite Database.mp4 (44.1 MB)
    • 6. Delete ListView Item in Android Studio with SQLite Database.srt (3.9 KB)
    4. RecyclerView with SQLite Database
    • 1. Working with RecyclerView in Android Studio.mp4 (87.4 MB)
    • 1. Working with RecyclerView in Android Studio.srt (13.0 KB)
    • 2. Populate RecyclerView from SQLite Database in Android Studio.mp4 (204.4 MB)
    • 2. Populate RecyclerView from SQLite Database in Android Studio.srt (13.9 KB)
    5. Android + SQLite - Build a Dictionary App
    • 1. Create the project and copy the database file.mp4 (100.7 MB)
    • 1. Create the project and copy the database file.srt (8.6 KB)
    • 2. Create an Activity to show the records in RecyclerView.mp4 (39.5 MB)
    • 2. Create an Activity to show the records in RecyclerView.srt (2.5 KB)
    • 3. Create the DatabaseAdapter responsible for managing the database operations.mp4 (80.2 MB)
    • 3. Create the DatabaseAdapter responsible for managing the database operations.srt (5.2 KB)
    • 4. Create Adapter for RecyclerView to show records from database to RecyclerView.mp4 (77.8 MB)
    • 4. Create Adapter for RecyclerView to show records from database to RecyclerView.srt (5.7 KB)
    • 5. Create an Activity to display, edit or delete a record from database.mp4 (84.9 MB)
    • 5. Create an Activity to display, edit or delete a record from database.srt (3.9 KB)
    • 6. Implement edit and delete functionality.mp4 (96.6 MB)
    • 6. Implement edit and delete functionality.srt (7.0 KB)
    • 7. Implement four top features Reset, Add new record, Rate app and Share app.mp4 (205.0 MB)
    • 7. Implement four top features Reset, Add new record, Rate app and Share app.srt (10.0 KB)
    6. Course Wrap-Up
    • 1. Bye for now.html (0.4 KB)
    • 2. Bonus Lecture.html (6.7 KB)
    • Bonus Resources.txt (0.4 KB)

Description

Android SQLite Programming for Beginners



https://DevCourseWeb.com

Last updated 06/2022
Duration: 04h 42m | Video: .MP4, 1280x720 30 fps | Audio: AAC, 48 kHz, 2ch | Size: 2.53 GB
Genre: eLearning | Language: English

Build real world Android Apps with SQLite in Android Studio and Java. Brush-up your SQL knowledge.

What you'll learn
You’ll be able to understand and create your first CRUD app with confidence.
You’ll be able to brush-up your SQL knowledge.
You’ll be able to use a pre-created database file in an app.
Requirements
We'll be using Java, and since it's an OOP language, it's truly important to learn OOP fundamentals first. One of my courses titled "Object Oriented Programming Fundamentals" teaches that. Note that, it does not teach Java specifically. But it's important to learn that first to be able to work with Java, Kotlin, C++, Python, C# or any other OOP based languages.
You should have Android Studio installed.
You should have a basic programming knowledge like variables, if-else, loops, methods.
We'll be using DB Browser for SQLite software as SQLite editor / SQLite manager.
Description
Welcome to the Android SQLite Programming for Beginners course where you’ll learn to create database-driven apps step-by-step with Android & SQLite. My name is Sandip and I’ll be leading you through the course. ******* Some Amazing Reviews From Our Learners *******
★★★★★ The Course is Very Help full and Thanks to Udemy to made that ...
★★★★★ I would have liked to see a little more with using returned values from the database instead of just displaying them. But all in all a very good course, thank you!! A++
★★★★★ Good Job Sandeep. super explanation. Even though I have completed only 40% this course and I feel this course will be best fit for beginner. Cheer.
******* Course Overview *******
I began my career as a Database Programmer and have created many database-driven web apps over the last 12 years. I’ve also published a few database-driven Android apps on Google Play. So, I happen to know about SQLite database programming and in this Android SQLite tutorial, I’ll show you exactly how to create a 1) Simple CRUD (CREATE, READ, UPDATE, DELETE) app using Android Studio and Java.2) Work with ListView and RecyclerView with SQLite, and
3) Build a complete Dictionary App in Android Studio using SQLite
I designed this course for anyone seeking to develop their first database app. By the end of the course, you’ll be able to understand and create your first app with SQLite, with confidence. You’ll be able to brush up on your SQL knowledge. I have covered:
- Overview of SQLite Database
- How to create a project in Android Studio
- How to program a basic CRUD app with search functionality
- Brush up the basic SQL queries using DB Browser for SQLite
- How to use a pre-created Database file in an app
- How to work with ListView and RecyclerView with SQLite
- How to build a complete Dictionary app from scratch using SQLite
The ideal student for this course is a beginner android developer who wants to expand on their current skills. Feel free to take a look through the sample videos and I look forward to seeing you inside.

Who this course is for
Beginner android developer who wants to expand on their current skills.



Download torrent
2.5 GB
seeders:1
leechers:19
Udemy - Android SQLite Programming for Beginners


Trackers

tracker name
udp://tracker.torrent.eu.org:451/announce
udp://tracker.tiny-vps.com:6969/announce
http://tracker.foreverpirates.co:80/announce
udp://tracker.cyberia.is:6969/announce
udp://exodus.desync.com:6969/announce
udp://explodie.org:6969/announce
udp://tracker.opentrackr.org:1337/announce
udp://9.rarbg.to:2780/announce
udp://tracker.internetwarriors.net:1337/announce
udp://ipv4.tracker.harry.lu:80/announce
udp://open.stealth.si:80/announce
udp://9.rarbg.to:2900/announce
udp://9.rarbg.me:2720/announce
udp://opentor.org:2710/announce
µTorrent compatible trackers list

Download torrent
2.5 GB
seeders:1
leechers:19
Udemy - Android SQLite Programming for Beginners


Torrent hash: 013D63052506A464074DFFAD8A45E765D90CF502