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.