another video on figuring out where the leaks are actually coming from would be very helpful
@achalbadgujar95193 жыл бұрын
Thanks Philip for helping the android developers like us to stay updated. Awsome Info
@Joe-yu9wc3 жыл бұрын
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.
@DjangoMx3 жыл бұрын
go ahead bro, you can always ask for help here
@chuka_obi51673 жыл бұрын
Just got your new course! Very excited to get started learning about multi-module apps and also canvas too!
@devedroy Жыл бұрын
Thankyou so much, this was very helpful in finding one of the issues I literally gave a week of my time on.
@ndiritumichael3 жыл бұрын
Thanks for this great tip,if I have a multi module app do i have to apply for every module?
@BaldingEagle515 ай бұрын
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?
@pranavvyas72183 жыл бұрын
What's the theme you are using ? looks good
@techmarinar3 жыл бұрын
Thank you for sharing this very important topic
@deepeshkumar17048 ай бұрын
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
@joemoe59543 жыл бұрын
Could you share the android studio theme you are using here?
@finalfantasy996 Жыл бұрын
Settings > Appearence > New Beta UI
@relaxtime65562 жыл бұрын
Very nice Philp awesome tutorial.
@original_anu3 жыл бұрын
This is so cool. Thank you ❤️
@iam-learning63743 жыл бұрын
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.
@Alchemist102413 жыл бұрын
Well done. - detecting memory leaks in on click ✔
@MaulikDodiaHollywoodMovieLover2 жыл бұрын
I hoep you will make second part of this video in more depth.
@footballCartoon912 жыл бұрын
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" ?
@m0tivati0n712 жыл бұрын
Brilliant and short explanation
@yunusemrearslan36963 жыл бұрын
your IDE just looks like Xcode. Please sensei stay with us :D
@razvanalinbalan42153 жыл бұрын
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!
@PhilippLackner3 жыл бұрын
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 :)
@razvanalinbalan42153 жыл бұрын
@@PhilippLackner Ah, got it! Maybe add checks for all of them for better UX, didn't realize the amount was already selected. Thank you!
@razvanalinbalan42153 жыл бұрын
@@PhilippLackner Done. I'll come back with a review. :) Thanks!
@Rusliq2 жыл бұрын
@@razvanalinbalan4215 so, do you have a review? :)
@kishorramani0073 жыл бұрын
Hi, How to remove leak canary from release app?
@koweratus3 жыл бұрын
It wont be in release if you included it with 'debugimplementation' in your gradle file
@mytubekt3 жыл бұрын
Android Profiller can be used too ;)
@sschueller3 жыл бұрын
Awesome, thank you for the tip
@alexandernifanin7366 Жыл бұрын
This example doesn't show how to fix real apps. Nobody usually makes such a mistake, but a memory leak appears.
@atulkumar-bb7vi2 жыл бұрын
Thanks for this amazing tip..!
@javad04703 жыл бұрын
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.
@nvnkmr129010 ай бұрын
Thanks philip
@javidsattar281 Жыл бұрын
Perfect, Thanks
@ПавелЗубко-й7к2 жыл бұрын
Thx man!!!
@mustafaammar5513 жыл бұрын
very cool video thank you BRO
@tanishqk70313 жыл бұрын
Respect thonas 🖖🖖🖖
@wernerdittmann75793 жыл бұрын
Well, if you used the Application context instead of the Activity's context you would not see a memory leak😉.
@PhilippLackner3 жыл бұрын
Yeah and i could successfully not demonstrate this here in a simple way