Content Providers - Android Basics 2023

Поділитися
Вставка
  • Опубліковано 9 січ 2025

КОМЕНТАРІ • 44

  • @PhilippLackner
    @PhilippLackner  Рік тому +3

    For only 12 more hours, you can get 25% discount on all my premium courses and bundles with SUMMER25:
    pl-coding.com/premium-courses

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

      I want to ask about your courses. For example, "Building Industry-Level Multiplatform Apps With KMM" is a synchronous real-time course or recorded videos that I can study wherever I want? And what about its duration?

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

      @@christosbazios52 they're all online courses you can watch at any time. Duration around 10h

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

      Why we do not have the option to buy in parcels the multi module course?

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

      @@PhilippLackner ok, could you provide more detailed info about the content of each course?

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

      ​​​@@PhilippLacknerBelieve your day is going on well, I was requesting for support on how to save XML layouts to .html and other extension via Instagram direct message but you blocked me, what could be wrong, could this be a mistake or have done something wrong?

  • @erikgrundy
    @erikgrundy Рік тому +24

    this playlist is a gold mine of things i've wished i'd learned earlier in the process android learning

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

    I was working on contact provider app from 2 days .
    Your video sold most of my questions

  • @isakthehackervlogs
    @isakthehackervlogs Рік тому +4

    Hey philipp, great video as always. Can you please make a video where you go in depth about creating your own content provider. I made a proto datastore using the kotlin serialization techniques you showed in a video some time ago and I would like to expose that data for other apps to insert, delete and query from.

  • @lewFarm
    @lewFarm Рік тому +1

    Awesome...awesome..awesome...please respond to this comment...is there a way you could create a video on creating Otp system

  • @developer.emad.mehrez
    @developer.emad.mehrez Рік тому

    Thanks for the great content Philipp, your channel is very underrated

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

    What's next !!
    This playlist s damn good !! its like a goto reference for Exp Android dev or newbies !! Do more for this playlist on ups def this playlistgonna help ur channel grow !!

  • @jx8233
    @jx8233 Рік тому +1

    Thanks for sharing this knowledge!

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

    There always something new to learn from you. And it's not even reached 5 minutes yet.

  • @i_am_serious1961
    @i_am_serious1961 Рік тому +2

    Hi Phillip! I'm a newbie in Andeoid development. I feel like there are sooo many technologies and libraries I should learn. I'm trying my best to learn them but I can't remember how to use those libraries in my project. What's your advice in this situation of learning? How can I remember syntax all of these technologies ?

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

    Hello Philipp Thanks for these great Videos. I would love to see you do a chat activity video. Thanks

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

    perfect guy in this industry, but I have a suggestion for you. You can create new tutorial on your paid courses with API and using just Kotlin and Jetpack Compose, not KMM

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

    Wow ❤ thanks Philip, your video made it easier for me

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

    Great as always 🔥

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

    Hi bro, I love your work, I'm a beginner level Android developer. Please make a video about the suspend function for this series. I'm really dont understand how to deal with it. Thank you from Bangladesh 🇧🇩

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

    Amazing explanation

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

    hello @PhilippiLackner...this is a very nice video. Kindly how can you call the calender

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

    Android G.O.A.T 🔥

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

    Do you think that we better to move into couroutine ? the dataset might be large

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

    will kotlin multiPlatform will be better than flutter in future? please make a video about this topic

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

    Hii Philipp, I am trying to make a food ordering app using spoonacular api. I used clean architecture as you showed in your cryptocurrency video but in addition it uses api key. I passed it in my api interface function as a query and in repository implementation function. But when I tries to run my app it crashes again and again. Please suggest me what should I do🥹🙏🙏

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

      there are so many ways that can go wrong, without specific details, its literally impossible to know

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

    thanks a lot!

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

    please help with mdm system

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

    Nice wallpaper... Phillipp 😂😂

  • @ericwathome783
    @ericwathome783 Рік тому +1

    People pay for subscriptions to access content like this

  • @OOO-CM-Ramesh
    @OOO-CM-Ramesh Рік тому

    1st

  • @Ayor88
    @Ayor88 11 місяців тому

    too bad the series is over

  • @H.a.m-k9r
    @H.a.m-k9r Рік тому +6

    if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.TIRAMISU) {
    ActivityCompat.requestPermissions(
    this,
    arrayOf(android.Manifest.permission.READ_MEDIA_IMAGES ),
    0
    )
    }else{
    ActivityCompat.requestPermissions(
    this,
    arrayOf(android.Manifest.permission.READ_EXTERNAL_STORAGE),
    1
    )
    }

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