Skip to content

Instantly share code, notes, and snippets.

@cdmunoz
Created March 21, 2018 01:09
Show Gist options
  • Select an option

  • Save cdmunoz/43492790dea4c65145df971f1f7d6fad to your computer and use it in GitHub Desktop.

Select an option

Save cdmunoz/43492790dea4c65145df971f1f7d6fad to your computer and use it in GitHub Desktop.
class Constants {
companion object {
const val OFFSET = 12
const val LIMIT = 12
const val START_ZERO_VALUE = "0"
const val DATABASE_NAME = "cryptocurrencies_db"
const val LIST_SCROLLING = 12
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment