Skip to content

Instantly share code, notes, and snippets.

View ksza's full-sized avatar

Karoly Szanto ksza

  • Vio.com
  • Copenhagen, Denmark
View GitHub Profile

Keybase proof

I hereby claim:

  • I am ksza on github.
  • I am ksza (https://keybase.io/ksza) on keybase.
  • I have a public key ASDbY06yjojov0wReMIICQNm3dKUiR9tlXH-eKlZexX81Ao

To claim this, I am signing this object:

@ksza
ksza / EntryContract.java
Last active December 5, 2015 11:36
Droid15Wksp
import android.provider.BaseColumns;
public final class EntryContract {
// To prevent someone from accidentally instantiating the contract class,
// give it an empty constructor.
public EntryContract() {}
/* Inner class that defines the table contents */
public static abstract class Entry implements BaseColumns {
public static final String TABLE_NAME = "entry";