You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+16-6
Original file line number
Diff line number
Diff line change
@@ -9,18 +9,18 @@ make testing, maintaining and extending difficult.
9
9
10
10
Android Architecture Blueprints is meant to demonstrate possible ways to help
11
11
with these common problems. In this project we offer the same application
12
-
implemented using different architectural concepts and tools.
12
+
implemented using different architectural concepts and tools.
13
13
14
14
You can use these samples as a reference or as a starting point for creating
15
15
your own apps. The focus here is on code structure, architecture, testing and
16
16
maintainability. However, bear in mind that there are many ways to build apps
17
17
with these architectures and tools, depending on your priorities, so these
18
-
shouldn't be considered canonical examples. The UI is deliberately kept simple.
18
+
shouldn't be considered canonical examples. The UI is deliberately kept simple.
19
19
20
20
### What does <em>beta</em> mean?
21
21
22
22
We're still making decisions that could affect all samples so we're keeping the
23
-
initial number of variants low before the stable release.
23
+
initial number of variants low before the stable release.
24
24
25
25
## Samples
26
26
@@ -32,7 +32,7 @@ more information.
32
32
*[todo-mvp-databinding/](https://github.com/googlesamples/android-architecture/tree/todo-databinding/) - Based on todo-mvp, uses the Data Binding Library.
33
33
*[todo-mvp-clean/](https://github.com/googlesamples/android-architecture/tree/todo-mvp-clean/) - Based on todo-mvp, uses concepts from Clean Architecture.
34
34
*[todo-mvp-dagger/](https://github.com/googlesamples/android-architecture/tree/todo-mvp-dagger/) - Based on todo-mvp, uses Dagger2 for Dependency Injection
35
-
35
+
36
36
In progress:
37
37
38
38
*[dev-todo-mvp-contentproviders/](https://github.com/googlesamples/android-architecture/tree/dev-todo-mvp-contentproviders/) - Based on todo-mvp-loaders, uses Content Providers
@@ -44,7 +44,7 @@ Also, see ["New sample" issues](https://github.com/googlesamples/android-archite
44
44
45
45
The aim of the app is to be simple enough that it's understood quickly, but
46
46
complex enough to showcase difficult design decisions and testing scenarios.
47
-
Check out the [app's specification](https://github.com/googlesamples/android-architecture/wiki/To-do-app-specification).
47
+
Check out the [app's specification](https://github.com/googlesamples/android-architecture/wiki/To-do-app-specification).
0 commit comments