Skip to content

Commit 2c27d19

Browse files
committed
[Change] Update README.md
1 parent d6a0d69 commit 2c27d19

File tree

1 file changed

+89
-1
lines changed

1 file changed

+89
-1
lines changed

README.md

Lines changed: 89 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,50 @@ android-utils
33

44
It contains most of the utility classes.
55

6-
Android utility class, include [BitmapUtil](https://github.com/jingle1267/android-utils/blob/master/src/com/worthed/util/BitmapUtil.java), [DataCleanManager](https://github.com/jingle1267/android-utils/blob/master/src/com/worthed/util/DataCleanManager.java), [FileUtils](https://github.com/jingle1267/android-utils/blob/master/src/com/worthed/util/FileUtils.java), [HanziToPinyin](https://github.com/jingle1267/android-utils/blob/master/src/com/worthed/util/HanziToPinyin.java), [NetUtil](https://github.com/jingle1267/android-utils/blob/master/src/com/worthed/util/NetUtil.java), [PreferencesCookieStore](https://github.com/jingle1267/android-utils/blob/master/src/com/worthed/util/PreferencesCookieStore.java), [RandomUtils](https://github.com/jingle1267/android-utils/blob/master/src/com/worthed/util/RandomUtils.java), [Singleton](https://github.com/jingle1267/android-utils/blob/master/src/com/worthed/util/Singleton.java), [LogUtils](https://github.com/jingle1267/android-utils/blob/master/src/com/worthed/util/LogUtils.java), [BaseCrashHandler](https://github.com/jingle1267/android-utils/blob/master/src/com/worthed/app/BaseCrashHandler.java), and [so on](https://github.com/jingle1267/android-utils/tree/master/src/com/worthed/util).
6+
Android utility classes (a - z):
7+
* [AnimationUtils][1]
8+
* [AppUtils][2]
9+
* [AssetDatabaseOpenHelper][3]
10+
* [BitmapUtil][4]
11+
* [CipherUtils][5]
12+
* [Colors][6]
13+
* [CommonUtil][7]
14+
* [DataCleanManager][8]
15+
* [DatabaseExportUtils][9]
16+
* [DateUtils][10]
17+
* [DeviceStatusUtils][11]
18+
* [DigestUtils][12]
19+
* [DisplayUtils][13]
20+
* [DoubleKeyValueMap][14]
21+
* [DownloadManagerPro][15]
22+
* [FileUtils][16]
23+
* [HanziToPinyin][17]
24+
* [ImsiUtil][18]
25+
* [LocationUtils][19]
26+
* [LogUtils][20]
27+
* [NetUtil][21]
28+
* [PackageUtils][22]
29+
* [PhoneUtil][23]
30+
* [PollingUtils][24]
31+
* [PreferencesCookieStore][25]
32+
* [RUtils][26]
33+
* [RandomUtils][27]
34+
* [RegUtils][28]
35+
* [ResourceUtils][29]
36+
* [SDCardUtils][30]
37+
* [SettingUtils][31]
38+
* [ShellUtils][32]
39+
* [ShortCutUtils][33]
40+
* [Singleton][34]
41+
* [StringUtils][35]
42+
* [ViewAnimationUtils][36]
43+
* [ViewUtils][37]
44+
* [WindowUtils][38]
45+
46+
* [BaseApplication][39]
47+
* [BaseCrashHandler][40]
48+
* [RebootThreadExceptionHandler][41]
49+
* [StartAppReceiver][42]
750

851
Permission requirement
952
----------------------
@@ -64,3 +107,48 @@ License
64107
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
65108
See the License for the specific language governing permissions and
66109
limitations under the License.
110+
111+
[1]: https://github.com/jingle1267/android-utils/blob/master/src/com/worthed/util/AnimationUtils.java
112+
[2]: https://github.com/jingle1267/android-utils/blob/master/src/com/worthed/util/AppUtils.java
113+
[3]: https://github.com/jingle1267/android-utils/blob/master/src/com/worthed/util/AssetDatabaseOpenHelper.java
114+
[4]: https://github.com/jingle1267/android-utils/blob/master/src/com/worthed/util/BitmapUtil.java
115+
[5]: https://github.com/jingle1267/android-utils/blob/master/src/com/worthed/util/CipherUtils.java
116+
[6]: https://github.com/jingle1267/android-utils/blob/master/src/com/worthed/util/Colors.java
117+
[7]: https://github.com/jingle1267/android-utils/blob/master/src/com/worthed/util/CommonUtil.java
118+
[8]: https://github.com/jingle1267/android-utils/blob/master/src/com/worthed/util/DataCleanManager.java
119+
[9]: https://github.com/jingle1267/android-utils/blob/master/src/com/worthed/util/DatabaseExportUtils.java
120+
[10]: https://github.com/jingle1267/android-utils/blob/master/src/com/worthed/util/DateUtils.java
121+
[11]: https://github.com/jingle1267/android-utils/blob/master/src/com/worthed/util/DeviceStatusUtils.java
122+
[12]: https://github.com/jingle1267/android-utils/blob/master/src/com/worthed/util/DigestUtils.java
123+
[13]: https://github.com/jingle1267/android-utils/blob/master/src/com/worthed/util/DisplayUtils.java
124+
[14]: https://github.com/jingle1267/android-utils/blob/master/src/com/worthed/util/DoubleKeyValueMap.java
125+
[15]: https://github.com/jingle1267/android-utils/blob/master/src/com/worthed/util/DownloadManagerPro.java
126+
[16]: https://github.com/jingle1267/android-utils/blob/master/src/com/worthed/util/FileUtils.java
127+
[17]: https://github.com/jingle1267/android-utils/blob/master/src/com/worthed/util/HanziToPinyin.java
128+
[18]: https://github.com/jingle1267/android-utils/blob/master/src/com/worthed/util/ImsiUtil.java
129+
[19]: https://github.com/jingle1267/android-utils/blob/master/src/com/worthed/util/LocationUtils.java
130+
[20]: https://github.com/jingle1267/android-utils/blob/master/src/com/worthed/util/LogUtils.java
131+
[21]: https://github.com/jingle1267/android-utils/blob/master/src/com/worthed/util/NetUtil.java
132+
[22]: https://github.com/jingle1267/android-utils/blob/master/src/com/worthed/util/PackageUtils.java
133+
[23]: https://github.com/jingle1267/android-utils/blob/master/src/com/worthed/util/PhoneUtil.java
134+
[24]: https://github.com/jingle1267/android-utils/blob/master/src/com/worthed/util/PollingUtils.java
135+
[25]: https://github.com/jingle1267/android-utils/blob/master/src/com/worthed/util/PreferencesCookieStore.java
136+
[26]: https://github.com/jingle1267/android-utils/blob/master/src/com/worthed/util/RUtils.java
137+
[27]: https://github.com/jingle1267/android-utils/blob/master/src/com/worthed/util/RandomUtils.java
138+
[28]: https://github.com/jingle1267/android-utils/blob/master/src/com/worthed/util/RegUtils.java
139+
[29]: https://github.com/jingle1267/android-utils/blob/master/src/com/worthed/util/ResourceUtils.java
140+
[30]: https://github.com/jingle1267/android-utils/blob/master/src/com/worthed/util/SDCardUtils.java
141+
[31]: https://github.com/jingle1267/android-utils/blob/master/src/com/worthed/util/SettingUtils.java
142+
[32]: https://github.com/jingle1267/android-utils/blob/master/src/com/worthed/util/ShellUtils.java
143+
[33]: https://github.com/jingle1267/android-utils/blob/master/src/com/worthed/util/ShortCutUtils.java
144+
[34]: https://github.com/jingle1267/android-utils/blob/master/src/com/worthed/util/Singleton.java
145+
[35]: https://github.com/jingle1267/android-utils/blob/master/src/com/worthed/util/StringUtils.java
146+
[36]: https://github.com/jingle1267/android-utils/blob/master/src/com/worthed/util/ViewAnimationUtils.java
147+
[37]: https://github.com/jingle1267/android-utils/blob/master/src/com/worthed/util/ViewUtils.java
148+
[38]: https://github.com/jingle1267/android-utils/blob/master/src/com/worthed/util/WindowUtils.java
149+
150+
[39]: https://github.com/jingle1267/android-utils/blob/master/src/com/worthed/app/BaseApplication.java
151+
[40]: https://github.com/jingle1267/android-utils/blob/master/src/com/worthed/app/BaseCrashHandler.java
152+
[41]: https://github.com/jingle1267/android-utils/blob/master/src/com/worthed/app/RebootThreadExceptionHandler.java
153+
[42]: https://github.com/jingle1267/android-utils/blob/master/src/com/worthed/app/StartAppReceiver.java
154+

0 commit comments

Comments
 (0)