https://github.com/tianshaojie/AndroidFine
Android快速开发框架
https://github.com/tianshaojie/AndroidFine
Last synced: 6 months ago
JSON representation
Android快速开发框架
- Host: GitHub
- URL: https://github.com/tianshaojie/AndroidFine
- Owner: tianshaojie
- Created: 2015-08-23T10:32:49.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2019-03-27T02:23:58.000Z (about 6 years ago)
- Last Synced: 2024-11-19T21:20:41.686Z (6 months ago)
- Language: Java
- Size: 1.88 MB
- Stars: 1,197
- Watchers: 88
- Forks: 555
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](http://www.android-gems.com/lib/tianshaojie/AndroidFine)
# 插播,最新组件
* https://github.com/tianshaojie/android-library 基础库
* https://github.com/tianshaojie/android-library-web 跨进程WebView组件
* https://github.com/tianshaojie/android-library-oss 阿里云 OSS upload# AndroidFine,Android快速开发框架
## UI组件,不止是简单整合,更易用
* 沉浸式状态栏,界面更漂亮
* 左滑返回,非常流畅
* 简单、可复用、易扩展的底部导航
* PagerSlidingTabStrip,导航标签文字颜色和选中时文字颜色,都可以通过xml设置
* 轮播图,自动+无限轮播
* 启动导航图SplashActivity,或许不用改就可以用
* 查看大图,集成了PhotoView的可用Activity,你不用再写了
* QuickAdapter快速的Adapter开发,不用在重复写ViewHolder类
* 如果发现ListView不流畅请告诉我
* PullToRefresh、PullToZoomView,这些常用的看demo吧
* HttpClient集成了OkHttpClient,基本的get,post,方便扩展和整合
* Picasso.with(context).load("url).into(imageView),舒服且强大的图片加载
* 各种utils,拿来就可以用
* [Android编码规范](http://tianshaojie.github.io/android-code-style),简单才能规范(已更新,更合理,欢迎建议)## QQ群
* 190443010,欢迎加群交流。## 类文件描述

## 精致Demo




## 欢迎Fork,欢迎Star
[https://github.com/tianshaojie/AndroidFine](https://github.com/tianshaojie/AndroidFine)
## 下载试用
[Download AndroidFine.apk](http://files.cnblogs.com/files/purediy/AndroidFine.apk)