An open API service indexing awesome lists of open source software.

https://github.com/android-module/android-common

common for android app
https://github.com/android-module/android-common

android kotlin-android

Last synced: about 1 month ago
JSON representation

common for android app

Awesome Lists containing this project

README

          

![main](https://github.com/android-module/android-common/actions/workflows/android.yml/badge.svg?branch=main)
[![API](https://img.shields.io/badge/API-21%2B-brightgreen.svg?style=flat-square)](https://android-arsenal.com/api?level=21)
![maven](https://img.shields.io/maven-central/v/io.github.caldremch/android-common?style=flat-square)
![core](https://img.shields.io/maven-central/v/io.github.caldremch/android-common-adapter?style=flat-square)
![core](https://img.shields.io/maven-central/v/io.github.caldremch/android-common-databinding?style=flat-square)
![core](https://img.shields.io/maven-central/v/io.github.caldremch/android-multi-select?style=flat-square)
![core](https://img.shields.io/maven-central/v/io.github.caldremch/android-roundwidget?style=flat-square)
![core](https://img.shields.io/maven-central/v/io.github.caldremch/android-tools-core?style=flat-square)
![core](https://img.shields.io/maven-central/v/io.github.caldremch/android-viewmodel?style=flat-square)

## 功能说明

- 基础页面(MVP, MVVM)
- 基础扩展(toast, 日志等, 存储)
- 圆角控件
- 基于[android-http](https://github.com/android-module/android-http)的ViewModel封装

## 使用方式

### 1. 在build.gradle中添加依赖

也是提供了两种方式,分别对应两种依赖

#### 1.1 依赖

一个依赖完成所有初始化, 无需任何代码操作

```gradle
```