- 博客(3)
- 收藏
- 关注
原创 git 首次推送本地到远程
git init git add --all git commit -m '*********' 在github中新建一个repositories git remote add origin git@github.com:########.git gitpush origin master
2016-06-30 16:35:45
218
转载 文章出自http://blog.youkuaiyun.com/loongggdroid/article/details/17616509
我们在用手机的时候,如果来了短信,而我们没有点击查看的话,是不是在手机的最上边的状态栏里有一个短信的小图标提示啊?你是不是也想实现这种功能呢?今天的Notification就是解决这个问题的。 我们也知道Android系统也是在不断升级的,有关Notification的用法也就有很多种,有的方法已经被android抛弃了,现在我实现了三种不同的方法,并适应不同的android版
2016-06-20 20:44:16
285
转载 Volley框架初识01
Volley是Google I/O 2013推出的网络通信库,在volley推出之前我们一般会选择比较成熟的第三方网络通信库,如: android-async-http retrofit okhttp 他们各有优劣,之前个人则比较喜欢用Android-async-http, 如今Google推出了官方的针对Android平台上的网络通信库,能使网
2016-05-29 19:11:54
321
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅