From f321941e69280aff0a97e741fe6c3e613bd1c846 Mon Sep 17 00:00:00 2001 From: DevHossamHassan Date: Sat, 2 Dec 2017 20:58:54 +0200 Subject: [PATCH] init README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..a8c59b1 --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +### ErrorView +is an Android Custom view that can help you to show: +* Error view +consists of Icon, ErrorTitle and ErrorMessage. example: if there is no internet connection + +* Empty view +consists of Icon, ErrorTitle and ErrorMessage. example: if there is no data to be populated in a ListView or RecyclerView \ No newline at end of file