Skip to content

Commit e8a6df7

Browse files
committed
Merge branch 'tomaszrykala-master'
2 parents 81c2347 + f7a789f commit e8a6df7

File tree

1 file changed

+16
-6
lines changed

1 file changed

+16
-6
lines changed

README.md

+16-6
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,18 @@ make testing, maintaining and extending difficult.
99

1010
Android Architecture Blueprints is meant to demonstrate possible ways to help
1111
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.
1313

1414
You can use these samples as a reference or as a starting point for creating
1515
your own apps. The focus here is on code structure, architecture, testing and
1616
maintainability. However, bear in mind that there are many ways to build apps
1717
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.
1919

2020
### What does <em>beta</em> mean?
2121

2222
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.
2424

2525
## Samples
2626

@@ -32,7 +32,7 @@ more information.
3232
* [todo-mvp-databinding/](https://github.com/googlesamples/android-architecture/tree/todo-databinding/) - Based on todo-mvp, uses the Data Binding Library.
3333
* [todo-mvp-clean/](https://github.com/googlesamples/android-architecture/tree/todo-mvp-clean/) - Based on todo-mvp, uses concepts from Clean Architecture.
3434
* [todo-mvp-dagger/](https://github.com/googlesamples/android-architecture/tree/todo-mvp-dagger/) - Based on todo-mvp, uses Dagger2 for Dependency Injection
35-
35+
3636
In progress:
3737

3838
* [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
4444

4545
The aim of the app is to be simple enough that it's understood quickly, but
4646
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).
4848

4949
<img src="https://github.com/googlesamples/android-architecture/wiki/images/tasks2.png" alt="Screenshot" width="160" style="display: inline; float: right"/>
5050

@@ -58,18 +58,28 @@ app, the size and experience of your team, the amount of maintenance that you
5858
foresee, whether you need a tablet layout or support multiple platforms, how
5959
compact you like your codebase, etc.
6060

61+
## Opening a sample in Android Studio
62+
63+
First check out one of the sample branches (`master` won't compile), and then choose to open the `todoapp/` directory. Example:
64+
65+
* `git clone [email protected]:googlesamples/android-architecture.git`
66+
* `git checkout todo-mvp` (or replace `todo-mvp` with the project you want to check out)
67+
* In Android Studio open the `todoapp/` directory.
68+
6169
## Who is behind this project?
6270

6371
This project is **built by the community** and curated by Google and core maintainers.
6472

65-
### External contributors
73+
### External contributors
6674

6775
[David González](http://github.com/malmstein) - Core developer (Content Providers sample)
6876

6977
[Karumi](http://github.com/Karumi) - Developers (MVP Clean architecture sample)
7078

7179
[Erik Hellman](https://github.com/ErikHellman) - Developer (MVP RxJava sample)
7280

81+
[Saúl Molinero](https://github.com/saulmm) - Developer (MVP Dagger sample)
82+
7383
### Googlers
7484

7585
[Jose Alcérreca](http://github.com/JoseAlcerreca) - Lead/Core developer

0 commit comments

Comments
 (0)