- Is a UI element that displays a collection of items in a list or a grid enabling the user to scroll through the collection?
- What are the top 3 most important things in a good UI design?
Is a UI element that displays a collection of items in a list or a grid enabling the user to scroll through the collection?
RecyclerView is a UI element that displays a collection of items in a list or a grid, enabling the user to scroll through the collection. ListView is a view group that creates a list of scrollable items.
What are the top 3 most important things in a good UI design?
The UI design principals are:
Make it comfortable to interact with a product. Reduce cognitive load. Make user interfaces consistent.