https://github.com/KanuKim97/whats_eat
What's Eat? Search near by Foodrestaurant at your current location
https://github.com/KanuKim97/whats_eat
android kotlin kotlin-flow maps-sdk-for-android modular-architecture place-api retrofit2
Last synced: 4 months ago
JSON representation
What's Eat? Search near by Foodrestaurant at your current location
- Host: GitHub
- URL: https://github.com/KanuKim97/whats_eat
- Owner: KanuKim97
- License: apache-2.0
- Created: 2021-11-16T17:39:51.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-14T11:30:18.000Z (5 months ago)
- Last Synced: 2024-12-15T16:57:37.009Z (5 months ago)
- Topics: android, kotlin, kotlin-flow, maps-sdk-for-android, modular-architecture, place-api, retrofit2
- Language: Kotlin
- Homepage:
- Size: 14.8 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-list - KanuKim97/whats_eat - What's Eat? Search near by Foodrestaurant at your current location (Kotlin)
README

![]()
![]()
![]()
![]()
![]()
![]()
![]()
## Project Description
This application is introduced nearby food restaurant at your current location## Project hierarchy
```
:app (Application Module)
:buildSrc (Dependencies Management Module)
:core
|- :common
|- :data
|- :database
|- :designsystem
|- :domain
|- :model
|- :network
|_ :ui
:feature
|- :collection
|- :detail
|_ :home
```## Place Api
- find nearby food restaurant at user's current location
- The result of the API calls is json document
## Sdk Build Version
- minSdkVersion : 31
- targetSdkVersion : 34
- compileSdkVersion : 34