Created
March 21, 2018 01:09
-
-
Save cdmunoz/43492790dea4c65145df971f1f7d6fad to your computer and use it in GitHub Desktop.
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
| 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