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?
@@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?
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.
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 !!
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
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 🇧🇩
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 ?
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🥹🙏🙏
For only 12 more hours, you can get 25% discount on all my premium courses and bundles with SUMMER25:
pl-coding.com/premium-courses
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?
@@christosbazios52 they're all online courses you can watch at any time. Duration around 10h
Why we do not have the option to buy in parcels the multi module course?
@@PhilippLackner ok, could you provide more detailed info about the content of each course?
@@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?
this playlist is a gold mine of things i've wished i'd learned earlier in the process android learning
I was working on contact provider app from 2 days .
Your video sold most of my questions
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.
Thanks for sharing this knowledge!
Awesome...awesome..awesome...please respond to this comment...is there a way you could create a video on creating Otp system
Thanks for the great content Philipp, your channel is very underrated
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 !!
There always something new to learn from you. And it's not even reached 5 minutes yet.
Wow ❤ thanks Philip, your video made it easier for me
Great as always 🔥
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
Hello Philipp Thanks for these great Videos. I would love to see you do a chat activity video. Thanks
Amazing explanation
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 🇧🇩
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 ?
Practice makes you perfect.
Android G.O.A.T 🔥
thanks a lot!
hello @PhilippiLackner...this is a very nice video. Kindly how can you call the calender
will kotlin multiPlatform will be better than flutter in future? please make a video about this topic
Do you think that we better to move into couroutine ? the dataset might be large
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🥹🙏🙏
there are so many ways that can go wrong, without specific details, its literally impossible to know
Nice wallpaper... Phillipp 😂😂
please help with mdm system
People pay for subscriptions to access content like this
1st
2nd!
3rd😂
4th
too bad the series is over
why?
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
)
}
Thanks dude