Hi Phillip, do you have a plan to make a course about "Photos feature"(Like iOS Photos)? I think there are a lot of points that can learn from. Like gesture, zoom, animation, recyclerView, various layout handle and how to handle 200k data in list. I think this is more related real dev and will be a very useful course.
Then what is the solution, if i have to use MainActivity context in Second Activity (I think this is not a good question but. ) or if any static method/Utils Class method needs context of second activity, and if i back to Main Activity, how to prevent memory leak? pls reply
Greetings. :) Three things are missing to deliver on the "fix" in the video title. You're not explaining 1. how to go from the issue dump to the fix 2. where to add the fix code 3. you don't write the fix code 3=after doing the steps in the video, the source is left in an unfixed state. I think you need to also fix it to get the rumored certificate. Do you have one?
hi buddy , thanks for your video it was great as always I kindly ask you to make tutorial about making custom calendar in jetpack compose. thanks in advance.
Phillip, thank you for the great content! I checked out your link and I'd buy your course but I'm only interested in the "Building Industry-Level Apps With Multi-Module Architecture" and it seems that it's only available in the bundle. Perhaps you will change your mind about that and make it available on its own as well. Thanks again!
Hi, that's not correct, you can very well buy it alone :) Here's the link: elopage.com/s/philipplackner/building-industry-level-apps-with-multi-module-architecture/payment?locale=en Just ignore the extra options it offers, scroll completely down and you're good :)
another video on figuring out where the leaks are actually coming from would be very helpful
Thanks Philip for helping the android developers like us to stay updated. Awsome Info
Just got your new course! Very excited to get started learning about multi-module apps and also canvas too!
Hi Phillip, do you have a plan to make a course about "Photos feature"(Like iOS Photos)? I think there are a lot of points that can learn from. Like gesture, zoom, animation, recyclerView, various layout handle and how to handle 200k data in list. I think this is more related real dev and will be a very useful course.
go ahead bro, you can always ask for help here
Thankyou so much, this was very helpful in finding one of the issues I literally gave a week of my time on.
Thank you for sharing this very important topic
Very nice Philp awesome tutorial.
Thanks for this great tip,if I have a multi module app do i have to apply for every module?
This is so cool. Thank you ❤️
Then what is the solution, if i have to use MainActivity context in Second Activity (I think this is not a good question but. ) or if any static method/Utils Class method needs context of second activity, and if i back to Main Activity, how to prevent memory leak?
pls reply
Brilliant and short explanation
What's the theme you are using ? looks good
Could you share the android studio theme you are using here?
Settings > Appearence > New Beta UI
damn when i try to watch android tutorial in kotlin ..
there are always keyword or operator that i did not understand
what is "::" ?
what is "it" ?
Awesome, thank you for the tip
Greetings. :) Three things are missing to deliver on the "fix" in the video title. You're not explaining
1. how to go from the issue dump to the fix
2. where to add the fix code
3. you don't write the fix code
3=after doing the steps in the video, the source is left in an unfixed state. I think you need to also fix it to get the rumored certificate. Do you have one?
I hoep you will make second part of this video in more depth.
Well done. - detecting memory leaks in on click ✔
your IDE just looks like Xcode. Please sensei stay with us :D
Thanks for this amazing tip..!
Hi Phillip - could you please create one session on aab... I have learned all android from your channel.... I want to start aab now, please help.
Thanks philip
Perfect, Thanks
very cool video thank you BRO
hi buddy , thanks for your video it was great as always
I kindly ask you to make tutorial about making custom calendar in jetpack compose.
thanks in advance.
Phillip, thank you for the great content! I checked out your link and I'd buy your course but I'm only interested in the "Building Industry-Level Apps With Multi-Module Architecture" and it seems that it's only available in the bundle. Perhaps you will change your mind about that and make it available on its own as well. Thanks again!
Hi, that's not correct, you can very well buy it alone :)
Here's the link: elopage.com/s/philipplackner/building-industry-level-apps-with-multi-module-architecture/payment?locale=en
Just ignore the extra options it offers, scroll completely down and you're good :)
@@PhilippLackner Ah, got it! Maybe add checks for all of them for better UX, didn't realize the amount was already selected. Thank you!
@@PhilippLackner Done. I'll come back with a review. :) Thanks!
@@razvanalinbalan4215 so, do you have a review? :)
Android Profiller can be used too ;)
Thx man!!!
Hi,
How to remove leak canary from release app?
It wont be in release if you included it with 'debugimplementation' in your gradle file
This example doesn't show how to fix real apps. Nobody usually makes such a mistake, but a memory leak appears.
helpful 🐱
Respect thonas 🖖🖖🖖
Well, if you used the Application context instead of the Activity's context you would not see a memory leak😉.
Yeah and i could successfully not demonstrate this here in a simple way
Rly important thing