Google Images Search
Create an application that performs image search using Google Images Search (or Custom Google Search).
- The main screen consists of two tabs:
- Search. On this tab, the user can enter a query and view the results in a list;
- Favorites. A list of images that the user has added to favorites.
- Each list item should include the following elements:
- An image;
- A title;
- A checkbox to add the image to favorites.
-
Display search results in batches of 10 items and implement lazy loading to fetch additional data when scrolling to the end (where appropriate).
-
Add functionality to save user-selected results in a local database.
-
On clicking an image, open a new screen to display the image with zoom functionality.
- You can use any libraries/tools to implement the task.