Skip to content

LouisDuboscq/Minimedia

Repository files navigation

Minimedia is a small demo application of a media. The application knows how to retrieve articles and videos from a URL, store information to manage an offline mode, display data, play videos and read article details.

app

Tech

  • Kotlin
  • Kotlin multiplatform library
  • MVVM Architecture
  • Jetpack Compose
  • Jetpack Compose navigation
  • ExoPlayer
  • Junit
  • Ktor
  • SQLDelight
  • Coil

Tests

Jetpack Compose tests

HomeScreenTest StoryDetailScreenTest StoryItemTest VideoItemTest

Unit tests

GetMediasTest MediaRepositoryTest