You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -900,7 +900,7 @@ It is also a good practice to annotate overridden methods with `@Override` to ma
900
900
901
901
#### Working With Multimedia Content
902
902
903
-
* How do you handle bitmaps in Android as it takes too much memory?
903
+
* How do you handle bitmaps in Android as it takes too much memory? [Developer Android](https://developer.android.com/topic/performance/graphics/load-bitmap) [Developer Android](https://developer.android.com/topic/performance/graphics/manage-memory)
904
904
905
905
* What is the difference between a regular `Bitmap` and a nine-patch image?
0 commit comments