generated from vk-education/common
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
47fa999
commit 5b0d418
Showing
12 changed files
with
143 additions
and
80 deletions.
There are no files selected for viewing
23 changes: 14 additions & 9 deletions
23
app/src/main/java/com/archrahkshi/spotifine/data/Constants.kt
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,20 @@ | ||
package com.archrahkshi.spotifine.data | ||
|
||
const val CLIENT_ID = "fbe0ec189f0247f99909e75530bac38e" | ||
const val REDIRECT_URI = "http://localhost:8888/callback/" | ||
const val REQUEST_CODE = 1337 | ||
const val ACCESS_TOKEN = "token" | ||
const val URL = "url" | ||
const val ALBUM_FROM_PLAYLIST_DISTINCTION = 5 | ||
const val ALBUMS = "albums" | ||
const val ARTIST_FROM_ME_DISTINCTION = 2 | ||
const val ARTISTS = "artists" | ||
const val CLIENT_ID = "fbe0ec189f0247f99909e75530bac38e" | ||
const val DURATION = "duration" | ||
const val FROM_ARTIST = "from_artist" | ||
const val FROM_ME = "from_me" | ||
const val ID = "id" | ||
const val IMAGE = "image" | ||
const val LIST_TYPE = "list_type" | ||
const val PLAYLISTS = "playlists" | ||
const val ARTISTS = "artists" | ||
const val ALBUMS = "albums" | ||
const val NAME = "name" | ||
const val ID = "id" | ||
const val DURATION = "duration" | ||
const val ONE_DIGIT = 9 | ||
const val PLAYLISTS = "playlists" | ||
const val REDIRECT_URI = "http://localhost:8888/callback/" | ||
const val REQUEST_CODE = 1337 | ||
const val URL = "url" |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.