随笔分类 - Android
摘要:### 错误详情 ``` Installation did not succeed. The application could not be installed: INSTALL_FAILED_USER_RESTRICTED List of apks: [0] '/Users/topjoy/git
阅读全文
摘要:从上面的图片可以看出,kotlin可以生成的类比java多了很多。 Class 和java中的class一样,用来定义一个类, package com.sky.whitebear.Util.EventBus /** * EventBus数据类 */ class EventMessage constr
阅读全文
摘要:贼简单,但是上次集成完之后忘记整理,所以写的有点简单 SwipeMenu类 继承自ViewGroup package com.onepilltest.others; import android.content.Context; import android.util.AttributeSet; i
阅读全文
