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
- Host: GitHub
- URL: https://github.com/kafkasl/lilly
- Owner: kafkasl
- Created: 2015-06-08T15:01:53.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-05T15:58:11.000Z (over 9 years ago)
- Last Synced: 2025-02-08T05:28:23.683Z (3 months ago)
- Language: Java
- Homepage:
- Size: 2.11 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 CataloniaAmongst 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