All Projects → Syex → Moviesmpp

Syex / Moviesmpp

Licence: mit
Kotlin Multiplatform project with Clean Architecture, aiming to only implement the view natively.

Programming Languages

kotlin
9241 projects

Kotlin Multiplatform example project using TMDb

This is a Kotlin Multiplatform project trying to share as much code as possible between Android and iOS, using the API from TMDb and displays a list of movies retrieved from it.

In particular, this project uses a Clean Architecture approach, sharing the complete data and domain layer, as also the presenter from the presentation layer. Each platform currently only implements the View interface and adds a native UI to visualize the data from the presenter.

Read the full story here.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].