- Notifications
You must be signed in to change notification settings - Fork65
Android Sample to explain Model View Presenter in android applications.
NotificationsYou must be signed in to change notification settings
erikjhordan-rey/Android-Spotify-MVP
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Android Model View Presenter used to explain how to use this pattern in our android applications.
This example was created to support an article explanationModel View Presenter en Android (spanish).
The Spotify Api has been changed an Access Token is required. The app sample probably will response401 unauthorized code
.
1- * Get Your Access Token fromSpotify Api Doc
2- The classConstans
has a constant variable calledACCESS_TOKEN
replace with your access token
3- Run the app, it should work!!
Feel free to report or add any useful feature, I will be glad to improve it with your help.
- Erik Jhordan Rey -erikjhordan.rey@gmail.com
Copyright 2016 Erik Jhordan ReyLicensed under the Apache License, Version 2.0 (the "License");you may not use this file except in compliance with the License.You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0Unless required by applicable law or agreed to in writing, softwaredistributed under the License is distributed on an "AS IS" BASIS,WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.See the License for the specific language governing permissions andlimitations under the License.