Skip to content

lcam/Sortr-for-Flickr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sortr for Flickr ver 0.1.4

Sortr for Flickr searches for Flickr posts

Developed by: Leon Cam

Features

  • Run a Flickr public feed search based on a tag
  • Search results are sorted by upload date, descending order
  • Swipe down on list of search results to refresh the search
  • Click on a thumbnail image to view its larger version by itself on a new page

Libraries and Patterns Used

  1. Retrofit - REST web services
  2. Google GSON - Serialization/Deserialization of service responses
  3. Picasso - Image downloading and caching library for Android
  4. Butterknife - Bind Android views and callbacks to fields and methods
  5. Dagger - Dependency injector for Android and Java
  6. Flickr API
  7. MVP (Model-View-Presenter) Pattern

Changelog

ver 0.1

  • Original release

ver 0.1.1

  • Fixed keyboard not hiding after submitting a tag

ver 0.1.2

  • Users can now swipe down on list of search results to refresh
  • Fixed keyboard not hiding when app starts up

ver 0.1.3

  • Display image title on full image page instead of image author
  • Integrated Butterknife into project to reduce boilerplate code

ver 0.1.4

  • Incorporated Dagger into project

Screenshots

Screenshots Screenshots

License

Copyright 2016 Leon Cam

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

About

Search Flickr public feed with tags

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages