- 201902
连载的博文系列,提供尽可能透彻的Android源码分析- https://github.com/foxleezh/AOSP
android framework层源码解析,不定时更新哈- https://github.com/yipianfengye/androidSource
移动端开发也不仅限于App开发,还有loT(物联网),音视频,VR/AR 等这些领域也是离不开移动互联网的.
Android 开发高手课- http://www.wanandroid.com/blog/show/2436
Android高手进阶视频教程(任玉刚)- https://edu.csdn.net/course/detail/1923/
前微信工程师,Android 开发高手课- https://github.com/AndroidAdvanceWithGeektime
C/C++学习视频。
--20180626-0701
1.IM 视频聊天中的拉流和推流
2.IM 语音聊天中的语音录制、发送和播放(使用websocket发送文件)
3.IM OKHTTP的WebSocket封装
-- 20180507-20180512 计划
> 文件批量上传 照片上传?? 上传与下载
使用OkHttp上传多张图片 HttpClient
OKHttp实现多文件上传(干货)
JSP服务器端
https://github.com/zhouxu88/UploadFileWebDemo.git
Android客户端
https://github.com/zhouxu88/OkHttp3_UploadFile.git
文件上传与下载OkHttpFinal- https://github.com/pengjianbo/OkHttpFinal
Android中关于FTP的文件上传和下载
android批量文件上传(android批量图片上传)- https://www.cnblogs.com/shihaiming/p/5984655.html
Android Multiple Images Selector- https://github.com/zfdang/android-multiple-images-selector
-- Android 仿照微信发说说,既能实现拍照,选图库,多图案上传 使用Retrofit技术
使用Retrofit技术仿微信图片上传,客户端和服务器都有:
Android 仿照微信多图案上传- https://github.com/lidong1665/Android-UploadMultipartImage
服务器端和客户端:
--- XMPP协议消息推送Androidpn- https://sourceforge.net/projects/androidpn/files/
-- 可以通过MQTT协议来实现推送 .
客户端下载地址 : https://github.com/tokudu/AndroidPushNotificationsDemo
服务器下载地址 : https://github.com/tokudu/PhpMQTTClient
-- Sipdroid项目在Google托管的网址为:http://code.google.com/p/sipdroid/
免费sip账号注册地址 http://serweb.iptel.org/user/reg/index.php
免费sip服务器 iptel.org
免费sip客户端 http://www.fring.com
从sipdroid的官网下载了安卓的项目工程https://github.com/andto/sipdroid
基于网络视频聊天语音通话的开源框架- https://blog.csdn.net/lindao0/article/details/17070007
https://www.voip-info.org/open-source-voip-software
Android Imsdroid语音视频通话源码- https://download.csdn.net/download/ap1005904/8051117
基于socket.io即时通讯IM实现,webRTC实现视频通话- https://blog.csdn.net/foxPower/article/details/77990490
iOS 代码地址:https://github.com/fengli12321/Socket.io-FLSocketIM-iOS
服务器端代码实现参照:https://github.com/githuanl/node.js-socket.io-server
安卓端代码实现参照:https://github.com/githuanl/socket.io-android-
Free SIP/VoIP client for Android, with G729 codec;sipdroid- https://github.com/andto/sipdroid
-- 狼人杀Android版- https://github.com/werewolfKill/werewolf_android
狼人杀Server端- https://github.com/werewolfKill/werewolf_server
------------------------------------------ 0827
防二次打包? Android自带的单元测试?
查找ANR的方式: 1. 导出/data/data/anr/traces.txt,找出函数和调用过程,分析代码 2. 通过性能LOG人肉查找
在就是你项目经验,突出你遇到什么难点,然后是怎么解决的!尽量将每个技术?点凸显出来,当然面试官有时候会为了体现你是否真正做过,他会问你,你在这?个应用中做那个模块,用了多少个类之类的问题
要求应聘者具有某种特殊的技能,例如蓝牙,WIFI等。偏向于性能及 NDK,UI 稍次。
View performTraversals()与Chorerographer? surface的生命周期?
发现GLSurfaceView不能根据屏幕的变化而变化, 这是由于GLSurfaceView同应用的Surface不是在同一层导致的问题?
View.add remove update会走measure()和layout()draw()的哪些生命周期?
requestLayout()只调用measure()和layout()过程,不会调用draw()? 监控fps设置阈值?
SDK 5.0 自定义RemoteView来实现折叠式Notification通知;SDK 5.0 悬挂式通知Notification。
阿拉灯神灯的专栏- https://blog.csdn.net/nugongahou110/article/category/5666499
超简单的高仿qq侧滑- https://github.com/WangcWj/SideslippingDemo
RecyclerView Item 置顶?(删除当前Item,并把当前Item放在最顶部)