instagram-preloading
instagram-preloading copied to clipboard
to show how to use preloading in exoplayer android using simple MVVM
Instagram Preloading
Tech Stack
- Kotlin
- ViewBinding
- ExoPlayer
- ViewModel
- Coroutine
- Glide for image
Demo
Please take a look at videos folder
How to run
- Clone this project using
git clone [url] - build the project by using
./gradlew clean :app:assembleDebug - install to device or running ADB emulator
./gradlew clean :app:installDebug