Android SQLite Database Tutorial | Android Kotlin | CRUD Operation

preview_player
Показать описание
#android
Hello Everyone I hope you all are doing good.
Today we are doing to explore Android SQLite Database Tutorial with CRUD Operation || Android Kotlin Tutorial. Watch the Video till End and If you have any query do Comment.

Instagram Handle :

How to Publish App on Play Store || Step By Step || Google Play Console || 2021

Shared Preferences Android : Save And Retrieve Data || With Source Code || Explore Best Practice.

Generate Sign APK File in Android Studio || Step By Step || Explain Important Points.

Subscribe Now !!

Bottom Navigation in Android Using Fragments [Kotlin] With Source Code.

Tab Layout in Android Studio Kotlin || Using Fragments || With Source Code.

Automate WhatsApp messages with python in just 2 lines of code | pywhatkit module.

Complete Python Projects

Calculator in Android

Learn YouTube API in Android.

BE MY FRIEND:
🌍Check my website / blog:

📸Add me on Instagram:
Рекомендации по теме
Комментарии
Автор

good explainatiion please do more videos in kotlin

venkataswamykorlapati
Автор

I could not understand where is my mistake when I am filling the data and click the save button then screen back to the add task display and not showing any data which is I filled and save

thinkBig
Автор

Hi, where is the recycler task list.kt file? I completed your tutorial but when i enter a record it doesnt show up on recycler list.xml

yourmother
Автор

After click on edit button it show index 0 requests with size 0

bilkisshaikh
Автор

Facing an error like "table tasklist has no column named taskname" help me on this how could i resolve this error tried many things but did't work at all

vedantpatel
Автор

Hii, when I click the edit button app will crash and it's not work I face some errors. Can you please help me

namratasadakale
Автор

Ressources En local, data catégories svp

ultimat.
Автор

where can I find the source code of this video?

RohitKumar-ftxn
Автор

In case someone else has a problem with the Edit button

in the onBindViewHolder

{
val i = Intent(context, AddTask::class.java)
i.putExtra("Mode", "E")
i.putExtra("Id", tasks.id)
i.flags =
context.startActivity(i)
}

only missing this line i.flags = Intent.FLAG_ACTIVITY_NEW_TASK

pabloruiz