Last active
December 16, 2015 00:09
-
-
Save mrmike/5345022 to your computer and use it in GitHub Desktop.
Eclipse snippet for creating table fields in AUContentProvider
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // 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