android Lists In this post, I will talk about Lists: how to display a list of items, handle interactions like swipe to dismiss, drag to reorder. ListView First I set out to display a hardcoded list. The guide about List View on Android Developers pages shows