Skip to content

Commit b2d18d5

Browse files
Removes Room branch (It was added to todo-mvp)
1 parent 5b071bc commit b2d18d5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ These samples are no longer being maintained, but their implementation is still
3939
| [dev‑todo‑mvp‑tablet](https://github.com/googlesamples/android-architecture/tree/dev-todo-mvp-tablet/) | Adds a master and detail view for tablets. |
4040
| [dev‑todo‑mvvm‑rxjava](https://github.com/googlesamples/android-architecture/tree/dev-todo-mvvm-rxjava/) | Based on the todo-rxjava sample, this version incorporates the [Model‑View‑ViewModel](https://en.wikipedia.org/wiki/Model%E2%80%93view%E2%80%93viewmodel) pattern.|
4141
| [dev‑todo‑mvvm‑live](https://github.com/googlesamples/android-architecture/tree/dev-todo-mvvm-live/) | Uses lifecycle-aware [Architecture Components](http://developer.android.com/arch) (except Room), and the Data Binding library with an MVVM architecture. |
42-
| [dev‑todo‑mvp‑room](https://github.com/googlesamples/android-architecture/tree/dev-todo-mvp-room/) | Uses [Room](https://developer.android.com/topic/libraries/architecture/room.html), the persistence library from the [Architecture Components](http://developer.android.com/arch), as a local data source with an MVP architecture. |
4342
| [dev-todo-mvp-kotlin](https://github.com/googlesamples/android-architecture/tree/dev-todo-mvp-kotlin/) | Conversion of todo-mvp to Kotlin. |
4443
| [dev-todo-mvvm-live-kotlin](https://github.com/googlesamples/android-architecture/tree/dev-todo-mvvm-live-kotlin/) | Conversion of todo-mvvm-live to Kotlin. |
4544

0 commit comments

Comments
 (0)