摘要:
尚硅谷 1.http://www.atguigu.com/android_video.shtml 2. https://zhuanlan.zhihu.com/p/98891104 3.黑马 http://yun.itheima.com/map/106.html 阅读全文
摘要:
android 基础教程 https://www.w3cschool.cn/uawnhh/ 阅读全文
摘要:
https://gitee.com/gxnualbert/AndroidDevTools?utm_source=alading&utm_campaign=repo 基础教程: https://www.runoob.com/android/android-tutorial.html 阅读全文
摘要:
般APP主进程退出之后还会留一个push进程来接收服务端的推送消息,在安卓机上用过QQ微信或者支付宝的应该都有印象,明明把APP进程杀掉了,系统推送的消息还是能收到。一般大型APP都是自建http/tcp长连通道,小型app可以直接使用阿里云定制的推送功能。像即时聊天类APP如微信的消息收发非常及时 阅读全文
摘要:
链接:https://pan.baidu.com/s/1IjAvWOfPXCl7SWZZeOshEw 提取码:jgzo 阅读全文
摘要:
https://blog.csdn.net/weixin_35968240/article/details/117713778 https://zhuanlan.zhihu.com/p/450518513 阅读全文
摘要:
链接:https://pan.baidu.com/s/17tu_beoqXHdtOuGiRdnfSw 提取码:p0o6 阅读全文
摘要:
1辅导王APK 开发 上线连接:https://www.wandoujia.com/apps/2198223/history_v17: 开发时间:2012-2014 第一份工作就是开发android app. 十年前了, 2.西安公交查询系统(略) 开发时间:2015年,算是自己的毕设类项目,技术难 阅读全文
摘要:
android 端架构师: https://blog.csdn.net/csdn_aiyang/article/details/77933165 阅读全文
摘要:
Retorfit:封装类: public class Retorfit { private static Retrofit retrofit; public static RequestAPI getApiService() { if (retrofit == null) { retrofit = 阅读全文