这个工程是项目中可能会用到的各种Utils集合
是为了方便Android开发者,在使用一些日常utils的时候,方便寻找和使用.
其中使用了一些其他的开源项目:
Gson:https://code.google.com/p/google-gson/
ViewFinder:https://gist.github.com/stormzhang/37dc0b94be61eb6c015c
ACache:https://github.com/yangfuhai/ASimpleCache/blob/master/source/src/org/afinal/simplecache/ACache.java
本项目中引用的jar包:
GSON-2.3.1.jar
Android-support-v4.jar
所以若用到,上述jar包便不用再次添加.