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: about 1 month 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-08-31T11:53:38.000Z (10 months ago)
- Last Synced: 2024-09-01T21:04:35.647Z (10 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
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