摘要:
From the Android developer web link: http://developer.android.com/reference/android/content/Intent.html, you can find that it says "It (Intent) is bas 阅读全文
摘要:
In Android,we almost have less chance to define our own permission,and sometimes we need,so as in a contentprovider here is how to define our own perm 阅读全文
摘要:
BlockingQueue A Queue that additionally supports operations that wait for the queue to become non-empty when retrieving an element, and wait for space 阅读全文
摘要:
In any nontrivial software project, bugs are simply a fact of life. Careful planning, programming, and testing can help reduce their pervasiveness, bu 阅读全文
摘要:
In Android,we always use dirty to describe something has changed already but has not refresh to the screen. A dirty object is an object that has chang 阅读全文