We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8108ece commit c0e1a5dCopy full SHA for c0e1a5d
README.md
@@ -12,7 +12,7 @@ If you create anonymous Runnable and call to `postDelayed` with large timeout, t
12
in memory until timeout passes. Even if your Runnable seems small, it indirectly references owner class,
13
which is usually something as big as Activity or Fragment.
14
15
-Very soon we will post article with much more details.
+You can read more [on our blog post.](http://techblog.badoo.com/blog/2014/08/28/android-handler-memory-leaks)
16
17
Solution
18
--------
0 commit comments