Question: Develop a simple image query app. Use the 10 images Requirements: 1. Create at least 7 tags for the images, for example, animal, sea, flower,
Develop a simple image query app. Use the 10 images
Requirements:
1. Create at least 7 tags for the images, for example, animal, sea, flower, bridge, sky,
2. Create a database to store the tags for each image. Most images should have more than one tag. The images can be put under the drawable folder.
3. The table have 3 columns, for example, image_id, image_name, image_tags.
For example
animal, sea
4. On the main UI, display the tags you created. The UI can be similar to the figure below. Please feel free to design your own UI.

5. When user select a tag, the app searches the database, all the images that have this tag will be displayed on the screen. You are free to design the layout of the images, for example, listview, gridview, or horizontal scroll view. You can display either thumbnail or high resolution images.
Using Android Studio for the plateform.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
