Skip to content

This a template basic android project. This template is compatible with the latest stable version of Android Studio.

License

Notifications You must be signed in to change notification settings

gpillaca/android-basic-template

Repository files navigation

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

About

This a template basic android project. This template is compatible with the latest stable version of Android Studio.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published