最近项目中要求做推送,基于内网的。由于工期不是很紧,需求不是很严格,所以放弃了使用三方的推送框架,基于Socket自己写了消息推送功能(服务端+android端)。服务器端使用java,客户端使用Android。本人是做Android开发的,所以demo重点介绍客户端的一些代码,包括Socket的TCP长连接及发消息,Service如何不被轻易杀死,通过aidl实现界面实时与Service的通信,可以在界面上控制Socket的连接与断开以及发消息,并采用了Parcelable对象实现aidl传参
☆147Mar 29, 2017Updated 9 years ago
Alternatives and similar repositories for SocketPushClient
Users that are interested in SocketPushClient are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- SocketPush AndroidClient and JavaServer☆10Mar 30, 2017Updated 9 years ago
- 基于mina 实现Android客户端长连接☆170Sep 9, 2022Updated 3 years ago
- 对于AIDL的一些使用:最基础使用、稍高级使用、......☆16Aug 3, 2018Updated 7 years ago
- Android 一套完整的 Socket 解决方案☆179Nov 30, 2017Updated 8 years ago
- 异步socket,对一些业务场景做了支持☆478Oct 22, 2019Updated 6 years ago
- Deploy on Railway without the complexity - Free Credits Offer • AdConnect your repo and Railway handles the rest with instant previews. Quickly provision container image services, databases, and storage volumes.
- 自动化测试工具,可以通过真机测试安装包的可用性。这个工具分为PC端和Android 端。PC端主要是负责并发的安装和卸载(针对多台手机),手机端主要是负责验证包的可用性并且记录。涉及到的技术有adb socket通信,并发机制,后台服务的启动,等等技术。对性能的要求是越快越…☆25Jul 14, 2014Updated 11 years ago
- 仿喜马拉雅 安卓版,音乐播放器 在线下载 多进程通信aidl☆79Aug 24, 2018Updated 7 years ago
- android socket client / java socket client,java/android客户端聊天程序,含TCP bio实现,含TCP nio实现, 含UDP bio实现,含UDP nio实现, 附完整demo☆204Jan 30, 2019Updated 7 years ago
- 🔥🔥串口工具,通知工具,网络监听,多文件断点下载,xls,xlsx操作,APK安装/系统应用安装,文件处理,crash控制,音视频播放,usb设备检测,adb工具等...☆91May 26, 2026Updated last month
- 一个拍照和图库案例,使用EasyPermission权限库解决6.0权限问题,解决7.0 FileProvider问题,华为手机获取不到图库相片问题等等☆21Jul 4, 2019Updated 6 years ago
- 创建热点发送文件,让另一台手机连接热点接收文件☆152Apr 14, 2020Updated 6 years ago
- 模仿今日头条搜索页☆13May 2, 2018Updated 8 years ago
- 条目拖拽排序控件(主要用于新闻条目)☆35Nov 6, 2017Updated 8 years ago
- 仿微信6.0底部渐变色导航栏TabLayout☆10Nov 6, 2019Updated 6 years ago
- Deploy on Railway without the complexity - Free Credits Offer • AdConnect your repo and Railway handles the rest with instant previews. Quickly provision container image services, databases, and storage volumes.
- 《云阅》Kotlin版 采用Retrofit + RxJava + MvvM + Jetpack,引用库也迁移到了androidX,持续更新中...☆13Jun 3, 2019Updated 7 years ago
- 全网独一无二的USB、USB转串口二合一通信库,超简单的使用方式,超简洁的API。☆14May 20, 2022Updated 4 years ago
- Fragment之间通讯的万能接口框架☆19Oct 20, 2017Updated 8 years ago
- 基于Java的TCP Socket通信(计算机端/Android手机端)☆228Aug 21, 2016Updated 9 years ago
- 基于Androidpn的推送服务器方案,加入断线重连、心跳包、离线推送、标签推送、富文本推送。☆71Nov 18, 2016Updated 9 years ago
- 多级选择控件,支持:单级单选,单级多选,多级单选,多级多选等。Multi - level selection control, support: single - level, single - level multi - selection, multi - select…☆49Apr 2, 2019Updated 7 years ago
- 圆形进度条倒计时动画☆10Aug 8, 2018Updated 7 years ago
- 模仿钉钉头部滑动动画☆19Jan 17, 2016Updated 10 years ago
- RxSocket连接☆33Apr 25, 2018Updated 8 years ago
- Managed Database hosting by DigitalOcean • AdPostgreSQL, MySQL, MongoDB, Kafka, Valkey, and OpenSearch available. Automatically scale up storage and focus on building your apps.
- Android app学习工程☆34Apr 4, 2025Updated last year
- 高仿QQ邮箱下拉刷新三个圆圈转圈动画☆10Oct 2, 2016Updated 9 years ago
- Android-小巫新闻客户端源码,包含客户端源码、服务端源码、数据库文件☆51Apr 1, 2016Updated 10 years ago
- android自定义控件-折线图,绝对呕心沥血之作!!!可以显示多条折线,能够设置的功能有:图表背景色;标题字体的大小,颜色;XY轴的颜色、线的宽度,实线还是虚线;折线的颜色、宽度;数据点的图标,不设置的话,默认红色圆点,可设置圆点半径;。。。其他功能详见代码☆13Nov 1, 2017Updated 8 years ago
- Android Bluetooth Library☆18Mar 16, 2017Updated 9 years ago
- 垂直滑动的日历控件,主要适用于酒店选择时间范围,农历,公历节日显示,可以自定义,也可以设置选择模式。☆13Nov 7, 2018Updated 7 years ago
- Android手机之间通过socket进行通讯,包括文本、语音文件传输。☆72Dec 10, 2014Updated 11 years ago
- 类似淘宝的商品详情页,继续拖动查看详情,其中拖动增加了阻尼,并且重写了ListView,GridView,ScrollView,WebView,RecyclerView 的 dispatchTouchEvent 方法,使用的时候无须额外的代码,可以任意嵌套使用。☆21Mar 23, 2017Updated 9 years ago
- 仿UC首页头部与支付宝首页头部☆13Apr 6, 2017Updated 9 years ago
- Deploy to Railway using AI coding agents - Free Credits Offer • AdUse Claude Code, Codex, OpenCode, and more. Autonomous software development now has the infrastructure to match with Railway.
- 一个耗时检测的 Android 工具☆11Nov 3, 2024Updated last year
- 【已废弃】该Repo已废弃 ,请使用Android原生的BottomSheet实现该功能.☆50Mar 13, 2018Updated 8 years ago
- 分享自己写的两个比较好看的togglebutton☆25Oct 17, 2017Updated 8 years ago
- Android客户端实现socket长连接推送,采用probuf协议传输☆13Jun 21, 2017Updated 9 years ago
- 安卓桌面图标动画☆11Jul 29, 2016Updated 9 years ago
- 微信朋友圈,QQ空间,微博等列表展示的功能实现☆15May 24, 2017Updated 9 years ago
- Same as TextInputLayout but u can define the attrs as u like.☆18Feb 18, 2016Updated 10 years ago