Skip to content

Commit c4d36b8

Browse files
li2weiyi.li
authored and
weiyi.li
committed
Added README.md
1 parent 600da30 commit c4d36b8

File tree

1 file changed

+69
-0
lines changed

1 file changed

+69
-0
lines changed

README.md

+69
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
[![](https://jitpack.io/v/li2/android-common.svg)](https://jitpack.io/#li2/android-common)
2+
3+
4+
## Common Library
5+
6+
This library icludes bunches of utilities classes.
7+
8+
9+
```
10+
├── arch
11+
│   ├── Event.kt
12+
│   ├── LiveDataExt.kt
13+
│   ├── Resource.kt
14+
│   └── SingleLiveEvent.kt
15+
├── collections
16+
│   └── CollectionsExt.kt
17+
├── framework
18+
│   ├── ApiLevelUtils.kt
19+
│   └── CookiesUtil.kt
20+
├── logic
21+
│   └── BooleanExt.kt
22+
├── net
23+
│   └── Uri.kt
24+
├── number
25+
│   ├── IntExt.kt
26+
│   └── NumberFormatUtils.kt
27+
├── rx
28+
│   ├── ObservableExt.kt
29+
│   ├── RxBluetooth.kt
30+
│   ├── RxBus.kt
31+
│   ├── RxDialog.kt
32+
│   ├── RxPermissions.kt
33+
│   └── internal
34+
└── text
35+
├── StringExt.kt
36+
└── buildSpanned.kt
37+
```
38+
39+
## Usage
40+
41+
TODO
42+
43+
44+
45+
## Download
46+
47+
```gradle
48+
implementation 'com.github.li2:android-common:latest_version'
49+
```
50+
51+
52+
53+
## License
54+
55+
```
56+
Copyright (C) 2020 Weiyi Li
57+
58+
Licensed under the Apache License, Version 2.0 (the "License");
59+
you may not use this file except in compliance with the License.
60+
You may obtain a copy of the License at
61+
62+
http://www.apache.org/licenses/LICENSE-2.0
63+
64+
Unless required by applicable law or agreed to in writing, software
65+
distributed under the License is distributed on an "AS IS" BASIS,
66+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
67+
See the License for the specific language governing permissions and
68+
limitations under the License.
69+
```

0 commit comments

Comments
 (0)