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

https://github.com/kafkasl/lilly

Sample Android application to get information about nearby locations and display it on a list and map
https://github.com/kafkasl/lilly

Last synced: about 2 months ago
JSON representation

Sample Android application to get information about nearby locations and display it on a list and map

Awesome Lists containing this project

README

        

# Lilly

Android application that gets information about nearby locations and display it on a list and map.
This project was developed for udacity-based Android course developed at Barcelona Informatics School of Technic University of Catalonia

Amongst the features it uses you can find:

* Geolocation using google services
* Responsive layout with tablet/mobile version implemented with fragments
* Latest Material design with effects such as ripples and styles implemented with high separation of concerns (API 24~)
* API-style DB implementation with Cursors to handle lists, auto update on background handled by Android (allows direct public API querying)

This application was developed with all syle and paradigm recommendations given by Google's Android team. Feel free to clone for learning purposes.

Pol