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