From 0a67e0b05b8ecaca3adf84fd065927e5ea350363 Mon Sep 17 00:00:00 2001 From: Yashmal99 <41717593+Yashmal99@users.noreply.github.com> Date: Wed, 23 Oct 2019 09:09:42 +0530 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d0a8f05a..2d78073c 100644 --- a/README.md +++ b/README.md @@ -3,3 +3,5 @@ Android Views and Widgets Samples Repository This repository contains a set of individual Android Studio projects to help you get started writing/understanding Android views and widgets features. +The widget package contains (mostly visual) UI elements to use on your Application screen. You can also design your own. +To create your own widget, extend View or a subclass.