Skip to content

Instantly share code, notes, and snippets.

@JChudasama
Created August 11, 2015 16:29
Show Gist options
  • Save JChudasama/bb3038931cfb7c752a84 to your computer and use it in GitHub Desktop.
Save JChudasama/bb3038931cfb7c752a84 to your computer and use it in GitHub Desktop.
public class Constants {
public static final class Database {
public static final String DB_NAME = "test_db.sqlite";
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment