https://github.com/andyb129/citysketch
TEST PROJECT: Urban canvas consumes the Flickr API and displays the results in a list and a map :office:
https://github.com/andyb129/citysketch
android bristol flickr-api google-maps-api graffiti
Last synced: 11 months ago
JSON representation
TEST PROJECT: Urban canvas consumes the Flickr API and displays the results in a list and a map :office:
- Host: GitHub
- URL: https://github.com/andyb129/citysketch
- Owner: andyb129
- Created: 2018-03-19T16:09:33.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-09-09T19:58:40.000Z (over 4 years ago)
- Last Synced: 2025-02-05T11:45:11.185Z (about 1 year ago)
- Topics: android, bristol, flickr-api, google-maps-api, graffiti
- Language: Java
- Homepage:
- Size: 10.8 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# City Sketch
**NOTE: This app is just used as a DEVELOPMENT TESTING PROJECT to experiment with new app concepts & API's.**
City Sketch consumes the [Flickr API](https://www.flickr.com/services/api/) and displays the results in a list & a map using the following.
* Retrofit
* RxJava 2
* RecyclerView
* Google Maps (plus Clustering Utils)
### TODO
1. Create a Dagger branch
2. Introduce testing across the app
3. Create a Kotlin branch
4. Add transition animations
### Thanks
This project uses the following library for the UI at the moment.
* Icon Switch by [polyak01](https://github.com/polyak01) - [https://github.com/polyak01/IconSwitch](https://github.com/polyak01/IconSwitch)
### Licence
```
Copyright (c) 2016 Andy Barber
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.
```