caojunwei / yyquan

基于Xmpp协议的即时通讯社交软件(客户端+服务端)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

yyquan

Travis Twitter
开源一个自己去年写的基于Xmpp协议的即时通讯社交软件(客户端+服务端)


正在学习Xmpp以及javaweb后台的同学,可以参考一下。
如果你觉得还不错,可以给个star,支持下,谢谢了!
#项目效果图 PNG



GIF
这里写图片描述
模拟器录制显示的效果不是太好且只展示了聊天功能,其他功能自行下载体验。
#APK apk下载
或者前往各大应用市场(应用宝,360,百度等)搜索 猿友圈 下载
#用到的三方库 ##客户端 ###注解 compile 'com.jakewharton:butterknife:7.0.1'

###网络请求 compile 'com.loopj.android:android-async-http:1.4.9'

###图片处理 compile 'com.squareup.picasso:picasso:2.5.2'
compile 'com.commit451:PhotoView:1.2.4'

###即时通讯 asmack-android-6

###Other 高德地图
ShareSDK
SMSSDK
信鸽推送

##服务端 ###即时通讯 openfire_3_10_3

###数据库 mysql

###Other Tomcat
JavaWeb

#About me

An android little developer in HeBei.
If you have any suggestions, let me know.
email:383001264@qq.com


#License

Copyright 2016 jiangzehui

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

About

基于Xmpp协议的即时通讯社交软件(客户端+服务端)

License:Apache License 2.0


Languages

Language:Java 88.4%Language:HTML 11.6%