Overview of Search & Sort
Get a brief introduction on how to implement search and sort functionality for the list screen.
We'll cover the following...
Mobile devices usually have small screens in comparison to laptops, which means it’s harder to present and work with big amounts of data on mobile devices. To address this, we are going to implement search and sort functionality to help the user find relevant information faster.
Most of the actions related to the screen are placed in the ...