Understanding Java Garbage Collection
stop-the-world Stop-the-world means that the JVM is stopping the application from running to execute a GC. When stop-the-world occurs, every thread except for the threads needed... »
stop-the-world Stop-the-world means that the JVM is stopping the application from running to execute a GC. When stop-the-world occurs, every thread except for the threads needed... »
“Let requests and responses be written in an area where... »
When programming Android, although java has GC mechanism, some our wrong code way and personal habits still cause memory leak, GC also can’t fix it.
Over the years, these are the Android development tools I’ve found most useful. I consistently use these tools to build apps. I recommend you take a... »
We can define many useful drawables in Android, in this article, I collected some of definatio... »