摘要: https://pan.baidu.com/s/1cxxn4q 欢迎大家下载 阅读全文
posted @ 2017-11-01 08:50 天长地久-无为 阅读(503) 评论(0) 推荐(0)
摘要: when we use TextInputLayout to set it throws exception thus: the solution is adding in the TextInputLayout‘s xml. 阅读全文
posted @ 2017-09-30 17:27 天长地久-无为 阅读(1583) 评论(0) 推荐(0)
摘要: 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 阅读全文
posted @ 2017-09-19 08:22 天长地久-无为 阅读(380) 评论(0) 推荐(0)
摘要: 我所在的网络环境 Android Studio 自动下载 Gradle 非常慢,于是就到 Gradle 官网下载 zip 包: https://downloads.gradle.org/distributions/gradle-3.3-all.zip 1.先将整个zip包放于C:\Users\Adm 阅读全文
posted @ 2017-09-18 14:58 天长地久-无为 阅读(848) 评论(0) 推荐(0)
摘要: 对于ScrollView内嵌ListView,我们需要解决两个问题。 1.ListView在layout_height为以下三种任何一种情况的时候,仅一个item可见的问题。 wrap_content match_parent 0dp+ layout_weight = 1 解决方案: 1.给List 阅读全文
posted @ 2017-09-08 18:34 天长地久-无为 阅读(459) 评论(0) 推荐(0)
摘要: https://jaq.alibaba.com/community/art/show?articleid=352 阅读全文
posted @ 2017-09-07 17:38 天长地久-无为 阅读(187) 评论(0) 推荐(0)
摘要: 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 阅读全文
posted @ 2017-09-07 17:37 天长地久-无为 阅读(150) 评论(0) 推荐(0)
摘要: BlockingQueue A Queue that additionally supports operations that wait for the queue to become non-empty when retrieving an element, and wait for space 阅读全文
posted @ 2017-09-06 14:41 天长地久-无为 阅读(764) 评论(0) 推荐(0)
摘要: In any nontrivial software project, bugs are simply a fact of life. Careful planning, programming, and testing can help reduce their pervasiveness, bu 阅读全文
posted @ 2017-09-06 13:59 天长地久-无为 阅读(120) 评论(0) 推荐(0)
摘要: 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 阅读全文
posted @ 2017-09-04 09:16 天长地久-无为 阅读(224) 评论(0) 推荐(0)