- 博客(5)
- 收藏
- 关注
转载 xml中实现属性动画ordering 选项的说明
ordering 有两个选项:sequentially 和 together 。其中 together 为默认项。 sequentially 表示 set 中的动画,按照先后顺序逐步进行(a 完成之后进行 b )。 together 表示set 中的动画,在同一时间同时进行。 https://developer.android.com/guide/topics/resources/anima...
2019-02-19 16:14:54
233
原创 如何去替换arraylist中对应索引中的数据
arraylist是我们开发过程中经常用到的数组对象,但是有时候一些常规的操作也会让我们束手无策。 (1)如何去替换arraylist中对应索引中的数据: 有时候我们需要去替换arraylist中对应索引中的数值,通常我们能及时想到也就之中办法: Char a; a=get(0); get(0)=get(1); get(1)=a; 但是这种办法通常是不行的
2014-03-06 12:31:07
23276
转载 Android编译错误处理make ......./noproguard.classes-with-local.dex] 已杀死的方法
Android编译错误处理make ......./noproguard.classes-with-local.dex] 已杀死。 今天在解决Daily build机器第一遍编译失败时,从网上获取一些消息,没有一个完整到方案,特整合供大家享用。 错误现象描述一: Install: out/host/linux-x86/framework/dx.jar Copy:dx (out/h
2014-02-27 15:00:43
902
转载 输入指令adb remount出现ADB server didn't ACK提示的解决方式
输入指令adb remount出现ADB server didn't ACK提示解决方式: 1.输入adb start-server启动adb服务,如果出现如下提示 * daemon not running. starting it now on port 5037 * ADB server didn't ACK * failed to start daemon * 2.
2014-02-27 14:28:50
1087
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅