We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81d254b commit 0cc08a3Copy full SHA for 0cc08a3
README.md
@@ -1,5 +1,7 @@
1
# CachePot - Android Simple Data Cache
2
3
+[  ](https://bintray.com/kimkevin/maven/com.github.kimkevin%3Acachepot/_latestVersion)
4
+
5
CachePot is a simple open source for data cache management and passing data object between Fragments without Pacelable and Serializable.
6
7
> WARNING: It would be inappropriate to pass data both ways between different android applications, it's a better way to use `Intent` properly.
0 commit comments