- This is a simple Android app that allows the user to search images using FLickr Search API.
- User can double tap any image in the results to add it to favorites for offline viewing.
- User can also long press the image to remove it from favorites.
The project can help beginners as it showcases:
- using and consuming API/web service in the app
- persist data to disk for offline use
- caching images so it doesn’t needs to be downloaded every time
- recycling of view
- detecting various touch gestures
Visit https://www.flickr.com/services/api/ to read Flickr's API documentation. Remember, first you need to generate an API key to use the Flickr APIs from here : https://www.flickr.com/services/apps/create/
- Retrofit
- Gson
- Glide
Contributions always welcome!