architecture-samples icon indicating copy to clipboard operation
architecture-samples copied to clipboard

README Link is broken - todo-mvvm-databinding

Open catalinghita8 opened this issue 7 years ago • 1 comments

In the README.md file, in What you need section, the link to The todo-databinding sample is broken.

catalinghita8 avatar Jul 20 '18 16:07 catalinghita8

Suggested Response:

You're right — the link in the "What you need" section of the README.md is currently broken. It points to:

https://github.com/googlesamples/android-architecture/tree/todo-databinding But the correct link should be:

https://github.com/googlesamples/android-architecture/tree/dev-todo-mvvm-databinding Suggested Fix in README.md: Replace this line:

The todo-databinding sample With this:

The todo-databinding sample Let me know if you’d like me to submit a PR with this fix too!

VaradGupta23 avatar Aug 06 '25 04:08 VaradGupta23