File tree 1 file changed +69
-0
lines changed
1 file changed +69
-0
lines changed Original file line number Diff line number Diff line change
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
+ ```
You can’t perform that action at this time.
0 commit comments