标签:commit image 聊天 替换 ring ace 技术分享 action ras
1)页面布局
会话页面.png
群聊天页面.png
2)创建环信提供的会话页面
// 创建会话页面的fragment easeChatFragment = new EaseChatFragment(); // 获取环信id hxid = getIntent().getExtras().getString(EaseConstant.EXTRA_USER_ID); // 获取聊天类型 chatType = getIntent().getExtras().getInt(EaseConstant.EXTRA_CHAT_TYPE); // 设置参数 easeChatFragment.setArguments(getIntent().getExtras()); // 替换 FragmentTransaction transaction = getSupportFragmentManager().beginTransaction(); transaction.replace(R.id.fl_chat, easeChatFragment).commit();
标签:commit image 聊天 替换 ring ace 技术分享 action ras
原文地址:http://www.cnblogs.com/ganchuanpu/p/6056458.html