All Projects → nuhkoca → DaggerExoPlayer

nuhkoca / DaggerExoPlayer

Licence: other
This repository demonstrates ExoPlayer injection with Dagger2

Programming Languages

kotlin
9241 projects

Projects that are alternatives of or similar to DaggerExoPlayer

Base Mvvm
App built to showcase basic Android View components like ViewPager, RecyclerView(homogeneous and heterogeneous items), NavigationDrawer, Animated Vector Drawables, Collapsing Toolbar Layout etc. housed in a MVVM architecture
Stars: ✭ 18 (-68.97%)
Mutual labels:  dagger2, rxjava2, viewmodel, retrofit2, architecture-components
searchi
Demo of PagedListAdapter, PageKeyedDataSource, LiveData, ViewModel in Kotlin
Stars: ✭ 13 (-77.59%)
Mutual labels:  dagger2, rxjava2, viewmodel, retrofit2, paging-library
Android-Mvi-Starter
Android MVI Starter application
Stars: ✭ 19 (-67.24%)
Mutual labels:  dagger2, rxjava2, viewmodel, retrofit2, architecture-components
News Sample App
A sample news app which demonstrates clean architecture and best practices for developing android app
Stars: ✭ 334 (+475.86%)
Mutual labels:  dagger2, rxjava2, viewmodel, retrofit2, architecture-components
Retrokotlin
Simple Android app to show how unit testing with MockWebServer and Architecture Components (ViewModel + LiveData)
Stars: ✭ 55 (-5.17%)
Mutual labels:  dagger2, rxjava2, viewmodel, retrofit2, architecture-components
Githubarchitecturecomponents
The implementation of Android "Architecture Components" sample explained by Google : https://developer.android.com/topic/libraries/architecture/guide.html
Stars: ✭ 302 (+420.69%)
Mutual labels:  dagger2, viewmodel, retrofit2, architecture-components
Pursuit-Core-Android
Pursuit Core Android
Stars: ✭ 45 (-22.41%)
Mutual labels:  dagger2, rxjava2, viewmodel, retrofit2
Superhero-App
🦸🏻‍♂️🦹🏻‍♀️Superhero app built with Kotlin, ViewModel, LiveData, ViewBinding, Room, and Hilt
Stars: ✭ 27 (-53.45%)
Mutual labels:  dagger2, viewmodel, retrofit2, architecture-components
Wanandroid
🏄 基于Architecture Components dependencies (Lifecycles,LiveData,ViewModel,Room)构建的WanAndroid开源项目。 你值得拥有的MVVM快速开发框架:https://github.com/jenly1314/MVVMFrame
Stars: ✭ 410 (+606.9%)
Mutual labels:  dagger2, viewmodel, retrofit2, architecture-components
Mvvmarms
Android MVVM Architecture Components based on MVPArms and Android Architecture Components.
Stars: ✭ 425 (+632.76%)
Mutual labels:  dagger2, rxjava2, viewmodel, retrofit2
News
A sample News 🗞 app built using Modern Android Development [Architecture Components, Coroutines, Retrofit, Room, Kotlin, Dagger]
Stars: ✭ 774 (+1234.48%)
Mutual labels:  dagger2, viewmodel, retrofit2, architecture-components
Kotlin Android Mvvm Starter
Android Kotlin Starter is a starter project which implements MVVM Pattern.
Stars: ✭ 276 (+375.86%)
Mutual labels:  dagger2, rxjava2, retrofit2, architecture-components
Roomrxjava
Room with Rxjava Example
Stars: ✭ 130 (+124.14%)
Mutual labels:  dagger2, rxjava2, viewmodel, retrofit2
AndroidCleanArchitecture
Android Project with clean android architecture contain Dagger, Retrofit, Retrofit, Android archtecture components, LiveData with MVVM architecture
Stars: ✭ 22 (-62.07%)
Mutual labels:  dagger2, rxjava2, retrofit2, architecture-components
Githubprojectbrowser
This is a sample Android Project that is based on Clean Architecture
Stars: ✭ 64 (+10.34%)
Mutual labels:  dagger2, viewmodel, retrofit2, architecture-components
Fountain
Android Kotlin paged endpoints made easy
Stars: ✭ 175 (+201.72%)
Mutual labels:  dagger2, rxjava2, retrofit2, architecture-components
Paging-3-Sample
This app is created as a sample app which loads movies from Tmdb api and uses Paging 3 library to show it in a Recycler view.
Stars: ✭ 96 (+65.52%)
Mutual labels:  viewmodel, retrofit2, architecture-components, paging-library
GithubApp-android-architecture
Let's learn a deep look at the Android architecture
Stars: ✭ 16 (-72.41%)
Mutual labels:  dagger2, rxjava2, viewmodel, retrofit2
AndroidMultiModuleCleanArchTemplate
An Android kotlin project template with Dagger2, Rx and Architecture Components
Stars: ✭ 33 (-43.1%)
Mutual labels:  dagger2, rxjava2, retrofit2, architecture-components
Mvvmframe
🏰 MVVMFrame for Android 是一个基于Google官方推出的Architecture Components dependencies(现在叫JetPack){ Lifecycle,LiveData,ViewModel,Room } 构建的快速开发框架。有了MVVMFrame的加持,从此构建一个MVVM模式的项目变得快捷简单。
Stars: ✭ 218 (+275.86%)
Mutual labels:  dagger2, viewmodel, retrofit2, architecture-components

ExoPlayer Dagger2 Project

This project demonstrates ExoPlayer injection with Dagger2. The app uses Vimeo API as a service.

As a part of this Medium article: Click here to visit the related Medium article

Please visit Vimeo Developer Page to obtain your access token.

Configuration

In order to run this project, you need to get your own access token from Vimeo Developer Page

Then set your access token in the gradle.properties file as follows:

ACCESS_TOKEN = "your-access-token"

License

MIT License

Copyright (c) 2018 Nuh Koca

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
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].