Examples of how to use RecyclerView to achieve complex list UIs
RecyclerView is the evolution of the legacy ListView and GridView in Android. If you aren't using it yet, you should be. This repository contains a simple sample project that illustrates how to use RecyclerView to achieve simple and complex list UIs.