ROOM Database - #1 Database Initialization | Introduction to ROOM Database | Android Studio Tutorial

Поделиться
HTML-код
  • Опубликовано: 21 июн 2022
  • ROOM Database - #1 Database Initialization | Introduction to ROOM Database | Android Studio Tutorial
    Libraries Text File Link : drive.google.com/file/d/1aYv-...
    Follow me on Discord: / discord
    Follow me on Instagram: / foxandroidblog
    Follow me on Facebook: / foxandroidblog
    Source Code : github.com/foxandroid/RoomDB
    ---------------------------------------------------------------------------------------------------------------------------------------------------------
    Equipment I Use to Make My videos:
    📱 Phone -: amzn.to/3px6ucS
    🎧Earphones -: amzn.to/3JecI98
    🎙️Mic - : amzn.to/310u7Rp
    🎙️Mic - : amzn.to/3He96SW
    🔊Speakers - : amzn.to/3Hgfzg8
    💾External HardDrive - amzn.to/3JoRzZV
    💻 My PC build: www.amazon.in/shop/foxandroid
    --------------------------------------------------------------------------------------------------------------------------------------------------------
    Hey Developers,
    In this video, I have explained :
    * How to use ROOM Database in Android Application
    * How to create ROOM Database schema
    * How to create ROOM Database DAO class in Kotlin.
    How to Save Image to External Storage using Java API 30
    • How to Save Image to E...
    Read Image From External Storage API 30+ using Kotlin
    • Read Image From Extern...
    Read Image From External Storage API 30+ using Java
    • Read Image From Extern...
    StartActivityForResult Deprecated Solution using Java
    • StartActivityForResult...
    Bottom Navigation Bar - Android Studio | Fragments | Java | 2022
    • Bottom Navigation Bar ...
    Bottom Navigation Bar - Android Studio | Fragments | Kotlin | 2022
    • Bottom Navigation Bar ...
    #room #database #android #kotlin
  • НаукаНаука

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

  • @vinitgrover8676
    @vinitgrover8676 Год назад +5

    Half of the video is silent.

  • @farajshaikh5100
    @farajshaikh5100 11 месяцев назад +4

    There no sound in most of the video. Please fix, I really want to watch this video!

  • @user-mk2is3mb1u
    @user-mk2is3mb1u 3 месяца назад +1

    Bro you are awesome 💟💟

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

    bruh u are perfect android develep

  • @user-oo4mr4hl8v
    @user-oo4mr4hl8v Год назад +3

    No sound @Foxandroid

    • @user-oo4mr4hl8v
      @user-oo4mr4hl8v Год назад

      Its weird, for 10 mins i tried to find the problem 😥

  • @ZombeeStar
    @ZombeeStar Год назад +2

    in the appdatabase file it gives an error saying "Constructors are not allowed for objects"
    it recommends that i turn the companion object into a companion class

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

      My bad i used () instead of {}

  • @Mohit-gb9dv
    @Mohit-gb9dv 2 года назад

    Nice to see you making android videos again but jetpack compose for UI.?

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

      Will start that soon as well....

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

      @@_foxandroid can you teach us to make UI in jetpack compose first?

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

      Soon I'll continue that series please give me some time

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

      @@_foxandroid take as much time as you need, btw welcome back!

  • @giorgoskouvarakis3682
    @giorgoskouvarakis3682 Год назад +2

    Hello you are doing an amazing job, for the newbies like me, whoever get Error with Dao Interface, the problem is the suspended function that won't work with specific versions kotlin and Room , i was using 1.7 Kotlin with 2.4.2 Room and didnt work , i installed 2.5 Room and it works perfectly

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

    SQLite store data in a file is room database also store data similar to SQLite ?

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

      Yes it Room is just a layer on top of sqlite only

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

    Next time pls make the screen bigger, close the project file tab and make the font size bigger. TQ

  • @brillianttopten2222
    @brillianttopten2222 11 месяцев назад +1

    no sound

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

    Can you please explain how to add dependencies for java?

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

    It was simpler when I used Visual Basic with MS SQL, back in 2007. 🤔

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

    Can we store the pdf document in room database?

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

    Hello, thanks for the content. There is something I want to ask, I keep the name and date information with Room in the project I am working on, at the same time I want to keep a name and ArrayList in a different part of the program. To do this, should I add all the classes and the new interface to the project again, using the database I created. how can i keep them

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

    Lot of errors in the Dao file

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

    is there any video that shows the main activity code to store data into database??

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

    why don't you use live data in Dao get all fun