Pinned Loading
-
Android-SQLite-Beginner-Course
Android-SQLite-Beginner-Course PublicForked from mitchtabian/Android-SQLite-Beginner-Course
All source code for the Android SQLite Beginner Course
Java
-
Android-SwipeToDismiss
Android-SwipeToDismiss PublicForked from romannurik/Android-SwipeToDismiss
Android swipe-to-dismiss mini-library and sample code
Java
-
AndroidSerialSQL
AndroidSerialSQL PublicForked from emil10001/AndroidSerialSQL
An Android library to help access SQLite
Java
-
RecyclerViewCursorAdapter
RecyclerViewCursorAdapter PublicForked from androidessence/RecyclerViewCursorAdapter
A library that allows you to use a CursorAdapter as the underlying data source for a RecyclerView.Adapter so that it can be used with a CursorLoader as was previously possible using the ListView.
Java
-
-
Basic Android Loader implementation,...
Basic Android Loader implementation, accompanying blog post: http://www.recursiverobot.com/post/60331340133/very-simple-example-of-a-loader-and-loadermanager-in 1public class DumbLoader extends CursorLoader {
2private static final String TAG = "DumbLoader";
34public DumbLoader(Context context) {
5super(context);
If the problem persists, check the GitHub status page or contact support.