An open API service indexing awesome lists of open source software.

https://github.com/numeroanddev/appprojecttemplate-android


https://github.com/numeroanddev/appprojecttemplate-android

Last synced: 24 days ago
JSON representation

Awesome Lists containing this project

README

        

# Android application project template

This project is Android application project template.

## Architecture

```mermaid
graph TD;
:app-->:feature:*;
:app-->:data-impl;
:feature:*-->:data;
:data-impl-->:data;
```