SwipeMenuListView
Recently I found couple of applications that have that nice feature when you swipe item on list view you get menu with additional options that you can click and perform an action .
Recently I found couple of applications that have that nice feature when you swipe item on list view you get menu with additional options that you can click and perform an action .
Android ListView is a view which groups several items and display them in vertical scrollable list. The list items are automatically inserted to the list using an Adapter that pulls content from a source such as an array or database.
In Android, ListView let you arranges components in a vertical scrollable list. The display of elements in a list is a very common pattern in mobile applications. The user sees a list of items and can scroll through them
In this tutorialsee.