Skip to content

Commit 01d2f0e

Browse files
author
Ivan Carballo
committed
Merge pull request ribot#5 from ribot/fix_boilerplate_and_typo
Linked to our new public boilerplate
2 parents 8114574 + 6446ba0 commit 01d2f0e

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

architecture_guidelines/android_architecture.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The architecture of our Android apps is structured in two layers.
66

77
* __Data Layer__: this is responsible for retrieving, saving, caching and massaging data so it is provided to the UI layer in its optimal form to be displayed. It can communicate with local databases and other data stores as well as with restful APIs or third party SDKs. It is divided in two parts: a group of helpers and a `DataManager`. The number of helpers vary between project and each of them has a very specific function, e.g. talking to an API or saving data in `SharedPreferences`. The `DataManager` combines and transforms the outputs from different helper using Rx operators so it can provide meaningful data to the UI layer.
88

9-
![](achitecture_diagram.png)
9+
![](architecture_diagram.png)
1010

1111
Looking at the diagram from right to left:
1212

project_and_code_guidelines.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## 1.1 Project structure
44

5-
New projects should follow the Android Gradle project structure that is defined on the [Android Gradle plugin user guide](http://tools.android.com/tech-docs/new-build-system/user-guide#TOC-Project-Structure). The [BoilerPlate](http://git.ribot.io/ribot/android-boilerplate) project is a good reference.
5+
New projects should follow the Android Gradle project structure that is defined on the [Android Gradle plugin user guide](http://tools.android.com/tech-docs/new-build-system/user-guide#TOC-Project-Structure). The [BoilerPlate](https://github.com/ribot/android-boilerplate) project is a good reference.
66

77
## 1.2 Package structure
88

0 commit comments

Comments
 (0)