Hi all,
I have a requirement to create an app which can display a scrolling list of complex items, dynamically created as a result if an IS service call.
Each row in the table needs to display data such as:
A photo
Name
Date of Birth
Etc.
So probably it would have the photo on the left an then two or three lines of data to the right.
What is the best way to do this with Native UI controls?
Oh and selecting one would transition to a details page, so we need each row to be a button or at least to contain a button (maybe the photo?)
That’s pretty much what I thought. The bit I’m not sure about is how to use NativeUI to positon the photo on the left, then have the other information to the right, all within a scrollng panel.
Is this easy?
You should be able to use a table to deal with this - you could
potentially have 2 or 3 columns (photo / details / button) and then
however many rows are needed for the info.