GitLqr / SimpleDbFrameLinks
手撸一个简单的面向对象数据框架(工厂模式+泛型+注解+反射)
☆16Updated 7 years ago
Alternatives and similar repositories for SimpleDbFrame
Users that are interested in SimpleDbFrame are comparing it to the libraries listed below
Sorting:
- 长截图分享,NestedScrollView、RecyclerView、ListView、WebView等实现长截图,RecyclerView、ListView的Item数据可异步加载☆49Updated 6 years ago
- 这个库是ViewPager的花样使用。包括垂直ViewPager,3DViewPager、ViewPager切换动画等。☆28Updated 6 years ago
- 轻量级进程间通信框架,基于 Messenger 实现。进程间传递数据不错的选择☆23Updated 6 years ago
- Android MVC、MVP、MVVM-databinding、MVP-databinding 架构单元示例☆36Updated 6 years ago
- 从零开始实现插件化框架☆30Updated 4 years ago
- android应用内悬浮窗-自动贴边 无需权限☆35Updated 2 years ago
- 拍照截取指定区域的图片☆12Updated 7 years ago
- Service adaptation for Android 8.0 or above☆18Updated 5 years ago
- 生命周期监听工具库☆26Updated 4 years ago
- Android app 启动速度优化模拟,主要介绍一个App从启动到首屏绘制过程中可优化的点☆32Updated 7 years ago
- 一行代码处理更新那些事儿。用DwonLoadManage封装一个app的更新组件。(兼容android 6,7,8)☆24Updated 5 years ago
- 可展开的、会呼吸的按钮View☆23Updated 8 years ago
- 浪漫的表白程序☆12Updated 8 years ago
- NDK项目实战—高仿360手机助手之卸载监听☆20Updated 8 years ago
- 封装了一些常用的自定义View,用于快捷开发☆46Updated 2 years ago
- 使用RSA算法对数据进行非对称加密和解密 。加密使用公钥,解密使用私钥; 签名使用私钥,验证使用公钥(对长文本也能加密成功)