Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dsiner/common
Common is a basic component library for android ——UI Components, MVP Base, MVP Customization, Auto Loader, Auto Pager, Components, Tools; UI组件化,MVP Base,MVP定制, 自动加载,自动分页Pager, 模块化, 功能组件, 更多工具类...
https://github.com/dsiner/common
autoloader dialog framework loader mvp pager ui-components
Last synced: 3 months ago
JSON representation
Common is a basic component library for android ——UI Components, MVP Base, MVP Customization, Auto Loader, Auto Pager, Components, Tools; UI组件化,MVP Base,MVP定制, 自动加载,自动分页Pager, 模块化, 功能组件, 更多工具类...
- Host: GitHub
- URL: https://github.com/dsiner/common
- Owner: Dsiner
- License: apache-2.0
- Created: 2018-02-13T13:14:45.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-12-26T10:01:37.000Z (about 3 years ago)
- Last Synced: 2023-10-20T08:29:12.379Z (over 1 year ago)
- Topics: autoloader, dialog, framework, loader, mvp, pager, ui-components
- Language: Java
- Homepage:
- Size: 952 KB
- Stars: 44
- Watchers: 3
- Forks: 16
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Common for Android
[![License](https://img.shields.io/badge/license-Apache%202-green.svg)](https://www.apache.org/licenses/LICENSE-2.0)
[![API](https://img.shields.io/badge/API-9%2B-green.svg?style=flat)](https://android-arsenal.com/api?level=11)
[![Download](https://api.bintray.com/packages/dsiner/maven/common/images/download.svg) ](https://bintray.com/dsiner/maven/common/_latestVersion)
[![Wiki-Guide](https://img.shields.io/badge/Wiki-Guide-brightgreen.svg)](https://github.com/Dsiner/Common/wiki)>Common is a basic component library for android.
## Set up
Maven:
```xmlcom.dsiner.lib
common
2.0.0```
or Gradle:
```groovy
// AndroidX
implementation 'com.dsiner.lib:common:2.0.0'
// Or Support
implementation 'com.dsiner.lib:common:1.2.1'
```## Module
- `lib` - Core
- `app` - Guide module
- `module_ui` - Business module
- `module_mvp` - Business module
- `module_loader` - Business module`lib` is the core library that contains the basic components.
`module_ui`, `module_mvp`, `...` are business modules, you can also call them business subcontracting, here are examples of the use of each component in `lib` .
## Framework
- [x] **UI**
- [x] UI Components
- [x] MVP Base
- [x] MVP Customization
- [x] Auto Loader
- [x] Auto Pager
- [x] **Data**
- [x] Data
- [x] SharePreference
- [x] [DataBase](https://github.com/Dsiner/AndroidOrm)
- [x] **Event**
- [x] Bus
- [x] [EventBus](https://github.com/greenrobot/EventBus)
- [x] **Network**
- [x] [Aster](https://github.com/Dsiner/Aster)
- [x] **Thread**
- [x] [TaskScheduler](https://github.com/Dsiner/TaskScheduler)
- [x] [RxJava](https://github.com/ReactiveX/RxJava)
- [x] **Components**
- [x] [PullLayout](https://github.com/Dsiner/PullLayout) - Pull down refresh, load more
- [x] [Cache](https://github.com/Dsiner/Cache) - Cache
- [x] [Glide](https://github.com/bumptech/glide) - Image Loading
- [x] [PermissionCompat](https://github.com/Dsiner/PermissionCompat) - Runtime permissions
- [x] **Tools**## Screenshot
More usage see [Wiki.](https://github.com/Dsiner/Common/wiki)
## Latest Changes
- [Changelog.md](CHANGELOG.md)## Licence
```txt
Copyright 2018 DLicensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```