摘要:
public class LogUtil { public static final int VERBOSE = 1; public static final int DEBUG = 2; public static final int INFO = 3; public static final int WARN = 4; public static final int ERROR = 5; p... 阅读全文
posted @ 2015-12-22 15:46
Pace千雨
阅读(382)
评论(0)
推荐(0)
摘要:
progressbar.xml 全部代码 public class ThirdLoginLoadingDialog extends Dialog { private TextView tv; public ThirdLoginLoadi... 阅读全文
posted @ 2015-12-22 14:24
Pace千雨
阅读(426)
评论(0)
推荐(0)
摘要:
阅读全文
posted @ 2015-12-22 13:46
Pace千雨
阅读(152)
评论(0)
推荐(0)
摘要:
代码混淆的规则1.如果使用了Gson之类的工具要使JavaBean类即实体类不被混淆。 2.如果使用了自定义控件那么要保证它们不参与混淆。 3.如果使用了枚举要保证枚举不被混淆。-keepclassmembers enum * { -> 枚举类不能去混淆 public static **[] values(); public... 阅读全文
posted @ 2015-12-22 11:57
Pace千雨
阅读(456)
评论(0)
推荐(1)
浙公网安备 33010602011771号