随笔分类 -  Android 学习

记录Android 学习过程
摘要:source code :https://github.com/fantasyRqg/MytestApp/tree/AndroidLaunchModeTest以下文字摘自Tasks and Back Stack主要解释关于FLAG_ACTIVITY_NEW_TASK和 singleTask 的特性W... 阅读全文
posted @ 2015-07-29 12:12 rqg 阅读(115) 评论(0) 推荐(0)
摘要:JakeWharton/butterknifecompile 'com.jakewharton:butterknife:7.0.1'greenrobot/EventBus compile 'de.greenrobot:eventbus:2.4.0'mcxiaoke/android-volleycom... 阅读全文
posted @ 2015-07-29 09:39 rqg 阅读(390) 评论(0) 推荐(0)
摘要:OnDateChanged 奇怪问题 阅读全文
posted @ 2015-07-08 17:56 rqg 阅读(261) 评论(0) 推荐(0)
摘要://倒数第几个开始加载 private int mCountDown = 1; //上一次加载点 所在recyclerview 中的位置 private int mExLoadPos = -1; private OnLoadMore mOnLoadMore; priva... 阅读全文
posted @ 2015-07-06 09:40 rqg 阅读(1796) 评论(1) 推荐(0)