All Projects → YiChat → Android_yichat_lite

YiChat / Android_yichat_lite

android client

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Android yichat lite

Im service
golang im server
Stars: ✭ 1,694 (+1335.59%)
Mutual labels:  chat, messaging, im, chat-application, instant-messaging
Chat
Instant messaging platform. Backend in Go. Clients: Swift iOS, Java Android, JS webapp, scriptable command line; chatbots
Stars: ✭ 8,238 (+6881.36%)
Mutual labels:  chat, messaging, chat-application, instant-messaging
Messenger
Open source, native iOS Messenger, with realtime chat conversations (full offline support).
Stars: ✭ 4,264 (+3513.56%)
Mutual labels:  chat, messaging, chat-application, instant-messaging
Webapp
Tinode web chat using React
Stars: ✭ 156 (+32.2%)
Mutual labels:  chat, messaging, chat-application, instant-messaging
Chat21 Ios Sdk
DEPRECATED
Stars: ✭ 15 (-87.29%)
Mutual labels:  chat, messaging, chat-application, instant-messaging
server
即时通讯(IM)系统
Stars: ✭ 6,896 (+5744.07%)
Mutual labels:  messaging, instant-messaging, im, chat-application
Applozic Ios Sdk
iOS Real Time Chat & Messaging SDK
Stars: ✭ 104 (-11.86%)
Mutual labels:  chat, messaging, chat-application
Chatlayout
ChatLayout is an alternative solution to MessageKit. It uses custom UICollectionViewLayout to provide you full control over the presentation as well as all the tools available in UICollectionView. It supports dynamic cells and supplementary view sizes.
Stars: ✭ 184 (+55.93%)
Mutual labels:  chat, messaging, chat-application
Tindroid
Tinode chat client application for Android
Stars: ✭ 194 (+64.41%)
Mutual labels:  chat, messaging, instant-messaging
Nio
💬 Nio is an upcoming matrix client for iOS.
Stars: ✭ 235 (+99.15%)
Mutual labels:  chat, messaging, chat-application
Chat21 Android Sdk
Android Chat SDK built on Firebase
Stars: ✭ 204 (+72.88%)
Mutual labels:  chat, messaging, chat-application
Stream Chat Swift
Official iOS SDK for Stream Chat
Stars: ✭ 277 (+134.75%)
Mutual labels:  chat, messaging, chat-application
Ios
Tinodios: Tinode Messaging Client for iOS
Stars: ✭ 119 (+0.85%)
Mutual labels:  chat, chat-application, instant-messaging
Swiftychat
SwiftUI Chat UI (Client) Framework & Documentation to get started!
Stars: ✭ 50 (-57.63%)
Mutual labels:  chat, messaging, chat-application
Falconmessenger
🌟🌟🌟🌟🌟 Falcon Messenger is a Fast and Beautiful cloud-based messaging app. With iOS and IPadOS Support. Available on the App Store.
Stars: ✭ 310 (+162.71%)
Mutual labels:  chat, messaging, chat-application
Mangosta Ios
MongooseIM client for iOS
Stars: ✭ 28 (-76.27%)
Mutual labels:  chat, messaging, instant-messaging
Matrix Commander
simple but convenient CLI-based Matrix client app for sending and receiving
Stars: ✭ 90 (-23.73%)
Mutual labels:  chat, messaging, im
Android Kotlin Chat App
Open-source Voice & Video Calling and Text Chat App for Kotlin (Android)
Stars: ✭ 76 (-35.59%)
Mutual labels:  chat, messaging
Bluetoothchat
Messaging over Bluetooth (Android)
Stars: ✭ 105 (-11.02%)
Mutual labels:  chat, messaging
Nim ios sdk
网易云信 iOS SDK 发布仓库。#推荐客户得比特币,首次推荐得0.02BTC,连续推荐得0.03BTC/单,上不封顶。点击参与https://yunxin.163.com/promotion/recommend
Stars: ✭ 116 (-1.69%)
Mutual labels:  chat, instant-messaging

Android 项目配置#

public class HTConstant {
//IM服务器相关
public static final String HOST_IM = "xxx.xxx.xxx.xxx";//示例ip: 119.125.523.153 此IP不可用
//api服务器
public static final String HOST_API = "http://xxx.xxx.xxx.xxx/api/";//示例ip: 119.125.523.153 此IP不可用
//阿里云OSS信息配置
public static final String endpoint = "oss-cn-hangzhou.aliyuncs.com";
public static final String accessKeyId = "xxxxxxxx";
public static final String accessKeySecret = "xxxxxxxxxxxx";
.....
}

相关工程


#最具诚意的开源IM系统 YiChat#

  1. github地址:https://github.com/YiChat
  2. 开源中国地址:https://git.oschina.net/zhangfeng_tech ##本项目的开源内容## ###已开源的所有源码:###
  3. IM服务器(负责即时通讯消息)-直接部署,无需修改参数
  4. api服务器(非IM模块相关的其他业务逻辑)-修改一处参数,详见工程下文档
  5. android客户端-配置参数,连接自己的服务器ip.详见工程文档

###待开源的工程源码:###

  • iOS客户端:前面三个工程的github star数超过3000马上开源

##这个开源项目的意义在于##

  1. 拥有自己的IM服务器,不再受制于第三方通讯云的限制.
  2. 提供了一个完善优化的客户端源码,具体参见体验包:

##QQ:84543217 (技术相关请提交Issus,商务合作可联系QQ)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].