会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Lyxin_c
博客园
首页
新随笔
联系
订阅
管理
11 2016 档案
子线程中更新UI线程的三个方法
摘要:1、通过handler方式,sendmessage。 多个类间传递比较麻烦,也懒的写... 2、线程中通过runOnUiThread() 简单方便 3、post方法 没用过,不评价
阅读全文
posted @
2016-11-29 15:42
Lyxin_c
阅读(573)
评论(0)
推荐(0)
DES的加解密For android
摘要: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)
公告