摘要: 小米5可以用羊城通直接刷公交和地铁,非常方便,唯一美中不足的地方是: 需要在锁屏/黑屏的情况下,长按音量下键或者双击Home键,才能呼出羊城通刷卡界面。 那如果我在需要刷羊城通时,已经进入了桌面,那我就必须先按关机键锁屏,再长按音量下键,才能呼出羊城通界面,有强迫症的人表示伤不起。解决这种问题,其实 阅读全文
posted @ 2016-09-16 17:40 Achilles_Snow 阅读(5020) 评论(3) 推荐(1) 编辑
摘要: 0 简介 该APP为个人作品,已上线。 主要为 爱路美租车公司 编写一款Android端应用。 1 使用技术 (1) 通过gson解析服务端返回的数据,通过asyncHttpClient框架实现网络请求。 (2) 使用EventBus框架解耦数据传送。 (3) 使用autolayout框架,实现界面 阅读全文
posted @ 2016-07-12 10:38 Achilles_Snow 阅读(319) 评论(0) 推荐(0) 编辑
摘要: 0 简介 (1) 个人作品,已上线,可在小米商店、百度手机助手中下载。 由上班外时间进行开发,开发周期:三个月 (2) 使用了Activty + fragment 模式, 使用了AsyncHttpClient实现网络传输, 使用EventBus实现事件传输, 使用gson解析json数据, 使用环信 阅读全文
posted @ 2016-07-08 21:33 Achilles_Snow 阅读(340) 评论(0) 推荐(0) 编辑
摘要: setNotifyWhileDragging方法,设置成true,滑动时获取数据 阅读全文
posted @ 2015-07-26 01:18 Achilles_Snow 阅读(179) 评论(0) 推荐(0) 编辑
摘要: android:progressDrawable="@drawable/seekbar_color_style" 阅读全文
posted @ 2015-07-26 00:46 Achilles_Snow 阅读(589) 评论(0) 推荐(0) 编辑
摘要: 使用滤镜设置变暗:imageView.setColorFilter(Color.GRAY, PorterDuff.Mode.MULTIPLY);清除:imageView.clearColorFilter(); 阅读全文
posted @ 2015-07-25 12:28 Achilles_Snow 阅读(1033) 评论(0) 推荐(0) 编辑
摘要: 1 package com.example.widget; 2 3 import android.app.Activity; 4 import android.content.Context; 5 import android.graphics.drawable.ColorDrawable; 6... 阅读全文
posted @ 2015-07-21 10:34 Achilles_Snow 阅读(231) 评论(0) 推荐(0) 编辑
摘要: EventBus使用详解(一)——初步使用EventBushttp://blog.csdn.net/harvic880925/article/details/40660137EventBus使用详解(二)——EventBus使用进阶http://blog.csdn.net/harvic880925/... 阅读全文
posted @ 2015-07-11 20:58 Achilles_Snow 阅读(276) 评论(0) 推荐(0) 编辑
摘要: public Bitmap resizedBitmap(Bitmap bitmap, int screenW, int tv_count) { int width = bitmap.getWidth(); int height = bitmap.getHeight(); int newWidt... 阅读全文
posted @ 2015-07-11 13:25 Achilles_Snow 阅读(127) 评论(0) 推荐(0) 编辑
摘要: 解决方法:eclipse/myeclipse > menuwindow > preferences > general > security >content >git > click "delete" > ok 阅读全文
posted @ 2015-07-11 09:37 Achilles_Snow 阅读(731) 评论(0) 推荐(0) 编辑