How to Store Images in SQLite Data Base in Android App with source code | Save images in Sqlite

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

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

  • @codeLabX-pro
    @codeLabX-pro  2 года назад

    Hi all, I have updated the source code link in the description box 👆👆👆👆

  • @יונתןיצחק-ג7ח
    @יונתןיצחק-ג7ח 3 года назад +1

    Thank you! It really helped me.

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

    Nice video. thanks for uploading this

  • @sarveshkumarnasare1355
    @sarveshkumarnasare1355 3 года назад +3

    your website link isn't working...

    • @codeLabX-pro
      @codeLabX-pro  2 года назад

      I have added a new link in the description

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

    Sir in your video you showed the image from drwablr folder. But can clear the doubt to upload image from galary.

  • @netflixmovies4514
    @netflixmovies4514 3 года назад +1

    Please talk a little slow. It's too hard to catch with your speed.

  • @tusharhirapure8630
    @tusharhirapure8630 3 года назад

    I'm creating a Visitor Management system. for that every single I'm gonna click a new image of visitor. not using the gallery. So that I can uniquely identify the entry using Image. Now I want to store as well display the images and text entry fields of the detail entered on a new activity page. So, how to do that? How to store images taken by camera and without providing any name to them as well to display them on other page. Please help me sir.

  • @mr.emreturan
    @mr.emreturan 3 года назад +1

    Can't we store the image name in database and store the image itself in gallery? Later on we can search the gallery by the saved name and get the photo?

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

      Good thinking mate... But think that anyone can access your gallery (you*)
      And this means that anyone (you accidentaly*) may delete that image from its location in phone storage... That's why we use database cause gallery can't show contents stored in database and hence app's personal and essential data is safe

    • @sarveshkumarnasare1420
      @sarveshkumarnasare1420 3 года назад +1

      Do you know Hindi? ....if yes then this may guide you 👉 #harrybhai

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

      You can do that, but why save on gallery rather than a server.

  • @WayOfDeens
    @WayOfDeens 3 года назад

    How to write query for particular data I want to write query for Two data from table how to write query

    • @codeLabX-pro
      @codeLabX-pro  3 года назад +1

      When you want to select from a specific column (ColumnName) and a specific key (ID) you have to write:
      SELECT ColumnName FROM tablename WHERE 'ID =' ...your desired ID...';

    • @WayOfDeens
      @WayOfDeens 3 года назад

      @@codeLabX-pro I have already created a column I want to fetch the data from two coulmn as I have created . How to fetch data

    • @codeLabX-pro
      @codeLabX-pro  3 года назад

      @@WayOfDeens SELECT Column1, Column2 FROM tablename WHERE 'ID =' ...your desired ID...'; for selecting from two columns.

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

    how to open the source code, i can't open it

  • @dtechtricks213
    @dtechtricks213 3 года назад

    Code?