Point out the different features of examining list view and table view.

bookmark

List view: If we want to see the display vertically, app developers need to use a list view in their app development. When we see a long list for that, we need to scroll a long time; this list view will maintain the list scrolling data. The list view can also adjust the list order and retain the list view.
 
Table view: Similarly, the app developers need to use a table view in the development to scroll horizontally. This feature will retain the data stack in long rows. If the data length is too long, the visualization screen needs to increase by using a table view in code.