
Android实例
青鸟飞鱼
这个作者很懒,什么都没留下…
展开
-
android实例之——流量监控悬浮窗(实时网速的获取)
前几天想做一个类似于360流量监控悬浮窗的效果,可以实时显示网速。重要的读取系统的流量文件,文件路径/proc/self/net/dev下面是复制下来的dev文件Inter-| Receive | Transmit face |bytes packets errs drop f原创 2013-08-20 16:03:10 · 9965 阅读 · 9 评论 -
android实例之——调用android系统相机、系统相册,并对得到的图片进行处理
最近做了这样一个Demo,调用系统相机拍照、系统相册选择照片并显示。1、调用系统相机Intent intent = new Intent(MediaStore.ACTION_IMAGE_CAPTURE);// 调用系统相机new DateFormat();name = DateFormat.format("yyyyMMdd_hhmmss", Calendar.getInstan原创 2013-08-15 16:32:20 · 13658 阅读 · 12 评论