Skip to content

compose-forks/podcast-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Podcast App

Android podcast app made with Jetpack Compose and ExoPlayer.

Podcast information provided by Listen Notes API.

Features

  • Jetpack Compose UI. Custom animations, transitions, light/dark theme, and layouts.
  • Jetpack Compose Navigation.
  • Dependency injection with Hilt.
  • MVVM Architecture.
  • Retrieves podcasts metadata from the network.
  • Allows background playback using a foreground service.
  • Media style notifications.
  • Uses a MediaBrowserService to control and expose the current media session.
  • Controls the current playback state with actions such as: play/pause, skip to next/previous, shuffle, repeat and stop.
  • Supports offline playback using CacheDataSource from ExoPlayer.
  • Process images to find its color palette using Palette API.

Libraries

  • Jetpack Compose
  • ExoPlayer
  • Glide
  • Hilt
  • Retrofit
  • Navigation
  • ViewModel
  • DataStore
  • Palette API

Result

Dark Mode

welcome podcasts detail player

Light Mode

welcome podcasts detail player

Demo

player

Releases

No releases published

Packages

No packages published

Languages

  • Kotlin 100.0%