I want to make a view that is like Queue of images. see below image for reference.
It should work as stated below.
- Grey image will show batch with all details.
- The blue Images shows time slots and the whole view will slide with passing time.
- Red line will show the current time.
- Progress(Green Part) indicates the portion of Grey image that is processed
- The Whole view can slide back and fro to show processed batches and upcoming batches.
I want to know what approach should I use. I don't want code just strategy to make a view like above. open for any comments.