Skip to content

Latest commit

 

History

History
69 lines (51 loc) · 3.05 KB

README.md

File metadata and controls

69 lines (51 loc) · 3.05 KB

Android Basic Template App (single module)

Static Badge Static Badge Static Badge

This template is compatible with the latest stable version of Android Studio. Upcoming Movies App written in Kotlin using the TMDB API.

Usage

  1. Clone the repository:

    git clone git@github.com:gpillaca/android-basic-template.git
    
  2. 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]
  3. 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 uncommented local.properties.
  • In a real project don't upload the local.properties file with your privete keys.

Screenshots

Upcomming movies Movie detail

Build

Architecture

Author

Geferson Pillaca, gpillacag@gmail.com