This repository was archived by the owner on Dec 22, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +1812
-1824
lines changed
easydeveloper/src/main/java/com/ayvytr/easydeveloper/tools Expand file tree Collapse file tree 3 files changed +1812
-1824
lines changed Original file line number Diff line number Diff line change 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
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 }
You can’t perform that action at this time.
0 commit comments