Home

Awesome

Common for Android

License API Download Wiki-Guide

Common is a basic component library for android.

Set up

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'

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

Screenshot

<p> <img src="https://github.com/Dsiner/Resouce/blob/master/lib/Common/common.gif" width="320" alt="Screenshot"/> </p>

More usage see Wiki.

Latest Changes

Licence

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.