I am creating a quiz-like game which will includes nearly 2000 images (photo), and the number will grow. I was thinking of:
-Putting the images online
-Have users select images for certain categories and then load them to the device
-For this, they can create filters on image characteristics so that sets of images are selected
-Users can remove images from their device manually and a rule can be set to automatically remove older/unused items (not the main issue at this point)
-Use standard components as much as possible. This should handle security and the general plumbing. Price is less important than quality and ease of use.
My questions are:
- Does CCD support this scenario and would it be proper use?
- if not, can you please please give me a clue in which direction to search. The only thing I find are old posts, rattling scripts, or platforms that are retired.