Simple app concept used as a playground to familiarise myself with the Compose framework
- standard app structure with navigation, build using
Compose
framework - fetch and display restaurant data for fixed location using
KTOR
andCoroutines
to build the app first add new string resource FOURSQUARE_API_KEY
- it can be obtained from the Foursquare developer console
- display different type of places and activities using map
- set alerts (notifications, calendar events) that reminds you about romantic gesture
- more tbd