Skip to content

CodingNightLife/Gallery

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gallery

In this project, we use the Flickr API[1] to create an infinite scrolling list of photos, which is able to fetch photos from the Flickr Server by keyword searching using HTTP/JSON[2]. 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.

References: [1]Flickr API https://www.flickr.com/services/api/ [2]JSON http://www.json.org

About

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 app…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Java 100.0%