摘要: RESTful风格 https://baike.sogou.com/v73300762.htm?fromTitle=RESTful Retrofit 2.0 使用教程 https://blog.csdn.net/carson_ho/article/details/73732076 阅读全文
posted @ 2018-06-07 16:00 君子求诸己 阅读(232) 评论(0) 推荐(0)
摘要: 参考:https://blog.csdn.net/ShunXiangL/article/details/51790999 阅读全文
posted @ 2018-06-07 15:09 君子求诸己 阅读(94) 评论(0) 推荐(0)
摘要: 参考:https://stackoverflow.com/questions/12567368/my-android-app-rotates-even-if-screen-rotation-is-disabled-in-the-os-how-can-i I am developing an Andr 阅读全文
posted @ 2018-06-07 15:07 君子求诸己 阅读(955) 评论(0) 推荐(0)
摘要: 参考:http://www.jb51.net/article/126767.htm 现在android studio新建activity已经支持直接创建一个带类似抽屉的侧滑菜单activity new navigation drawer activity 即可,可以替换头部和菜单实现自定义! 阅读全文
posted @ 2018-06-07 15:04 君子求诸己 阅读(195) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/yuzhiboyi/article/details/7677026 实现并覆盖了onSaveInstanceState方法: [java] view plaincopy @Override protected void onSaveInstanceStat 阅读全文
posted @ 2018-06-07 15:01 君子求诸己 阅读(234) 评论(0) 推荐(0)
摘要: 参考:http://www.cnblogs.com/shitianzeng/articles/2807062.html onNewIntent(Intent intent): 在Android应用程序开发的时候,从一个Activity启动另一个Activity并传递一些数据到新的Activity上非 阅读全文
posted @ 2018-06-07 14:59 君子求诸己 阅读(1750) 评论(0) 推荐(1)