TVMania is a learning project were you can learn about material design, networking, custom adapter, recyclerview and useful libraries. TVmania fetches the TV shows from https://www.themoviedb.org/ you can find the full documentation here https://developer
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}