Skip to content

Commit 9fb6d6d

Browse files
committed
Merge pull request #184 from westlinkin/master
add project: CacheUtilsLibrary
2 parents abc9eec + bbd31a6 commit 9fb6d6d

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

English Version/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1249,6 +1249,10 @@ Gesture detector framework for multitouch handling on Android
12491249
Project Address: https://github.com/Almeros/android-gesture-detectors
12501250
<a href="https://github.com/Trinea/android-open-project/edit/master/English%20Version/README.md#include" title="Back to directory" style="width:100%"><img src="http://farm4.staticflickr.com/3737/12167413134_edcff68e22_o.png" align="right"/></a>
12511251

1252+
1. CacheUtilsLibrary
1253+
This is a simple Android utils library to write any type of data into cache files and then read them later, using Gson to serialize and deserialize these data.
1254+
Project Address: https://github.com/westlinkin/CacheUtilsLibrary
1255+
12521256
## 3. Excellent projects
12531257
Linux
12541258
Project Address: https://github.com/torvalds/linux

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2486,6 +2486,11 @@ Android 内存泄露检测工具,集成方便,出现泄露后报告直观
24862486
项目地址:https://github.com/square/leakcanary
24872487
效果图:![Renderings](https://github.com/square/leakcanary/blob/master/assets/screenshot.png)
24882488

2489+
1. CacheUtilsLibrary
2490+
将任何Java Object类型的数据序列化后写入缓存文件,将来使用时读取缓存文件并反序列化成对应Java Object的库
2491+
项目地址:https://github.com/westlinkin/CacheUtilsLibrary
2492+
2493+
24892494
## 第五部分
24902495
主要介绍那些乐于分享并且有一些很不错的开源项目的个人和组织。Follow 大神,深挖大神的项目和 following,你会发现很多。
24912496

0 commit comments

Comments
 (0)