CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - chat android

搜索资源列表

  1. YayaDemo

    0下载:
  2. 安卓应用,和智能机器人聊天的应用,连接云端,掌握未来-Android applications, and intelligent robots chat application, connect the cloud and seize the future
  3. 所属分类:Java Develop

    • 发布日期:2017-05-17
    • 文件大小:4489133
    • 提供者:tian
  1. FANXIN

    0下载:
  2. 一款模仿微信软件,可以实现聊天功能。主要针对android开发用户。-An imitation of micro-channel software, you can achieve chat. Developed mainly for android users.
  3. 所属分类:android

    • 发布日期:2017-06-13
    • 文件大小:21038540
    • 提供者:万力超
  1. BluetoothChat

    0下载:
  2. 基于Android手机蓝牙功能的聊天软件。可以通过此demo深入了解Bluetooth的通讯机制。 此版本为:eclipse版-Android phones based on Bluetooth chat software. You can use this demo insight into the mechanism of Bluetooth communication. This version is: eclipse version
  3. 所属分类:android

    • 发布日期:2017-05-13
    • 文件大小:2813273
    • 提供者:lichihuo
  1. andriod

    0下载:
  2. Android中英文电子词典源码(so easy),android及时通讯源码:实时对讲机-Android English electronic dictionary source (so easy), android chat Source: real-time walkie-talkie
  3. 所属分类:android

    • 发布日期:2017-05-25
    • 文件大小:8379271
    • 提供者:ww
  1. BluetoothChat

    0下载:
  2. android蓝牙串口通信聊天,eclipse+adt-Bluetooth serial communication android chat
  3. 所属分类:android

    • 发布日期:2017-05-01
    • 文件大小:63003
    • 提供者:
  1. 485EE1188F66E3EF47749F47058FFE65

    0下载:
  2. 一个基于android 的局域网聊天软件,两个手机要先用热点连接,绕后两个手机可以互相聊天,传输文件-Android-based LAN chat software, first with two handsets hotspot, after about two phones can chat with each other, transfer files
  3. 所属分类:android

    • 发布日期:2017-05-26
    • 文件大小:8811641
    • 提供者:任彬
  1. vediochat

    0下载:
  2. android 视频聊天,使用RTP协议-android video chat use RTP ,chat with each othre.
  3. 所属分类:android

    • 发布日期:2017-05-07
    • 文件大小:1484031
    • 提供者:kjk
  1. android_chat

    0下载:
  2. android开发的局域网内聊天APP,局域网内不仅可以进行文字聊天,还可以进行视频聊天-Android development within LAN chat APP, the LAN can not only text chat, you can also video chat
  3. 所属分类:android

    • 发布日期:2017-05-20
    • 文件大小:5614011
    • 提供者:huaizhi
  1. mgjdptlt

    0下载:
  2. 本项目是蘑菇街技术团队几位工程师利用业余时间开发的一套多平台企业办公即时通信软件项目,一直被蘑菇街用于公司内部沟通使用。今年9月26日在GitHub上开源出来了,一同开源的还有php和win的服务端源码,客户端有Mac、Windows、iOS和Android四个版本源码,该IM软件适合中小型企业用户,支持单聊和群聊,提供文字、表情和图片的富文本实时聊天功能,支持多平台客户端同时登陆,以及各平台之间消息的同步推送。实属国产良心之作-This project is a set of multi pl
  3. 所属分类:android

    • 发布日期:2017-05-17
    • 文件大小:4126811
    • 提供者:德粤
  1. fiphoneqqqp

    0下载:
  2. 详细介绍 - [ Android 仿iPhoneQQ气泡聊天样式源码 ] 仿iPhoneQQ气泡聊天样式。-Detail- [Android imitation iPhoneQQ bubble chat style source] Imitation iPhoneQQ bubble chat style.
  3. 所属分类:android

    • 发布日期:2017-05-04
    • 文件大小:68758
    • 提供者:winson woods
  1. Socket_lts

    0下载:
  2. Socket实现粗略的聊天室功能是一个演示Android简单Socket聊天室的例子源码,只可以安卓发消息PC客户接收,不能反方向发送消息,消息会由PC端转发给所有在线的安卓客户端,接着客户端(包括自己)都会收到某个客户端输入的信息。在安卓端的MainActivity.java中配置好PC服务端IP,环境运行com.socket.androidServer中的SimpleServer服务器。然后运行Android客户端就可以发送消息了-Socket to achieve roughly the
  3. 所属分类:android

    • 发布日期:2017-05-16
    • 文件大小:3862307
    • 提供者:qiuxiangxiang
  1. lanyaliaotian-third

    0下载:
  2. Android项目源码本站发的第三个蓝牙聊天项目是一个基于安卓的蓝牙聊天项目源码也是本站分享的第三个蓝牙聊天项目源码(前两个自行在本站搜索),原理是两个设备想要通信的前提是要知道对方的存在,在普通的Socket开发中,只要一台设备上线,直接发送个广播,在线设备收到这个广播后在向该广播的源地址发送个单播,两个设备就可以聊天,注意:本项目是基于android studio的,在eclipse里面可能无法直接运行。-Android project source code the third Bluet
  3. 所属分类:android

    • 发布日期:2017-05-07
    • 文件大小:1233659
    • 提供者:hong
  1. Socket

    0下载:
  2. 本例子是一个演示Android简单Socket聊天室的例子源码,只可以安卓发消息PC客户接收,不能反方向发送消息,消息会由PC端转发给所有在线的安卓客户端,接着客户端(包括自己)都会收到某个客户端输入的信息。-This example is a simple demonstration of Android Socket chat room source code examples, can only Andrews PC client receives a message, not in th
  3. 所属分类:Java Develop

    • 发布日期:2017-05-07
    • 文件大小:1214222
    • 提供者:曾文兵
  1. MPAndroidChart-3.0.1

    0下载:
  2. android chat program demo code.
  3. 所属分类:Other systems

    • 发布日期:2017-05-20
    • 文件大小:5423889
    • 提供者:yang ceng
  1. WinChat

    0下载:
  2. android局域网视频聊天,功能很全面-Android local area network video chat
  3. 所属分类:android

    • 发布日期:2017-05-11
    • 文件大小:2214380
    • 提供者:qianye
  1. FaceDemo

    0下载:
  2. Android例子源码仿微信QQ聊天带表情可翻页带拖动缓冲 -Android example source code imitation WeChat QQ chat with expression pages with drag buffer
  3. 所属分类:android

    • 发布日期:2017-05-13
    • 文件大小:2580356
    • 提供者:zhch1k
  1. pushMessage

    0下载:
  2. 基于android调用百度推送SDK实现简单的聊天功能-This is BaiduPush sdk dev chat for android platform
  3. 所属分类:android

    • 发布日期:2017-05-24
    • 文件大小:7452751
    • 提供者:杨先生
  1. Shipin

    0下载:
  2. anroid 局域网聊天,主要是实现了最新的视频聊天-Android chat
  3. 所属分类:android

    • 发布日期:2017-05-06
    • 文件大小:739607
    • 提供者:韩龙
  1. ShareMap

    0下载:
  2. 基于Android的即时通讯及位置共享系统,让用户在聊天的同时,共享自身的位置信息,并由系统提供路径规划,达到“碰头”的目的.-Android-based instant messaging and location-sharing system that allows users to chat while sharing their location information provided by the system path planning, to achieve " meet
  3. 所属分类:android

    • 发布日期:2017-12-14
    • 文件大小:28285952
    • 提供者:Belle
  1. AndroidChat-master

    0下载:
  2. A simple Android Studio Chat Application
  3. 所属分类:Java Develop

    • 发布日期:2017-12-10
    • 文件大小:88188
    • 提供者:worm4d
« 1 2 ... 7 8 9 10 11 1213 »
搜珍网 www.dssz.com