Skip to content

Instantly share code, notes, and snippets.

View mewc's full-sized avatar
🔥
Super Stoked

Michael Carter mewc

🔥
Super Stoked
View GitHub Profile
@mewc
mewc / RainEmployeeProvider.java
Created January 8, 2017 00:17 — forked from dustin-graham/RainEmployeeProvider.java
An example Android ContentProvider
package com.rain.example.data.provider;
import com.rain.example.data.database.RainEmployeeDatabase;
import com.rain.example.data.database.table.*;
import android.provider.BaseColumns;
import android.text.TextUtils;
import android.content.ContentUris;
import android.database.sqlite.SQLiteQueryBuilder;