android
文章平均质量分 64
迷途程序员
这个作者很懒,什么都没留下…
展开
-
使用Junit测试
使用Junit工具测试原创 2016-05-24 15:52:40 · 259 阅读 · 0 评论 -
标准对话框 AlertDialog 使用
标准对话框AlertDialog 最多只能有三个按钮 setNegativeButton setPositiveButton setNeutralButton 5.0版本 显示的顺序是 NegativeButton NeutralButton PositiveButton package com.chen.alertdialog; import andr原创 2016-05-30 15:14:05 · 308 阅读 · 0 评论 -
通知栏Notification使用
NotificationManager mNotificationManager = (NotificationManager) getSystemService(NOTIFICATION_SERVICE); Notification mNotification = new Notification(R.drawable.icon_cat, "你有新的消息了", System.curren原创 2016-05-31 12:22:58 · 302 阅读 · 0 评论 -
调用Android手机相册功能并获取图片路径
调用手机图片浏览器原创 2016-05-23 14:26:08 · 2002 阅读 · 0 评论 -
下载网络图片
下载网络图片原创 2016-05-23 14:36:46 · 353 阅读 · 0 评论