All Projects → erikjhordan-rey → Android Spotify Mvp

erikjhordan-rey / Android Spotify Mvp

Android Sample to explain Model View Presenter in android applications.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Android Spotify Mvp

Android Mvp Sample Application
Android MVP Sample Application
Stars: ✭ 260 (+41.3%)
Mutual labels:  mvp, android-architecture, android-application
Armscomponent
📦 A complete android componentization solution, powered by MVPArms (MVPArms 官方快速组件化方案).
Stars: ✭ 1,664 (+804.35%)
Mutual labels:  mvp, android-architecture, android-application
Android Mvp Architecture
🏛 A basic sample android application to understand MVP in a very simple way. Just clone, build, run and understand MVP.
Stars: ✭ 203 (+10.33%)
Mutual labels:  mvp, android-architecture, android-application
Mvparms
⚔️ A common architecture for Android applications developing based on MVP, integrates many open source projects, to make your developing quicker and easier (一个整合了大量主流开源项目高度可配置化的 Android MVP 快速集成框架).
Stars: ✭ 10,146 (+5414.13%)
Mutual labels:  mvp, android-architecture, android-application
Mvpandroid
Sample app to demonstrate MVP (Model - View - Presenter) architecture in android
Stars: ✭ 91 (-50.54%)
Mutual labels:  mvp, android-application
Android Mvp Architecture
MVP + Kotlin + Retrofit2 + Dagger2 + Coroutines + Anko + Kotlin-Android-Extensions + RX-java + Mockk + Espresso + Junit5
Stars: ✭ 82 (-55.43%)
Mutual labels:  mvp, android-architecture
Android Kotlin Mvp Clean Architecture
Clean architecture blueprint using Kotlin and MVP pattern.
Stars: ✭ 105 (-42.93%)
Mutual labels:  mvp, android-architecture
Rxviper
Android micro framework for developing apps based on clean VIPER architecture.
Stars: ✭ 112 (-39.13%)
Mutual labels:  mvp, android-architecture
Android tmdb clean architecture
Showcase of clean architecture concepts along with Continuous Integration and Development for modular Android applications. Includes test suits (functional and unit tests) along with code coverage.
Stars: ✭ 63 (-65.76%)
Mutual labels:  mvp, android-architecture
Cameraxdemo
A sample camera app with CameraX API from Android Jetpack
Stars: ✭ 112 (-39.13%)
Mutual labels:  android-architecture, android-application
Android Inappbilling
A sample which uses Google's Play Billing Library and it does InApp Purchases and Subscriptions.
Stars: ✭ 114 (-38.04%)
Mutual labels:  android-architecture, android-application
Android Mvp Architecture
Sample app to show basics of Model-View-Presenter (MVP) architectural pattern
Stars: ✭ 79 (-57.07%)
Mutual labels:  android-architecture, android-application
Memorize
🚀 Japanese-English-Mongolian dictionary. It lets you find words, kanji and more quickly and easily
Stars: ✭ 72 (-60.87%)
Mutual labels:  mvp, android-application
Mediapicker
Easy customizable picker for all your needs in Android application
Stars: ✭ 105 (-42.93%)
Mutual labels:  android-architecture, android-application
Dagger2 Sample
A sample app to demo how to implement dagger in Android using Dagger Android Support library
Stars: ✭ 72 (-60.87%)
Mutual labels:  android-architecture, android-application
Android Architecture
🌇该项目结合 MVP 与 Clean 架构思想,探索在 Android 项目上的最佳实践。
Stars: ✭ 112 (-39.13%)
Mutual labels:  mvp, android-architecture
Android Tech Frontier
【停止维护】一个定期翻译国外Android优质的技术、开源库、软件架构设计、测试等文章的开源项目
Stars: ✭ 10,334 (+5516.3%)
Mutual labels:  mvp, android-architecture
Droid Feed
Aggregated Android news, articles, podcasts and conferences about Android Development
Stars: ✭ 174 (-5.43%)
Mutual labels:  android-architecture, android-application
Mvvm Kotlin Android Architecture
MVVM + Kotlin + Retrofit2 + Hilt + Coroutines + Kotlin Flow + mockK + Espresso + Junit5
Stars: ✭ 1,014 (+451.09%)
Mutual labels:  mvp, android-architecture
Permissionsflow
A simple library to make it easy requesting permissions in Android using Kotlin Coroutines.
Stars: ✭ 49 (-73.37%)
Mutual labels:  android-architecture, android-application

Android - Spotify + Model View Presenter (MVP) Build Status

Android Model View Presenter used to explain how to use this pattern in our android applications.

This example was created to support an article explanation Model View Presenter en Android (spanish).

Libraries used on the sample project

Demo

Access Token

The Spotify Api has been changed an Access Token is required. The app sample probably will response 401 unauthorized code.

1- * Get Your Access Token from Spotify Api Doc

2- The class Constans has a constant variable called ACCESS_TOKEN replace with your access token

3- Run the app, it should work!!

how does it work?

Do you want to contribute?

Feel free to report or add any useful feature, I will be glad to improve it with your help.

Developed By

License

Copyright 2016 Erik Jhordan Rey

Licensed 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.0

Unless required by applicable law or agreed to in writing, software
distributed 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 and
limitations under the License.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].