Skip to content

Instantly share code, notes, and snippets.

@mrmike
Last active December 16, 2015 00:09
Show Gist options
  • Select an option

  • Save mrmike/5345022 to your computer and use it in GitHub Desktop.

Select an option

Save mrmike/5345022 to your computer and use it in GitHub Desktop.
Eclipse snippet for creating table fields in AUContentProvider
// Add this template in Preferences > Java > Editor > Templates > New
// I stored this snippet with newField name, but you can use any name you want
public static final String ${name} = DataHelper.field(DB_TABLE, "${value}");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment