Skip to content

Instantly share code, notes, and snippets.

@pauloaapereira
Created May 16, 2021 16:06
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/d048e84d45c7031f7c86150f63b35af8 to your computer and use it in GitHub Desktop.
Save pauloaapereira/d048e84d45c7031f7c86150f63b35af8 to your computer and use it in GitHub Desktop.
Android SOLID Error Handling
interface ErrorViewWithWarning : ErrorView {
var warning: Snackbar?
fun showWarning(root: View)
fun dismissWarning()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment