08 2017 档案

摘要:BaseActivkty 阅读全文
posted @ 2017-08-18 15:57 BlogCommunicator 阅读(307) 评论(0) 推荐(0)
摘要:首先是Presenter: 然后是VIewLayer: 在Activity中这样使用: 阅读全文
posted @ 2017-08-18 15:53 BlogCommunicator 阅读(251) 评论(0) 推荐(0)
摘要:先看一下UML简图: 接下来是代码: 首先来看一下Presenter: 接下来看ViewLayer: 接下来是PullUpRecyclerController: 接下来是RecyclerAdapter: module的代码就不贴了 最后是在fragment中的使用: 阅读全文
posted @ 2017-08-17 18:03 BlogCommunicator 阅读(303) 评论(0) 推荐(0)
摘要:先要到设置里关联私钥 配置user.name等 然后在eclipse下配置config文件 其实.git文件夹下就有这个文件,内容如下 然后就可以比较自动的pull了。 注意在项目目录下创建.gitignore文件,内容为 就可以在eclipse的基础上忽略更多了. 如果push时候报错无法连接任何 阅读全文
posted @ 2017-08-10 11:24 BlogCommunicator 阅读(164) 评论(0) 推荐(0)
摘要:public class MainApplication extends Application{ /** * 全局的上下文 */ private static Context mContext; @Override public void onCreate() { super.onCreate(); Log.e... 阅读全文
posted @ 2017-08-10 10:06 BlogCommunicator 阅读(150) 评论(0) 推荐(0)