github地址:https://github.com/siyamed/android-satellite-menu
不知道是不是抄袭
不知道是不是抄袭
2015-11-03
最新回答 / qq_秀逗_0
首先,用枚举可读性更好,“别人”一看就懂,不用看到的时候要回去看定义的地方怎么写的其次,少量的枚举造成的性能问题微乎其微,当然,不推荐动不动就写枚举
2015-10-25
学习了。TranslateAnimation(float fromXDelta, float toXDelta, float fromYDelta, float toYDelta)这四个参数的函数,都是起始点或者结束点距离当前位置的偏移。
2015-09-25
获取自定义属性值时,Android提供了一个参数更少的方法:
TypedArray mTypedArray = context.obtainStyledAttributes(attrs, R.styleable.***);
android对其做了封装,这样调用更简单一些。
TypedArray mTypedArray = context.obtainStyledAttributes(attrs, R.styleable.***);
android对其做了封装,这样调用更简单一些。
2015-09-24
http://blog.csdn.net/lmj623565791/article/details/38339817
老师的博客,不用谢,我叫雷锋
老师的博客,不用谢,我叫雷锋
2015-08-16