单通道多App push系统以service方式运行,如果一个手机安装了多个集成push的应用,只有一个service实例运行(不会每个应用都开启一个后台服务),即多个应用共享一个push通道,这样的设计目的是:减少手机运行的进程数量,减少内存使用量,减少手机的耗电量,减少网络流量。
☆53Jan 30, 2019Updated 7 years ago
Alternatives and similar repositories for android-sharedPush
Users that are interested in android-sharedPush are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- Be a High quality programmers.☆16Dec 25, 2014Updated 11 years ago
- Android利用插件化进行程序扩展 : 1.apk做为插件的实现方式 2.dex作为插件的实现方式☆42Jan 30, 2019Updated 7 years ago
- Android个人项目集锦及优秀代码整理,并实时更新最新的代码,同时现在正在完善微信公众平台的部分代码,如有兴趣,可以随时联系,也欢迎大家分享好的东西☆13Dec 3, 2019Updated 6 years ago
- android 一键分享到新浪微博,腾讯微博,人人网,QQ空间,微信好友圈☆47Jan 30, 2019Updated 7 years ago
- BitmapLoader是根据Android开发文档中介绍如何高效地展示图片的课程中看到的源码例子bitmapfun修改而来, 详情访问:http://developer.android.com/training/displaying-bitmaps/index.html …☆15May 14, 2015Updated 11 years ago
- End-to-end encrypted cloud storage - Proton Drive • AdSpecial offer: 40% Off Yearly / 80% Off First Month. Protect your most important files, photos, and documents from prying eyes.
- idea from custom-animations-with-fragments and Code refrence from https://git.mika-dev.com/Mika/custom-animations-with-fragment I add cli…☆19Mar 4, 2015Updated 11 years ago
- 笑话集锦(android app),一、客户端app基本功能/原理:a)离线时可以查看缓存的数据 b)在线时自动更新并缓存数据 c)列表翻页功能 d)列表下拉刷新功能 e)通信时数据格式为JSON 。二、服务端:笑话服务器站点代码在get-posts.php中,服务器端采用…☆14Jul 5, 2016Updated 10 years ago
- 整合netty的一个nio消息服务器,封装了请求、响应、广播消息,定义了线程模型,实现了客户端与服务器及服务器与服务器间的通讯☆26Aug 7, 2015Updated 11 years ago
- android的一个例子,可以对图片实现各种美化,滤镜加边框 放贴纸-An example of android picture beautify various filter add a border to put stickers☆20Oct 24, 2015Updated 10 years ago
- Masked ImageView for Android.☆15Mar 18, 2015Updated 11 years ago
- Android Gaussian Blur use RenderScript demo☆52Dec 19, 2013Updated 12 years ago
- android socket client / java socket client,java/android客户端聊天程序,含TCP bio实现,含TCP nio实现, 含UDP bio实现,含UDP nio实现, 附完整demo☆202Jan 30, 2019Updated 7 years ago
- Look the rocket flying in the sky.☆42Mar 16, 2015Updated 11 years ago
- 基于EasyUI的百度U Editor富文本编辑器插件☆18Aug 20, 2014Updated 12 years ago
- Proton VPN Special Offer - Get 70% off • AdSpecial partner offer. Trusted by over 100 million users worldwide. Tested, Approved and Recommended by Experts.
- This is a simple logging library for Android.☆27Jan 2, 2018Updated 8 years ago
- 免费组件:EasyAACEncoder-arm 是一款商用音频转码到AAC的工具库,目前支持G711a/G711u/G726/PCM等音频格式的转码,跨平台,支持Windows(32&64)/Linux(32&64)/ARM各平台,相比于其他普通类型的音频转码库,音频转码C…☆21Aug 2, 2019Updated 7 years ago
- android中的多线程断点下载文件☆10Sep 27, 2013Updated 12 years ago
- 自动化测试工具,可以通过真机测试安装包的可用性。这个工具分为PC端和Android 端。PC端主要是负责并发的安装 和卸载(针对多台手机),手机端主要是负责验证包的可用性并且记录。涉及到的技术有adb socket通信,并发机制,后台服务的启动,等等技术。对性能的要求是越快越…☆25Jul 14, 2014Updated 12 years ago
- HLS の m3u8 に記述されたファイルをダウンロードして1つのファイルにする☆16Sep 12, 2013Updated 13 years ago
- Android 可以任意切换线程的任务队列, TQueue☆19Jun 14, 2018Updated 8 years ago
- 利用Canvas绘制Widget,如五角星、仪表盘、时钟等☆12Jul 4, 2026Updated 2 months ago
- 最快速精简的java消息队列,可以比较容易的基于这个项目进行二次开发☆32Dec 14, 2016Updated 9 years ago
- AndroidMiscWidgets多方抽屉☆10Dec 4, 2014Updated 11 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.
- android获取手机真实的时间与时区,不受本机篡改时间或者篡改时区的影响。(除此客户端解决方案外,时间戳也可以考虑由服务端API提供)☆15Jul 12, 2016Updated 10 years ago
- A ViewPager that automatically pages text based on the available space.☆26Dec 30, 2013Updated 12 years ago
- AspectJ Demo☆13Jun 23, 2021Updated 5 years ago
- FloatWindow,悬浮窗,WindowManager,Window☆16Oct 18, 2017Updated 8 years ago
- andorid 下一个简单的抽屉控件 a simple drawer widget on Android☆30Nov 6, 2015Updated 10 years ago
- httpc这是一个发起http请求的客户端库。☆11Mar 3, 2020Updated 6 years ago
- Highlighted TextView☆20Sep 8, 2014Updated 12 years ago
- Android手机屏幕助手,用来替换NavigationBar虚拟导航按键。由于涉及到系统按键消息。 所以需要在源码环境下编译,需要系统签名,需要声明android:sharedUserId="android.uid.system"☆25Oct 24, 2017Updated 8 years ago
- AndroidWheelView☆14Nov 13, 2015Updated 10 years ago
- Deploy open-source AI quickly and easily - Special Bonus Offer • AdRunpod Hub is built for open source. One-click deployment and autoscaling endpoints without provisioning your own infrastructure.
- 智能电视/机顶盒上的p2p资源播放器☆20Sep 5, 2013Updated 13 years ago
- ☆31Oct 16, 2013Updated 12 years ago
- 万能的Adapter☆13May 21, 2015Updated 11 years ago
- 【Released】🛠Java常用的插件API整理以及基于JDK的一些方法封装库,能在不依赖大型框架下快速进行开发(亦可快速用于测试或者脚本类代码编写 - 含数据库相关)。☆13Apr 10, 2025Updated last year
- ☆10May 16, 2014Updated 12 years ago
- Vue.js + Webpack + EasyUI example☆26Sep 21, 2015Updated 10 years ago
- SwingLabs' pdf-renderer, pure Java PDF renderer. See also: www.javaworld.com/javaworld/jw-06-2008/jw-06-opensourcejava-pdf-renderer.html☆16Jan 4, 2012Updated 14 years ago