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

Commit

Permalink
1.补充更新readme.md
Browse files Browse the repository at this point in the history
2.现在有编译和依赖问题的类内容全部注释,等待全部修正简化
  • Loading branch information
Ayvytr committed Mar 15, 2017
1 parent e2ed529 commit f06c2d2
Show file tree
Hide file tree
Showing 3 changed files with 1,812 additions and 1,824 deletions.
40 changes: 33 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,38 @@
<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>

#AndroidEasyDeveloper
Contains
dp and sp from 0 to 100
Styles for some Views
CenterTextView
LeftCenterTextView
RightCenterTextView
###Contains
1. Resources

Dp and sp from 0 to 100

Styles for some Views

2. CustomView

CenterTextView

LeftCenterTextView

RightCenterTextView

3. *Tool classes

DensityTool

TextTool

ScreenTool

...

##USE
About Context:
1.Call 'Easy.getDefault().init(this);' on your Application.onCreate();
2.Call DensityTool.dp2px(...) ...

Others:
1.Use directly;

##Build

Expand All @@ -28,5 +54,5 @@
####Step 2. Add the dependency

dependencies {
compile 'com.github.Ayvytr:AndroidEasyDeveloper:1.0.0'
compile 'com.github.Ayvytr:AndroidEasyDeveloper:1.1.0'
}
Loading

0 comments on commit f06c2d2

Please sign in to comment.