architecture-samples
architecture-samples copied to clipboard
README Link is broken - todo-mvvm-databinding
In the README.md file, in What you need section, the link to The todo-databinding sample is broken.
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!