RecyclerView with SQLite Database | Populate RecyclerView with SQLite Database | Source Code

Поделиться
HTML-код
  • Опубликовано: 23 ноя 2024

Комментарии • 55

  • @pratibhamahobia5306
    @pratibhamahobia5306 2 года назад +3

    Awesome explanation. Very clear. Thanks

  • @ricardoqvidal
    @ricardoqvidal Год назад

    Excelent. 👍🙏👏 God bless you!

  • @aslampasha8852
    @aslampasha8852 Год назад

    Thank you so much, for your guidance to upcoming/learners.

  • @Manjuu27
    @Manjuu27 2 года назад +1

    how if i use an arrayList from java class?
    like
    transactionArrayList.add(cursor.getString(cursor.getColumnIndex("date"); doesnt work for me

  • @aditikulkarni1141
    @aditikulkarni1141 2 года назад +3

    I'm getting E/SQLiteLog: (1) no such table: name in "INSERT INTO name(age,name,email) VALUES (?,?,?)" after insertion...can you help?

    • @TheBestAp
      @TheBestAp Год назад

      The issue is you are trying to insert data into non existing database called "name". Therefore as in vedio @5.12 you have to set the name of your database there and use the same database name for insert into query. eg- " INSERT INTO database_name (age,name,email) VALUES(?,?,?)".

  • @marcelarozo8828
    @marcelarozo8828 Год назад

    Excelent!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Thanks

  • @rafabastos87
    @rafabastos87 Год назад

    Thank you so much for this video! Very clear and helpful

  • @bertbareja677
    @bertbareja677 Год назад +1

    This is great bro! But can you create another video an example of adding product to cart and viewing the order?

  • @philmuda
    @philmuda 2 года назад +1

    should have added a delete fonction since its the most important

  • @sushilkumar-ke5kz
    @sushilkumar-ke5kz Год назад

    Right. But can you make another video selected data show in next recyclerView

  • @godeons
    @godeons 9 месяцев назад

    How do we allow comment in a recyclerview?

  • @sanatandharmademystified
    @sanatandharmademystified 2 года назад

    Helpful to learn!

  • @mmbrazil
    @mmbrazil Год назад

    Great video, I adapted to place pushnotification on the recyclerView. the only problem that is only showing the first entry of database, not showing other entries. Do you know why? my code seems correct

  • @andresdauderluque5480
    @andresdauderluque5480 Год назад

    i just copied the whole code and when im about to visualize the content it kicks me out of the app idk why

  • @ahmadghauri8054
    @ahmadghauri8054 2 года назад

    when i apply i am getting duplicate data. even tho i am adding only single data but it shows duplicate of same data. How to fix that

  • @Otajonov_Alisher
    @Otajonov_Alisher 2 года назад

    nice and useful video!

  • @sans559
    @sans559 Год назад

    the link you provided for the delete button is not working

  • @jintumonisingha8717
    @jintumonisingha8717 4 месяца назад

    hey there i am new to android dev why are using the context in myadapter

  • @umarsajjad1523
    @umarsajjad1523 Год назад

    I'm also added accept button in it
    how we take work from it ?

  • @sadenlav
    @sadenlav 9 месяцев назад

    How to get data from RecyclerView add to Database?

  • @SoftEngineeringSolutions
    @SoftEngineeringSolutions Год назад

    great video but code link doesnot opening so please share source code

  • @devkumarbachhav309
    @devkumarbachhav309 2 года назад

    Second Activity showing blank. Details are not shown. Can u please provide zip file of project

  • @ogordogordo6994
    @ogordogordo6994 2 года назад

    awesome tutorial, u totally saved me , thank u

  • @harishlodha8794
    @harishlodha8794 2 года назад

    Sir koi video recorder app se hum Jo video record karte hai kya vo video app developer ke pass bhi save hota hai kya... please reply

    • @TheMessiah64
      @TheMessiah64 Год назад

      possible. very possible. Simple google cloud bucket push and pull

  • @zakiyakhan9252
    @zakiyakhan9252 Год назад

    Hello Sir can u plz help how to export sqlite data to excel using android studio java by giving export button and once we click this button our sqlite data get exported to excel sheet....plzzz help.....

  • @adityasakhare5765
    @adityasakhare5765 Год назад

    the link in the description is not working ........ please i need the source code .....

  • @leolima8585
    @leolima8585 Год назад

    Muito chato digitar código de tela, DESLIKE, parando vídeo, deixa pelo menos um github basicos com a escrita do BDHelper e etc

  • @m3luthfi708
    @m3luthfi708 2 года назад

    Thanks bro

  • @niphomahlangu2733
    @niphomahlangu2733 2 года назад

    It works. Thank you very much.

  • @nurhossainsani5075
    @nurhossainsani5075 2 года назад

    how to show the selected item position

  • @pfg222
    @pfg222 2 года назад

    im getting duplicate data for the Name entry. anyone know how to fix this?

    • @codingtutorials1857
      @codingtutorials1857  2 года назад

      I know that error is possible. Pleas check the code once more and it will go.

  • @mohdabulfayas1537
    @mohdabulfayas1537 2 года назад

    I want this code in kotlin. Please make video in kotlin

  • @Caico2022
    @Caico2022 Год назад

    Thanks!

  • @poojagirish1101
    @poojagirish1101 Год назад

    Source code is not loading

  • @kholilrnm
    @kholilrnm 2 года назад

    thx dude, you're my hero 🤣

  • @usmansiddiq9392
    @usmansiddiq9392 Год назад

    android studio sqlite database old data save and editText new data same new data now Save java coding

  • @poojagirish1101
    @poojagirish1101 Год назад

    Source code please

  • @wildwoolf9986
    @wildwoolf9986 Год назад

    8:11

  • @FathimaAfrin-l6j
    @FathimaAfrin-l6j 15 дней назад

    Please give me this score file for me

    • @FathimaAfrin-l6j
      @FathimaAfrin-l6j 15 дней назад

      I definitely want the source code sir, I did and followed by your video but I didn't get output. I got the error and close the app

    • @codingtutorials1857
      @codingtutorials1857  6 дней назад

      I have added new source code link. 🙂

    • @codingtutorials1857
      @codingtutorials1857  6 дней назад

      allcodingtutorial.blogspot.com/2024/11/how-to-us-recycleview-with-sqlite.html

  • @laibawaheed2208
    @laibawaheed2208 2 года назад

    Wasted my time! It doesn't even work