Skip to content

Android app showcasing a social media feed where users can see videos of other users singing.

Notifications You must be signed in to change notification settings

damv93/karaokedemo-android

Repository files navigation

Karaoke demo - Android

Android app showcasing a social media feed where users can see videos of other users singing.

karaokedemo-feed.mp4

VideoPlayerRecyclerView

RecyclerView used in the feed to autoplay videos as the user scrolls. It uses ExpoPlayer. The source code was taken from this repo, migrating it to kotlin.

The application uses the following:

  • MVVM Architecture
  • ViewModel + Data Binding for reactive programming
  • Coroutines for async programming
  • Repository pattern to handle data sources
  • Retrofit for remote API calls
  • Room Database for local storage
  • Koin for Dependency Injection

About

Android app showcasing a social media feed where users can see videos of other users singing.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages