<https://gyazo.com/068de3e8367ca5bccdd73cfbdef4283...
# android
k
https://gyazo.com/068de3e8367ca5bccdd73cfbdef42833 Why
Copy code
CLIENT_ID
and
Copy code
REDIRECT_URI
are
Copy code
Unsresolved references
i
why you have a duplicate class name?
k
Oops thats fixed now. But the didn't fix the first problem.
i
what is now?
k
same thing CLIENT_ID and REDIRECT_URI are still "Unresloved references"
i
sounds like they are not in the same object.
k
okay yeah they should have been in same object. I am really just copying code and not knowing what i am actually doing...
c
If the constants weren’t private you could also reference them by using
SpotifyService.CLIENT_ID
.