Android SQLite Tutorial | Android CRUD Tutorial with SQLite (Create, Read, Update, Delete) |

แชร์
ฝัง
  • เผยแพร่เมื่อ 22 ต.ค. 2024

ความคิดเห็น • 47

  • @NIKHILKUMAR-cp5dl
    @NIKHILKUMAR-cp5dl 2 ปีที่แล้ว +2

    thank you so much sir I was depressed from 3 days and I thought android development is not made for me so I found your video and this helped me so much thanks !

  • @jothamithagu7403
    @jothamithagu7403 11 หลายเดือนก่อน +1

    Finally a video that has taken me step by step to finish-line successfully.
    Though my device did not display the "View Employee" data...
    I guess it's because I'm using the Android Device, and this needs external device.
    Thank you so much.

  • @luannguyenthanh2108
    @luannguyenthanh2108 2 ปีที่แล้ว +1

    Thanks so much for your video, it's easy to understand.

  • @ibrahimalmesbahi754
    @ibrahimalmesbahi754 6 หลายเดือนก่อน

    Sqlite is local DB. How can we use android with a remote database like Sql server

  • @radhikapatel1755
    @radhikapatel1755 4 ปีที่แล้ว +2

    Sir i have an error:-
    Recyclerview: No adapter attached; skipping layout
    And i have add :- item. Size () then alsowi got same error
    Sir please can u solve my error

    • @CodingwithDev
      @CodingwithDev  4 ปีที่แล้ว +2

      LinearLayoutManager llm = new LinearLayoutManager(this); llm.setOrientation(LinearLayoutManager.VERTICAL); list.setLayoutManager(llm); list.setAdapter( adapter );

    • @radhikapatel1755
      @radhikapatel1755 4 ปีที่แล้ว +1

      @@CodingwithDev Thanks sir

  • @priyankashivappa
    @priyankashivappa 3 ปีที่แล้ว

    Hello sir, this was really helpful. Can please say how to do switch button coding and connect to database?

  • @Tridez99
    @Tridez99 2 ปีที่แล้ว +1

    Thank you, your video helped me a lot!

  • @GeorgeR-dt4yu
    @GeorgeR-dt4yu 3 ปีที่แล้ว

    whats the use of implementation in gradle? i dont get it.

  • @bouchentoufothman7264
    @bouchentoufothman7264 ปีที่แล้ว

    Hello sir, when i try to enter the view employee, the app keeps crashing can you help me pls

  • @hasankanaan5628
    @hasankanaan5628 4 ปีที่แล้ว +1

    Please sir i have a problem, “no adapter attached;skipping layout “
    You can please resolve it?

    • @CodingwithDev
      @CodingwithDev  4 ปีที่แล้ว +1

      Hello hasan , please cross check your code ,
      YourArrayAdapterClass adapter = new YourArrayAdapterClass(this, artists);
      recyclerView = findViewById(R.id.cardList);
      recyclerView.setHasFixedSize(true);
      recyclerView.setAdapter(adapter);
      recyclerView.setLayoutManager(new LinearLayoutManager(this));

  • @aulairvanzidnivavan2435
    @aulairvanzidnivavan2435 3 ปีที่แล้ว +1

    Iam just followed your instructions, but when i run the project and add email there is show "there is no empoloyee in the database"

    • @CodingwithDev
      @CodingwithDev  3 ปีที่แล้ว +1

      Hello please check your insert query on DatabaseHelperClass.java file...It's may be something wrong..Also check on github link on description...I hope it's helpful for you..

    • @aulairvanzidnivavan2435
      @aulairvanzidnivavan2435 3 ปีที่แล้ว +1

      @@CodingwithDev thank you very much

    • @lucyakimoto1939
      @lucyakimoto1939 3 ปีที่แล้ว

      @@aulairvanzidnivavan2435 hi? i have the same problem, I copy the code for Dartabasehelperclass.java and yet it doent show any content

  • @nmkl8272
    @nmkl8272 ปีที่แล้ว

    شكرا التطبيق رائع جدا

  • @education_beauty
    @education_beauty 3 ปีที่แล้ว

    Sir how can we get numbers from sqlite and store them in string variables

  • @vishalrathod-fq5sb
    @vishalrathod-fq5sb 2 ปีที่แล้ว

    Sir i have error :no adapter attached skipping layou pls give me solution for that

    • @CodingwithDev
      @CodingwithDev  2 ปีที่แล้ว

      Hello vishal, After inflating the recyclerview into your view class(Activity Or Fragment), you should mention the LayoutManager of it. If by mistake you miss it.... Please check the source code also..

  • @goddy2481
    @goddy2481 3 ปีที่แล้ว +1

    Thanks you bro. It is super usefull.

    • @CodingwithDev
      @CodingwithDev  3 ปีที่แล้ว

      Thanks for ur valuable response

  • @shashikrishan3011
    @shashikrishan3011 3 ปีที่แล้ว

    I followed the sample code. All the data add to the database in insert part. but when I click on view button the app doesn't response. could you please help me?

    • @CodingwithDev
      @CodingwithDev  3 ปีที่แล้ว +1

      @Shashi hello, please check the source code link on description...I hope it's helpful for u...

    • @shashikrishan3011
      @shashikrishan3011 3 ปีที่แล้ว +1

      @@CodingwithDev it's working now. Thanks for your response.

    • @rimshajavaid4123
      @rimshajavaid4123 3 ปีที่แล้ว

      Same thing is happened to me... no error no mistake also no output

    • @lucyakimoto1939
      @lucyakimoto1939 3 ปีที่แล้ว

      @@shashikrishan3011 hello i have the same problem, how did you solve it? I already copy all the source code and there is no display

  • @sibusisom2362
    @sibusisom2362 3 ปีที่แล้ว +1

    I JUST SUBSCRIBED TO YOUR CHANNEL!! YOU BRILIANT THANK YOU!!!

    • @CodingwithDev
      @CodingwithDev  3 ปีที่แล้ว

      Thanks for ur valuable response

  • @MayaMaya-dm3pb
    @MayaMaya-dm3pb 3 ปีที่แล้ว

    Could anybody help out how can I connect this entered data with DB browser app so that I can connect this datas to other applications I devolepe

  • @jhoncarlosdrilon3880
    @jhoncarlosdrilon3880 3 ปีที่แล้ว +1

    is there a kotlin version of this tutorial bro?

    • @CodingwithDev
      @CodingwithDev  3 ปีที่แล้ว

      @Jhon Hi, in feature, i will be trying to create tutorial in kotlin.

  • @verm1lon885
    @verm1lon885 4 ปีที่แล้ว +1

    Hello, could you help me please. I can't see the content

    • @CodingwithDev
      @CodingwithDev  4 ปีที่แล้ว +1

      Hey Please check the source code link on description ...I hope it's very helpful for u ... Thank you..

  • @zkk1235
    @zkk1235 2 ปีที่แล้ว

    I need source code plz. Where is source code. There is nothing in github

  • @ebajovinceronnie2998
    @ebajovinceronnie2998 3 ปีที่แล้ว +2

    this is not working

  • @lucyakimoto1939
    @lucyakimoto1939 3 ปีที่แล้ว

    i have an error in select * from what should i do

    • @s.k1312
      @s.k1312 2 ปีที่แล้ว

      plz try one more time

  • @Ilya-wr3cm
    @Ilya-wr3cm 3 ปีที่แล้ว +1

    can you share the file code...please??

    • @CodingwithDev
      @CodingwithDev  3 ปีที่แล้ว +2

      Here's a direct link for SQLite Tutorial.. github.com/devendrachavan/SQLiteExample.git

    • @Ilya-wr3cm
      @Ilya-wr3cm 3 ปีที่แล้ว +1

      @@CodingwithDev Thank you very much

  • @dividedtime8529
    @dividedtime8529 2 ปีที่แล้ว

    sir I have this error
    org.gradle.internal.resolve.ModuleVersionNotFoundException: Could not find com.android.suport:design:28.2.1.

  • @abhinavsaxena7282
    @abhinavsaxena7282 2 ปีที่แล้ว

    Begginer should not come here it was the very complicated way of doing that

  • @ParaiyoasaiPathippaham
    @ParaiyoasaiPathippaham 3 ปีที่แล้ว

    fraud. uncompleted and wrong guiding