How to eliminate use of external browser when querying Spotify API

31 Views Asked by At

I am using java in Android Studio and my token retrieval works as intended, I am just being picky about the momentary appearance of an external browser that is retrieving the token. Is there a way to eliminate/hide that momentary switch so the user's flow is not interrupted?

I know it is possible through a webView but I really am just asking for guidance on how to implement that in my program.

0

There are 0 best solutions below