Skip to content

santimattius/android-composable-entertainment-app

Repository files navigation

Android Composable Entertainment App

This is a template to build an Android app applying good practices and using a guide app architecture by google, you will see that the code is super decoupled with external frameworks and even with the same Android framework, this will help you to model your domain purely in Kotlin without generating external dependencies.

Content

TheMovieDB API: Check this documentation.

Setup

Using local properties for define api key:

apiKey="{your-api-key}"

Verification

Run check project:

> ./gradlew check

Run tests project:

> ./gradlew test

Dependencies

Below you will find the libraries used to build the template and according to my criteria the most used in android development so far.

References

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Languages