Search and discover Venues with real-time data access through location
An Android sample applicaton that gets the current Location and requests a Free API for fetching the nearby Venue-places.
The application uses the following
- Kotlin
- MVVM design pattern and TDD(Test Driven Development) technique
- Koin for dependency injection
- Google Maps API and Location services
- Lifecycle, Livedata for observable pattern
- Kotlin Coroutines for background threading
- Retrofit for API requests and Gson
- Mockito and Robolectric for testing cases
Loceat app is a free and open source project. Any contributions are welcome. Here are a few ways you can help:
- Report bugs and make suggestions.
- Write some code. Please follow the code style used in the project to make a review process faster.