Skip to content

matheusrmribeiro/TVSeries

Repository files navigation

TVSeries

TV series show

About

The project uses the TVmaze API to show a wide collection of TV shows and some useful informations

Into the project

What the project uses:

  • Clean Arch
  • MVVM
  • Retrofit
  • Jetpack Navigation
  • Binding
  • ViewModel
  • LiveData
  • Follow some material desing rules
  • Cool design

Screenshots

Deep Link

You can use the deep-link to open a shared link to open directly the show or an especific episode.

Link samples

To run directly on Android Studio terminal

Infos

The parameters are provided by simple json string and encoded in Base64 to easily sharing

 // Show
 {
   "id": 10
 }
 
 // Episode
 {
   "id": 10,
   "season": 1,
   "number": 2
 }