11 2016 档案

摘要:1、通过handler方式,sendmessage。 多个类间传递比较麻烦,也懒的写... 2、线程中通过runOnUiThread() 简单方便 3、post方法 没用过,不评价 阅读全文
posted @ 2016-11-29 15:42 Lyxin_c 阅读(573) 评论(0) 推荐(0)
摘要:public static String setEncrypt(String key, String password) { String encryptingCode = null; try { encryptingCode = encrypt(key, password); } catch (Exception e... 阅读全文
posted @ 2016-11-22 14:11 Lyxin_c 阅读(192) 评论(0) 推荐(0)