Skip to content

Commit 7bc7adf

Browse files
Add memory fix link in Android
1 parent 1b6a0ba commit 7bc7adf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -651,10 +651,10 @@ It is also a good practice to annotate overridden methods with `@Override` to ma
651651
* Difference between `View.GONE` and `View.INVISIBLE`?
652652
* What is the difference between a regular bitmap and a nine-patch image?
653653
* Tell about the bitmap pool. [Mindorks](https://blog.mindorks.com/how-to-use-bitmap-pool-in-android-56c71a55533c)
654-
* How to avoid memory leaks in Android?
654+
* How to avoid memory leaks in Android? [Mindorks](https://mindorks.com/blog/detecting-and-fixing-memory-leaks-in-android)
655655
* What are widgets on Home-Screen in Android?
656656
* What is AAPT?
657-
* How do you find memory leaks in Android applications?
657+
* How do you find memory leaks in Android applications? [Mindorks](https://mindorks.com/blog/detecting-and-fixing-memory-leaks-in-android)
658658
* How do you troubleshoot a crashing application?
659659
* Why should you avoid to run non-ui code on the main thread?
660660
* How did you support different types of resolutions?

0 commit comments

Comments
 (0)