File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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?
You can’t perform that action at this time.
0 commit comments