Android
clooker
这个作者很懒,什么都没留下…
展开
-
AsyncTask的使用
/** * @author Administrator * AsyncTask可以直接修改UI,内置handler * 三种类型的含义: * Params, the type of the parameters sent to the task upon execution. * Progress, the type of the progress units publish原创 2013-12-20 14:04:59 · 763 阅读 · 0 评论 -
XMPP通信中的离线消息
ConnectionConfiguration config = new ConnectionConfiguration("192.168.1.100", 5222); config.setSecurityMode(SecurityMode.disabled); config.setDebuggerEnabled(true); config.setSendPresence(false原创 2014-06-25 09:49:21 · 1281 阅读 · 1 评论 -
利用openfire和smark的即时通信
服务器:openfire 客户端程序:smark编写原创 2014-06-26 09:12:33 · 6014 阅读 · 5 评论 -
android中引入第三方包,编译通过,但运行的时候报 java.lang.NoClassDefFoundError
原因是,引入的第三方jar包没有被编译到dex文件中,在对应的原创 2014-07-07 16:59:32 · 1985 阅读 · 0 评论