Audio Player in Jetpack Compose Guide For Everyone | repository setup

Поділитися
Вставка
  • Опубліковано 6 лис 2024

КОМЕНТАРІ • 18

  • @quanao8990
    @quanao8990 2 місяці тому

    Great app. Thank you for the list video.
    Please continue making videos like this

  • @harisai3580
    @harisai3580 2 роки тому +1

    You are highly consistent bro, keep posting videos. You will soon reach to very high levels. Feeling sad to see less number of subcribers with great content. but dont worry bro you will soon see many subscribers...

  • @dewetvanrooyen8458
    @dewetvanrooyen8458 4 місяці тому

    Great app well done. Thanks for posting.

  • @rohitjakhar6672
    @rohitjakhar6672 2 роки тому

    It will be a great project in jetpack compose

  • @gamerscell9975
    @gamerscell9975 8 місяців тому

    Does dagger Hilt injection works the same if we want to query for videos ?

  • @abrhot180
    @abrhot180 Рік тому

    Wow great project about jetpack Compose Thanks. @14:35 where you declared "audioList" variable?

    • @HoodLabs
      @HoodLabs  Рік тому

      Check the source code on GitHub

  • @jaredguerrero4026
    @jaredguerrero4026 2 роки тому

    Now that I already have my app, I wanna use it in my car, is this possible? I dont undertand how to do it. I´ve been looking and searching but I don't understand how could I do it.

  • @sakibsyed7626
    @sakibsyed7626 2 роки тому

    Keep it up bro, it indeed helpful

  • @mohammadrezaahmadi3270
    @mohammadrezaahmadi3270 Рік тому

    ok very good!!!!!!!!!!!!!!!!!!!!

  • @othmanelondy
    @othmanelondy Рік тому

    great bro

  • @felixmusau7594
    @felixmusau7594 Рік тому

    Helpful💯

  • @T-MAN-bm3th
    @T-MAN-bm3th 6 місяців тому

    I'm 4ll this channel from now on just bec of comments I'm seeing

  • @jaredguerrero4026
    @jaredguerrero4026 2 роки тому

    Helloooo, is it posible to read local storage in Kotlin Language? I can't find anything about it, just using Java, and I want to create a media player with kotlin instead to use raw carpet, I want to use all internal storage to search the music.

    • @HoodLabs
      @HoodLabs  2 роки тому

      Yes you can use Kotlin anywhere, use content provider to get all data from local storage.

  • @s.banovic7156
    @s.banovic7156 2 роки тому +1

    For anyone working on this you should delete this dependencies implementation 'androidx.hilt:hilt-lifecycle-viewmodel:x.x.x' from build.gradle(Module) and you should add in manifest file in application tag android:name=".AudioApplication" above this line android:allowBackup="true", after this project should work!