Skip to content

Commit

Permalink
Updates links to projects in branches
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseAlcerreca committed Mar 29, 2016
1 parent 5e96024 commit fe1113b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ initial number of variants low before the stable release.

## Samples

All projects are released in the master branch. Check each project's README for
All projects are released in their own branch. Check each project's README for
more information.

* [todo-mvp/](https://github.com/googlesamples/android-architecture/tree/master/todo-mvp) - Basic Model-View-Presenter architecture.
* [todo-mvp-loaders/](https://github.com/googlesamples/android-architecture/tree/master/todo-mvp-loaders) - Based on todo-mvp, fetches data using Loaders.
* [todo-mvp-databinding/](https://github.com/googlesamples/android-architecture/tree/master/todo-databinding) - Bases on todo-mvp, uses the Data Binding Library.
* [todo-mvp/](https://github.com/googlesamples/android-architecture/tree/todo-mvp/todoapp) - Basic Model-View-Presenter architecture.
* [todo-mvp-loaders/](https://github.com/googlesamples/android-architecture/tree/todo-mvp-loaders/todoapp) - Based on todo-mvp, fetches data using Loaders.
* [todo-mvp-databinding/](https://github.com/googlesamples/android-architecture/tree/todo-databinding/todoapp) - Bases on todo-mvp, uses the Data Binding Library.

In progress:

Expand Down

0 comments on commit fe1113b

Please sign in to comment.