Skip to content
This repository was archived by the owner on Dec 22, 2021. It is now read-only.

Commit f06c2d2

Browse files
committed
1.补充更新readme.md
2.现在有编译和依赖问题的类内容全部注释,等待全部修正简化
1 parent e2ed529 commit f06c2d2

File tree

3 files changed

+1812
-1824
lines changed

3 files changed

+1812
-1824
lines changed

README.md

Lines changed: 33 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,38 @@
55
<a href="http://www.methodscount.com/?lib=com.github.Ayvytr%3AAndroidEasyDeveloper%3A1.0.0"><img src="https://img.shields.io/badge/Methods and size-core: 15 | deps: 19163 | 20 KB-e91e63.svg"/></a>
66

77
#AndroidEasyDeveloper
8-
Contains
9-
dp and sp from 0 to 100
10-
Styles for some Views
11-
CenterTextView
12-
LeftCenterTextView
13-
RightCenterTextView
8+
###Contains
9+
1. Resources
10+
11+
Dp and sp from 0 to 100
12+
13+
Styles for some Views
14+
15+
2. CustomView
16+
17+
CenterTextView
18+
19+
LeftCenterTextView
20+
21+
RightCenterTextView
22+
23+
3. *Tool classes
24+
25+
DensityTool
26+
27+
TextTool
28+
29+
ScreenTool
30+
31+
...
32+
33+
##USE
34+
About Context:
35+
1.Call 'Easy.getDefault().init(this);' on your Application.onCreate();
36+
2.Call DensityTool.dp2px(...) ...
37+
38+
Others:
39+
1.Use directly;
1440

1541
##Build
1642

@@ -28,5 +54,5 @@
2854
####Step 2. Add the dependency
2955

3056
dependencies {
31-
compile 'com.github.Ayvytr:AndroidEasyDeveloper:1.0.0'
57+
compile 'com.github.Ayvytr:AndroidEasyDeveloper:1.1.0'
3258
}

0 commit comments

Comments
 (0)