Common is a basic component library for android.
Maven:
<dependency>
<groupId>com.dsiner.lib</groupId>
<artifactId>common</artifactId>
<version>2.0.0</version>
</dependency>
or Gradle:
// AndroidX
implementation 'com.dsiner.lib:common:2.0.0'
// Or Support
implementation 'com.dsiner.lib:common:1.2.1'
lib
- Coreapp
- Guide modulemodule_ui
- Business modulemodule_mvp
- Business modulemodule_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
.
- UI
- UI Components
- MVP Base
- MVP Customization
- Auto Loader
- Auto Pager
- Data
- Data
- SharePreference
- DataBase
- Event
- Bus
- EventBus
- Network
- Thread
- Components
- PullLayout - Pull down refresh, load more
- Cache - Cache
- Glide - Image Loading
- PermissionCompat - Runtime permissions
- Tools
More usage see Wiki.
Copyright 2018 D
Licensed 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 at
http://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.