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
*[todo-mvp-loaders/](https://github.com/googlesamples/android-architecture/tree/master/todo-mvp-loaders) - Based in todo-mvp, fetches data using Loaders.
*[todo-mvp-loaders/](https://github.com/googlesamples/android-architecture/tree/master/todo-mvp-loaders) - Based on todo-mvp, fetches data using Loaders.
30
+
*[todo-mvp-databinding/](https://github.com/googlesamples/android-architecture/tree/master/todo-databinding) - Bases on todo-mvp, uses the Data Binding Library.
24
31
25
32
In progress:
26
33
27
-
* todo-mvp-dagger/ - Based in todo-mvp, uses the Dagger2 dependency Injection
28
-
framework.
29
-
* todo-mvp-rxjava/ - Based in todo-mvp, uses RxJava to handle load and observe
30
-
data
31
-
* todo-databinding/ - Uses the Data Binding Library to display data
32
-
* todo-mvp-contentproviders/ - Based in todo-mvp, uses Loaders and Content Providers
33
-
* todo-mvp-clean/ - Based in todo-mvp, uses Clean Architecture.
34
+
* <strong>todo-mvp-contentproviders</strong> - Based on todo-mvp-loaders, uses Content Providers
35
+
* <strong>todo-mvp-clean</strong> - Based on todo-mvp, uses concepts from Clean Architecture.
36
+
* <strong>todo-mvp-dagger</strong> - Based on todo-mvp, uses Dagger2 for Dependency Injection
37
+
38
+
Also, see ["New sample" issues](https://github.com/googlesamples/android-architecture/issues?q=is%3Aissue+is%3Aopen+label%3A%22New+sample%22) for planned samples.
34
39
35
40
## Why a to-do application?
36
41
37
-
Check out the <u>app's specification</u>. The aim of the app is to be simple enough that it's understood quickly, but
38
-
complex enough to showcase difficult design decisions and hard (but common)
39
-
testing scenarios.
42
+
The aim of the app is to be simple enough that it's understood quickly, but
43
+
complex enough to showcase difficult design decisions and testing scenarios.
44
+
Check out the [app's specification](https://github.com/googlesamples/android-architecture/wiki/To-do-app-specification).
Also, a similar project exists to compare JavaScript frameworks, called [TodoMVC](https://github.com/tastejs/todomvc).
42
49
@@ -50,15 +57,8 @@ compact you like your codebase, etc.
50
57
51
58
## Who is behind this project?
52
59
53
-
This project is made by the community and curated by Google and core
54
-
maintainers. Each sample has a group of owners that look after it keeping it up
55
-
to date and handling issues and pull requests.
56
-
57
-
### Contributors
58
-
59
-
Apart from the awesome [contributors](https://github.com/googlesamples/android-architecture/contributors), the core team is composed of:
60
-
61
-
* TODO
60
+
This project is made by the [community](https://github.com/googlesamples/android-architecture/graphs/contributors) and curated by Google and core maintainers. Each sample has a group of owners
61
+
that look after it keeping it up to date and handling issues and pull requests.
62
62
63
63
Want to be part of it? [Read on](https://github.com/googlesamples/android-architecture/wiki/Contributions).
0 commit comments