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: 3 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 4 years ago)
- Default Branch: main
- Last Pushed: 2026-01-10T13:40:56.000Z (5 months ago)
- Last Synced: 2026-01-11T03:35:27.637Z (5 months ago)
- Topics: android, kotlin, kotlin-flow, maps-sdk-for-android, modular-architecture, place-api, retrofit2
- Language: Kotlin
- Homepage:
- Size: 14.9 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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