Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 640 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 640 Bytes

roman-android

Simple app concept used as a playground to familiarise myself with the Compose framework

current functionality

  • standard app structure with navigation, build using Compose framework
  • fetch and display restaurant data for fixed location using KTOR and Coroutines

build

to build the app first add new string resource FOURSQUARE_API_KEY - it can be obtained from the Foursquare developer console

todo

  • display different type of places and activities using map
  • set alerts (notifications, calendar events) that reminds you about romantic gesture
  • more tbd