Native - Widgets

0
I have a scenario where I should display current user details on Home page when the user login.(For example: If Bryan logs in then he should be able to see his policy details). I need to build a native app and should display the below format and when user clicks on Home/Auto/Fire then it should display respective pages. Can anyone please suggest what widget do I need to select and how to achieve this in Native app using 9.3.0
asked
1 answers
0

You can use a list view to show the policies. With a 'chevron right' image and a little bit of styling it will look exactly like your example. Have an onclick nanoflow that directs to the respective pages from the list view.

answered