forked from MummyDing/Mobile-QQ2015_UI
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.md~
22 lines (18 loc) · 1.48 KB
/
README.md~
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
## 这个Demo还是我刚开始学Android那个时候写的,只是那个时候用来练手的,没打算管.不过貌似有人关注,给star,过段时间我重新写一下吧~_~ ---2016年1月15日
###本人其他项目: [https://github.com/MummyDing/Leisure](https://github.com/MummyDing/Leisure) 欢迎交流
# Mobile-QQ2015_UI
高仿QQ2015(Android) 界面
Author: MummyDing<br>
Blog: http://blog.csdn.net/mummyding/article/details/47708203
##应用演示
![alt text](http://ww2.sinaimg.cn/bmiddle/df755665gw1ev4ttonhpag209c0hc1l9.gif)
![alt text](http://ww2.sinaimg.cn/bmiddle/df755665gw1ev4tu1l92gg209c0hcnpj.gif)
![alt text](http://ww3.sinaimg.cn/bmiddle/df755665gw1ev4tujnf0dg209c0hcx6y.gif)
![alt text](http://ww1.sinaimg.cn/bmiddle/df755665gw1ev4tuvsc3eg209c0hc4qv.gif)
![alt text](http://ww3.sinaimg.cn/bmiddle/df755665gw1ev4tvp20tgg209c0hckk1.gif)
##具体实现
1. 登陆界面 主要是那个下拉列表,我是采用 PopUpWindow +ListView 实现<br>
2. 锁屏界面 [【Android】使用 SwipeRefreshLayout 实现下拉刷新](http://blog.csdn.net/mummyding/article/details/46966617)<br>
3. 侧滑菜单使用 HorizontalScrollView +动画(使用了[NineOldAndroids](https://github.com/JakeWharton/NineOldAndroids)这个开源库)<br>
4. 主界面 底部菜单栏用RadioGroup实现,上面的内容页都是Fragment.<br>
5. 圆形头像可参考我的博文 [【Android】自定义圆形ImageView(圆形头像 可指定大小)](http://blog.csdn.net/mummyding/article/details/47706397)<br>