This template is compatible with the latest stable version of Android Studio. Upcoming Movies App written in Kotlin using the TMDB API.
-
Clone the repository:
git clone [email protected]:gpillaca/android-basic-template.git
-
Run the customizer script:
bash [package] [YourApplicationName] [AppName]
bash customizer.sh your.package.name YouApplication AppName
- [package] is your app ID (should be lowercase)
- [aplication name] is Application Class (should be PascalCase) [Optionally]
- [appname] is appname for you application (should be PascalCase) [Optionally]
-
In Android Studio: Clean your project
- Build > Clean project
- File > Sync Project with Gradle Files
Note
the customizer script requires bash 4 and above. You might have to install a modern version on macOS:
brew install bash
Warning
- Open
.gitignote
and uncommentedlocal.properties
. - In a real project don't upload the
local.properties
file with your privete keys.
Upcomming movies | Movie detail |
---|---|
-
UI using Jetpack Compose - WIP
-
Navigation Compose - WIP
-
Dependency injection with Hilt
-
Turbine is a small testing library for kotlinx.coroutines Flow
Geferson Pillaca, [email protected]