Skip to content
View matjazH's full-sized avatar
  • Slovenia

Block or report matjazH

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Android-SQLite-Beginner-Course Android-SQLite-Beginner-Course Public

    Forked from mitchtabian/Android-SQLite-Beginner-Course

    All source code for the Android SQLite Beginner Course

    Java

  2. Android-SwipeToDismiss Android-SwipeToDismiss Public

    Forked from romannurik/Android-SwipeToDismiss

    Android swipe-to-dismiss mini-library and sample code

    Java

  3. AndroidSerialSQL AndroidSerialSQL Public

    Forked from emil10001/AndroidSerialSQL

    An Android library to help access SQLite

    Java

  4. RecyclerViewCursorAdapter RecyclerViewCursorAdapter Public

    Forked 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

  5. todo todo Public

    Forked from xiaoguei8888/todo

    need to do

    Java

  6. 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
    1
    public class DumbLoader extends CursorLoader {
    2
        private static final String TAG = "DumbLoader";
    3
    
                  
    4
        public DumbLoader(Context context) {
    5
            super(context);