Find and Fix MEMORY LEAKS with Leak Canary in Android 👀

  Рет қаралды 39,299

Philipp Lackner

Philipp Lackner

Күн бұрын

Пікірлер: 43
@ink.404
@ink.404 3 жыл бұрын
another video on figuring out where the leaks are actually coming from would be very helpful
@achalbadgujar9519
@achalbadgujar9519 3 жыл бұрын
Thanks Philip for helping the android developers like us to stay updated. Awsome Info
@Joe-yu9wc
@Joe-yu9wc 3 жыл бұрын
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.
@DjangoMx
@DjangoMx 3 жыл бұрын
go ahead bro, you can always ask for help here
@chuka_obi5167
@chuka_obi5167 3 жыл бұрын
Just got your new course! Very excited to get started learning about multi-module apps and also canvas too!
@devedroy
@devedroy Жыл бұрын
Thankyou so much, this was very helpful in finding one of the issues I literally gave a week of my time on.
@ndiritumichael
@ndiritumichael 3 жыл бұрын
Thanks for this great tip,if I have a multi module app do i have to apply for every module?
@BaldingEagle51
@BaldingEagle51 5 ай бұрын
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?
@pranavvyas7218
@pranavvyas7218 3 жыл бұрын
What's the theme you are using ? looks good
@techmarinar
@techmarinar 3 жыл бұрын
Thank you for sharing this very important topic
@deepeshkumar1704
@deepeshkumar1704 8 ай бұрын
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
@joemoe5954
@joemoe5954 3 жыл бұрын
Could you share the android studio theme you are using here?
@finalfantasy996
@finalfantasy996 Жыл бұрын
Settings > Appearence > New Beta UI
@relaxtime6556
@relaxtime6556 2 жыл бұрын
Very nice Philp awesome tutorial.
@original_anu
@original_anu 3 жыл бұрын
This is so cool. Thank you ❤️
@iam-learning6374
@iam-learning6374 3 жыл бұрын
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.
@Alchemist10241
@Alchemist10241 3 жыл бұрын
Well done. - detecting memory leaks in on click ✔
@MaulikDodiaHollywoodMovieLover
@MaulikDodiaHollywoodMovieLover 2 жыл бұрын
I hoep you will make second part of this video in more depth.
@footballCartoon91
@footballCartoon91 2 жыл бұрын
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" ?
@m0tivati0n71
@m0tivati0n71 2 жыл бұрын
Brilliant and short explanation
@yunusemrearslan3696
@yunusemrearslan3696 3 жыл бұрын
your IDE just looks like Xcode. Please sensei stay with us :D
@razvanalinbalan4215
@razvanalinbalan4215 3 жыл бұрын
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!
@PhilippLackner
@PhilippLackner 3 жыл бұрын
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 :)
@razvanalinbalan4215
@razvanalinbalan4215 3 жыл бұрын
@@PhilippLackner Ah, got it! Maybe add checks for all of them for better UX, didn't realize the amount was already selected. Thank you!
@razvanalinbalan4215
@razvanalinbalan4215 3 жыл бұрын
@@PhilippLackner Done. I'll come back with a review. :) Thanks!
@Rusliq
@Rusliq 2 жыл бұрын
@@razvanalinbalan4215 so, do you have a review? :)
@kishorramani007
@kishorramani007 3 жыл бұрын
Hi, How to remove leak canary from release app?
@koweratus
@koweratus 3 жыл бұрын
It wont be in release if you included it with 'debugimplementation' in your gradle file
@mytubekt
@mytubekt 3 жыл бұрын
Android Profiller can be used too ;)
@sschueller
@sschueller 3 жыл бұрын
Awesome, thank you for the tip
@alexandernifanin7366
@alexandernifanin7366 Жыл бұрын
This example doesn't show how to fix real apps. Nobody usually makes such a mistake, but a memory leak appears.
@atulkumar-bb7vi
@atulkumar-bb7vi 2 жыл бұрын
Thanks for this amazing tip..!
@javad0470
@javad0470 3 жыл бұрын
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.
@nvnkmr1290
@nvnkmr1290 10 ай бұрын
Thanks philip
@javidsattar281
@javidsattar281 Жыл бұрын
Perfect, Thanks
@ПавелЗубко-й7к
@ПавелЗубко-й7к 2 жыл бұрын
Thx man!!!
@mustafaammar551
@mustafaammar551 3 жыл бұрын
very cool video thank you BRO
@tanishqk7031
@tanishqk7031 3 жыл бұрын
Respect thonas 🖖🖖🖖
@wernerdittmann7579
@wernerdittmann7579 3 жыл бұрын
Well, if you used the Application context instead of the Activity's context you would not see a memory leak😉.
@PhilippLackner
@PhilippLackner 3 жыл бұрын
Yeah and i could successfully not demonstrate this here in a simple way
@vikaspandey7053
@vikaspandey7053 Жыл бұрын
helpful 🐱
@datel666
@datel666 3 жыл бұрын
Rly important thing
Shrink, Optimize and Secure Your App With R8 & ProGuard - Full Guide
18:08
Memory Leaks on Android
18:36
CodingWithMitch
Рет қаралды 57 М.
Mom Hack for Cooking Solo with a Little One! 🍳👶
00:15
5-Minute Crafts HOUSE
Рет қаралды 23 МЛН
Une nouvelle voiture pour Noël 🥹
00:28
Nicocapone
Рет қаралды 9 МЛН
人是不能做到吗?#火影忍者 #家人  #佐助
00:20
火影忍者一家
Рет қаралды 20 МЛН
Гениальное изобретение из обычного стаканчика!
00:31
Лютая физика | Олимпиадная физика
Рет қаралды 4,8 МЛН
Solving Java Memory Leaks
45:06
Oracle Developers
Рет қаралды 35 М.
An unexpected memory leak in JS
13:56
Theo - t3․gg
Рет қаралды 63 М.
How Senior Programmers ACTUALLY Write Code
13:37
Thriving Technologist
Рет қаралды 1,6 МЛН
How to Set Up CI CD for Android Using GitHub Actions
44:09
How to detect and fix Memory Leaks on Android with Android Studio
8:53
Lukas Lechner - Advanced Android Development
Рет қаралды 39 М.
Fix a memory leak in Flutter (#148291)  | Building Flutter
1:06:27
Flutter Bounty Hunters
Рет қаралды 9 М.
5 Fatal Coroutine Mistakes Nobody Tells You About
18:15
Philipp Lackner
Рет қаралды 90 М.
Make Your Code Clean With the SOLID Principles
18:24
Philipp Lackner
Рет қаралды 103 М.
Mom Hack for Cooking Solo with a Little One! 🍳👶
00:15
5-Minute Crafts HOUSE
Рет қаралды 23 МЛН