You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<ahref="https://github.com/Trinea/android-open-project/edit/master/English%20Version/README.md#include"title="Back to directory"style="width:100%"><imgsrc="http://farm4.staticflickr.com/3737/12167413134_edcff68e22_o.png"align="right"/></a>
160
168
169
+
1. RecyclerItemDecoration
170
+
RecyclerItemDecoration allows you to draw divider between items in recyclerview with multiple ViewType without considering items' positions!
171
+
You don't need to think about items' position! You need to care about their ViewType!!
<ahref="https://github.com/Trinea/android-open-project/edit/master/English%20Version/README.md#include"title="Back to directory"style="width:100%"><imgsrc="http://farm4.staticflickr.com/3737/12167413134_edcff68e22_o.png"align="right"/></a>
1059
+
<ahref="https://github.com/Trinea/android-open-project/edit/master/English%20Version/README.md#include"title="Back to directory"style="width:100%"><imgsrc="http://farm4.staticflickr.com/3737/12167413134_edcff68e22_o.png"align="right"/></a>
A typical use case for Android apps is gluing Activities, Fragments, and background threads together. Conventional wiring of those elements often introduces complex and error-prone dependencies and life cycle issues.
@@ -1243,6 +1272,10 @@ Gesture detector framework for multitouch handling on Android
<ahref="https://github.com/Trinea/android-open-project/edit/master/English%20Version/README.md#include"title="Back to directory"style="width:100%"><imgsrc="http://farm4.staticflickr.com/3737/12167413134_edcff68e22_o.png"align="right"/></a>
1245
1274
1275
+
1. CacheUtilsLibrary
1276
+
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.
<ahref="https://github.com/Trinea/android-open-project/edit/master/English%20Version/README.md#include"title="Back to directory"style="width:100%"><imgsrc="http://farm4.staticflickr.com/3737/12167413134_edcff68e22_o.png"align="right"/></a>
0 commit comments