Improve User Experience of the List and Detail Page
February 5, 2021
Intermediate
15 min.
Display more detailed information for each list item and on the detail page.
You will learn
- About localized strings in SAPUI5
- How to import new modules in a controller
- How to improve the user experience of the list with a search field
- Many new controls that come with SAPUI5
So far, the web app is working, but it doesn’t show much information yet. In order to improve our web app, you can display more detailed information for each list item and on the detail page.
Step 1: Localize strings
Step 2: Improve the list view
Step 3: Improve the detail view
Step 4: Test the search