Drjacky / TMDbMultiplatform

Step-by-step guide on Kotlin Multiplatform
https://proandroiddev.com/kotlin-multiplatform-rx-mvvm-1fb21280a0b5
MIT License
100 stars 10 forks source link

Integrate TMDb API for Multiplatform #5

Open ChrisKruegerDev opened 3 years ago

ChrisKruegerDev commented 3 years ago

There is the library TMDb API written in Kotlin Multiplatform, which is tested on Android and iOS. Would it possible to integrate this library into your project?

https://github.com/MoviebaseApp/tmdb-api

Drjacky commented 3 years ago

Thank you for the suggestion. I couldn't find any benefits to use this library and not using the API itself directly. Please help me with this. @chrisnkrueger

By the way, is it an official library from the themoviedb?

ChrisKruegerDev commented 3 years ago

@Drjacky It gives you more features out of the box, which will be tested. Some parts could be optimized e. g. instead of loading the poster in "original" size in this project.