ODK Collect is an Android app for filling out forms. It's been used to collect billions of data points in challenging environments around the world. Contribute and make the world a better place! ✨📋✨
The goal is to incrementally improve the way media is displayed by starting with rounding the corners of images, adding icons, and tightening up how we display coordinates in the form entry. This is part of laying the building blocks for displaying media in the summary/ hierarchy view.
Video - thumbnail can be created with ThumnailUtils.createVideoThumbnail
Clean up how we display coordinates - clean up the coordinates to make them easier to read (left align, remove lat/long titles) add icon. Note the image of the map isn't part of this story
When doing this we should build reusable components that render answer data (from an IAnswerData or from a FormEntryPrompt for example) that can be reused later in the hierarchy.
@seadowg I've linked to the specific designs for each. I think the links are better because you can add comments and we can make changes to the designs without the static images becoming stale.
The goal is to incrementally improve the way media is displayed by starting with rounding the corners of images, adding icons, and tightening up how we display coordinates in the form entry. This is part of laying the building blocks for displaying media in the summary/ hierarchy view.
Design
ThumnailUtils.createVideoThumbnail
Notes
When doing this we should build reusable components that render answer data (from an
IAnswerData
or from aFormEntryPrompt
for example) that can be reused later in the hierarchy.