Skip to content

Commit

Permalink
docs: update readme with project structure
Browse files Browse the repository at this point in the history
  • Loading branch information
felipecastilhos committed Nov 21, 2021
1 parent 747502b commit c6a44da
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,20 @@ This app is based on the [Guide to app architecture](https://developer.android.c

You can check my short term backlog in my Github Projects [here](https://github.com/felipecastilhos/pokedex-android/projects/1)

## Project structure
```
project
| buildSrc // Project gradle dependencies configurations - Ex.: versions and libs - and gradle dsl extensions
| app // Main application module
| features // project features
| core // architecture and utility classes
| coroutines // helper classes and extensions to work with coroutines
| datasource // helper classes and extensions to work with datasources
| di // architectural dependency injection modules and utility classes
| logs // helper classes and extensions to work with logs
```


Libraries Used
---------------
* [ViewModel](https://developer.android.com/topic/libraries/architecture/viewmodel) - store and manage UI-related data in a lifecycle conscious way
Expand Down

0 comments on commit c6a44da

Please sign in to comment.