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
- Host: GitHub
- URL: https://github.com/android-module/android-common
- Owner: android-module
- License: apache-2.0
- Created: 2021-11-04T06:41:24.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-07T10:39:16.000Z (over 3 years ago)
- Last Synced: 2025-07-13T02:03:38.941Z (12 months ago)
- Topics: android, kotlin-android
- Language: Kotlin
- Size: 249 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

[](https://android-arsenal.com/api?level=21)







## 功能说明
- 基础页面(MVP, MVVM)
- 基础扩展(toast, 日志等, 存储)
- 圆角控件
- 基于[android-http](https://github.com/android-module/android-http)的ViewModel封装
## 使用方式
### 1. 在build.gradle中添加依赖
也是提供了两种方式,分别对应两种依赖
#### 1.1 依赖
一个依赖完成所有初始化, 无需任何代码操作
```gradle
```