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

Develop a simple image query app. Use the 10 images Requirements: 1. 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.

Create at least 7 tags for the images, for example, animal, sea,

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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!