pramodbhadana / Kueue

An android app that adds track to Spotify queue.
1 stars 0 forks source link

Don't populate business logic in Activity. Follow MVVP or MVC pattern, seperate your business logic with views #1

Open sahilk335 opened 4 years ago

sahilk335 commented 4 years ago

https://github.com/pramodbhadana/Kueue/blob/6fd14ff69baafd2ce94bf56eb5b58ddf1ebc689e/app/src/main/java/com/example/kueue/MainActivity.java#L75

pramodbhadana commented 4 years ago

Thanks for the advice man. This was just a POC to check the spotify API end point. I'll implement your suggestion now.