An open API service indexing awesome lists of open source software.

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:

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)


UrbanCanvas

### 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.
```