自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(4)
  • 收藏
  • 关注

android IM的实现:聊天室(采用smack API)

由于Smack的API版本不一样吧,以为会有个对应的GroupChat来处理聊天室(跟Chat处理普通聊天一样).可我错了,我没有找到这个类翻了下API,最后发现只有采用MultiUserChat获取服务器端聊天室信息:public static void getConferenceRoom() throws XMPPException { if (!MultiUserChat.get...

2011-07-18 10:41:00 108

TextView控件上添加表情图片

自己弄了个自定义控件继承自TextViewpackage org.face;import android.content.Context;import android.graphics.drawable.Drawable;import android.text.Html;import android.text.Spanned;import android.util.A...

2011-07-13 11:27:00 133

android中ListView数据刷新时的同步

<groupinfo></groupinfo>public class Main extends BaseActivity { private static final String TAG = "tag"; private static final int STATUS_CHANGE = 0; ExpandableLis...

2011-07-06 15:45:00 91

倒排序查看数据库里各个表所占用的空间

create table tmp (name varchar(50),rows int,reserved varchar(50), data varchar(50),index_size varchar(50),unused varchar(50))insert into tmp (name,rows,reserved, data,index_size,unused) exec sp_msfore...

2011-07-05 10:07:00 114

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除