From 50ef2fc6e4f4881a9275502b919e6fa293c24d55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=BAben=20Sousa?= Date: Wed, 17 May 2023 00:09:43 +0200 Subject: [PATCH] Update readme --- README.MD | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/README.MD b/README.MD index b7572157..551e3b04 100644 --- a/README.MD +++ b/README.MD @@ -6,6 +6,10 @@ See the project website for more information: https://rubensousa.github.io/DpadR Motivation for this library: https://rubensousa.com/2022/11/08/dpadrecyclerview/ +Check the sample app for a complete example of integration of this library: + +![sample](https://github.com/rubensousa/DpadRecyclerView/blob/master/assets/sample_cover.png?raw=true) + ## Getting started Add the following dependency to your app's `build.gradle`: @@ -37,19 +41,8 @@ Check the official website for more information and recipes: https://rubensousa. - Supports non smooth scroll changes - Supports continuous and circular grid focus -## Features missing from Leanback's `BaseGridView` - -- Scrolling in secondary direction -- Disabling recycling of children -- Saving and restoring children states: clients can save and restore children on the appropriate RecyclerView.Adapter callbacks -- `setChildrenVisibility`: clients can do this by iterating over the children - ## Sample app -Check the sample app for a complete example of integration of this library: - -![sample](https://github.com/rubensousa/DpadRecyclerView/blob/master/assets/sample_cover.png?raw=true) - Nested lists: ![nested_lists](https://github.com/rubensousa/DpadRecyclerView/blob/master/assets/sample_nested_lists.png?raw=true)