Sortr for Flickr searches for Flickr posts
Developed by: Leon Cam
- 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
- Retrofit - REST web services
- Google GSON - Serialization/Deserialization of service responses
- Picasso - Image downloading and caching library for Android
- Butterknife - Bind Android views and callbacks to fields and methods
- Dagger - Dependency injector for Android and Java
- Flickr API
- MVP (Model-View-Presenter) Pattern
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
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.

