Skip to content

Instantly share code, notes, and snippets.

@tooolbox
Last active May 11, 2020 23:09
Show Gist options
  • Save tooolbox/7e7504c8a6d6b17f075d9f0751e99ffa to your computer and use it in GitHub Desktop.
Save tooolbox/7e7504c8a6d6b17f075d9f0751e99ffa to your computer and use it in GitHub Desktop.
Learning Android

RecyclerView + ListAdapter + LiveData + Data Binding

Who thought it would be so hard to learn "best practices" for a table view?

Use Cases

The term "use case" or "interactor" and possibly sometimes "domain" refers to one of the layers in Clean Architecture.

Repository Pattern

The "repository" is mentioned in the official Jetpack videos but not given much treatment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment