/Gallery

In this project, we use the Flickr API to create an infinite scrolling list of photos, which is able to fetch photos from the Flickr Server by keyword searching using HTTP/JSON. This app also support search suggestions. Tapping the image will open a single photo screen for downloading and opening the Flickr official app website. This android application has the following functionality: Infinite scrolling with high performance; Pull refreshing; HTTP requesting/responding and JSON parsing; Asynchronous image loading; Menu with SearchView and SearchSuggestion; Activity and fragment; RecyclerView and adapter.

Primary LanguageJava

Stargazers