登录
首页 » Java » 仿qq聊天软件,xmpp实现,很精彩的例子

仿qq聊天软件,xmpp实现,很精彩的例子

于 2014-11-10 发布
0 252
下载积分: 1 下载次数: 0

代码说明:

仿qq聊天软件,xmpp实现,很精彩的例子

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • android 对话框实例
    android 对话框实例
    2014-08-21下载
    积分:1
  • AS功能完善的ANDROID指南针源码(含经度、纬度、海拔)
    AS功能完善的ANDROID指南针源码(含经度、纬度、海拔)
    2019-03-24下载
    积分:1
  • AD可用QFN全系列封装lib
    AD10可用的QFN系列全品种的封装文件,已经做成lib,加载即可用
    2019-04-17下载
    积分:1
  • android 串口编程 实例源码下载
    android 串口编程 实例源码下载
    2013-11-28下载
    积分:1
  • Android 下 View Pager 显示 远程网络图片 例子
    Android 下 View Pager 显示 远程网络图片 例子
    2013-07-05下载
    积分:1
  • Android Launcher 源码修改可编译 例子源码
    Android Launcher 源码修改可编译 例子源码
    2014-10-10下载
    积分:1
  • android联系人带字母检索源码
    android联系人带字母检索源码/** * 联系人列表适配器。 * * @author guolin */public class ContactAdapter extends ArrayAdapter { /** * 需要渲染的item布局文件 */ private int resource; /** * 字母表分组工具 */ private SectionIndexer mIndexer; public ContactAdapter(Context context, int textViewResourceId, List objects) { super(context, textViewResourceId, objects); resource = textViewResourceId; } @Override public View getView(int position, View convertView, ViewGroup parent) { Contact contact = getItem(position); LinearLayout layout = null; if (convertView == null) { layout = (LinearLayout) LayoutInflater.from(getContext()).inflate(resource, null); } else { layout = (LinearLayout) convertView; } TextView name = (TextView) layout.findViewById(R.id.name); LinearLayout sortKeyLayout = (LinearLayout) layout.findViewById(R.id.sort_key_layout); TextView sortKey = (TextView) layout.findViewById(R.id.sort_key); name.setText(contact.getName()); int section = mIndexer.getSectionForPosition(position); if (position == mIndexer.getPositionForSection(section)) { sortKey.setText(contact.getSortKey()); sortKeyLayout.setVisibility(View.VISIBLE); } else { sortKeyLayout.setVisibility(View.GONE); } return layout; } /** * 给当前适配器传入一个分组工具。 * * @param indexer */ public void setIndexer(SectionIndexer indexer) { mIndexer = indexer; }}
    2014-04-13下载
    积分:1
  • android 翻页效果示例源码下载
    android 翻页效果示例源码下载
    2014-04-15下载
    积分:1
  • android端视频监控
    android端视频监控
    2015-05-19下载
    积分:1
  • Android 图片加上水印效果
    Android 图片加上水印效果
    2014-09-28下载
    积分:1
  • 696516资源总数
  • 106918会员总数
  • 4今日下载