Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 931 Bytes

README.md

File metadata and controls

33 lines (25 loc) · 931 Bytes

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