forJrking / CodecLinks
加密解密工具类
☆11Updated 9 years ago
Alternatives and similar repositories for Codec
Users that are interested in Codec are comparing it to the libraries listed below
Sorting:
- 文件管理器,fork 自 https://github.com/MiCode/FileExplorer☆37Updated 9 years ago
- 整体采用MVP架构,着重设计网络层架构,通过抽取基类、增加工具类,来实现统一过滤状态码、网络异常功能。☆14Updated 8 years ago
- 安卓的弹幕、滚屏 的自定义View,字体大小在一个范围随机,颜色随机,滚动速度范围随机,支持点击回调,隐藏后恢复不会有停滞。☆30Updated 9 years ago
- Flyme6 ViewPager TabStrip☆23Updated 7 years ago
- 可展开的、会呼吸的按钮View☆23Updated 7 years ago
- 安卓选择器类库,包括日期选择器、时间选择器、单项选择器、城市选择器、颜色选择器、文件选择器、目录选择器、数字选择器、星座选择器、生肖选择器等,可自定义顶部及底部界面,可自定义窗口动画。☆62Updated 9 years ago
- 仿百度外卖、美团外卖、淘点点等左右联动ListView菜单展示☆20Updated 9 years ago
- 通过RecyclerView滑动监听来让Gilde平滑加载图片,提高流畅度。☆38Updated 8 years ago
- 仿网易新闻评论列表☆19Updated 8 years ago
- DBFlow—目前最好用的安卓数据库,DBFlow使用详解☆26Updated 7 years ago
- Android自定义选项菜单,弹性缩放动画,仿QQ主界面菜单弹窗,欢迎Star,博客地址:http://blog.csdn.net/voidmain_123/article/details/51363276☆55Updated 8 years ago
- android快速应用开发框架☆38Updated 5 years ago
- 使用RSA算法对数据进行非对称加密和解密 。加密使用公钥,解密使用私钥; 签名使用私钥,验证使用公钥(对长文本也能加密成功)