Skip to content

Instantly share code, notes, and snippets.

@pauloaapereira
Created May 16, 2021 16:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pauloaapereira/d6eb1ed09aa63d745f4aecc2523eb2a7 to your computer and use it in GitHub Desktop.
Save pauloaapereira/d6eb1ed09aa63d745f4aecc2523eb2a7 to your computer and use it in GitHub Desktop.
Android SOLID Error Handling
interface ErrorView : Parcelable {
fun setupView(binding: FragmentErrorBinding)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment