Skip to content

Monkey-Matt/architecture-templates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fork of Android Architecture Starter Templates that doesn't require bash 4 (can be setup on default mac environment)

Android Architecture Starter Templates (beta)

What it is: A collection of templates featuring a layered architecture ready to be used in greenfield projects or quick experiments, following the Guide to app architecture.

🙅 What it's not: These templates are not designed to be educational code samples. For that, check out Architecture Samples, the Now In Android sample or Compose samples.

Templates are compatible with the latest stable version of Android Studio.

Template Description
base Reactive architecture, Compose, database, single module
multimodule Base template + multimodule

Screenshots

Screenshot

Features

🖼️ UI

The app contains a simple Compose UI that shows a list of
saved strings and lets the user save new ones.

🧱 Build

🏠 Architecture

Usage

  1. Clone the repository, optionally choosing a branch. For example, to check out the base branch:
git clone https://github.com/Monkey-Matt/architecture-templates.git --branch base
  1. Set customizer script to executable:
cd Documents/GitHub/architecture-templates
sudo chmod 755 'customizer.sh'
  1. Run the customizer script:
./customizer.sh your.package.name YourAppName
  • your.package.name is your app ID (should be lowercase)
  • YourAppName is a name for your application (should be in PascalCase).

License

This code is distributed under the terms of the Apache License (Version 2.0). See the license for more information.

About

Copy of android/architecture-templates that doesn't require bash 4

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published