Skip to content

Search and download image from Flickr and display it to the user

Notifications You must be signed in to change notification settings

Bipul1895/Image-Browser

Repository files navigation

Image-Browser

Search and download image from Flickr and display it to the user

This android app uses flickr rss feed to display images. Data was present in JSON format. Downloaded JSON data using HttpURLConnection in the backgroung thread using async task. Parsed JSON data (also in background thread). Displayed data in list view using custom array adapter. Used Picasso library for displaying image in image view. When an item on list view is clicked, an activity providing photo details opens up. Handled click by implementing OnItemClickListener interface. Provided search functionality. Flickr provides "tags" for searching images. Search interface is implemented using Seach view. Details : https://developer.android.com/guide/topics/search/search-dialog#ReceivingTheQuery The search query provided by user modifies the original Flickr URL and thus fetches the requested data. Used Shared Preferences to share data (search query) between two activities.

About

Search and download image from Flickr and display it to the user

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages