lynaisy / RxSerialPort
基于Rxjava2.x的串口通信library
☆12Updated 6 years ago
Alternatives and similar repositories for RxSerialPort:
Users that are interested in RxSerialPort are comparing it to the libraries listed below
- RxJava学习☆19Updated 4 years ago
- Android应用快速开发框架 MVP和组件化架构☆15Updated 3 years ago
- 一个Android通用的IPC(进程通信)框架。该项目主要是模仿饿了么开源项目Hermes的设计进行的自我理解改写。☆38Updated last year
- 实现AIDL接口的Binder连接池☆14Updated 8 years ago
- 双进程守护,即使清除掉内存,服务也会自动重启,双进程守护用AIDL实现,JobService实现自动重启☆15Updated 8 years ago
- an light weight android orm framwork☆15Updated 8 years ago
- UDP通信库,采用非阻塞模式(NIO)进行数据收发,主要针对数据量小且发送频繁的场景。☆24Updated 8 years ago
- This is android keep alive library,Using a pixel activity to keep process alive.☆25Updated 6 years ago
- user-defined Retrofit. 剖解Retrofit源码,实现简单自定义的Retrofit的框架☆15Updated 8 years ago
- Android中加解密,使用Facebook的Conceal实现,NDK方式获取SecretKey☆27Updated 8 years ago
- a custom view and animation sample☆17Updated 7 years ago
- Android 可以任意切换线程的任务队列, TQueue☆19Updated 6 years ago
- android 卡券布局 可以自定义横向/竖向的锯齿☆26Updated 8 years ago
- RecyclerView的4种定位滚动方式及具体效果演示☆31Updated 8 years ago
- 工作中Android开发框架:模块化、组件化开发,可快速集成☆32Updated 10 months ago
- TensorFlow集成Android工程的框架☆32Updated 7 years ago
- ☆22Updated 8 years ago
- 企业微信同事吧下拉刷新动画☆30Updated 7 years ago
- 优化后的DragPhotoView, A photoView to scale image and finish activity,高仿微信可拖拽返回PhotoView,二次调整优化处理,增加多种功能☆38Updated 6 years ago
- 仿微信清理内存动画☆17Updated 8 years ago
- 用RecyclerView实现的滚轮选择器☆15Updated 4 years ago
- Android-PullToRefresh 复活了,一个强大的Andriod 下拉刷新框架,支持RecyclerView ,ListView...☆11Updated 7 years ago
- 快速代替fragment的轻量级解耦类,能对复杂布局划分Block...☆26Updated 7 years ago
- this is demo for csdn☆23Updated 5 years ago
- 拍照截取指定区域的图片☆12Updated 6 years ago
- The design and implementation of the target method pretest model. 目标方法前置检验模型设计与实现,应用于所有需要在目标操作前插入N个前置验证 条件的情况(如:登录后自动执行关注、登录后继续上次的发帖操作)☆21Updated 5 years ago
- MVP 架构的 Android 快速开发框架,封装了常见的工具类和控件,方便快速开发构建应用。正在整理集成中☆1Updated 3 years ago
- a demo repo for fold/expend item in recyclerview☆20Updated 7 years ago
- 类似淘宝的商品详情页,继续拖动查看详情,其中拖动增加了阻尼,并且重写了ListView,GridView,ScrollView,WebView,RecyclerView 的 dispatchTouchEvent 方法,使用的时候无须额外的代码,可以任意嵌套使用。