Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 858 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 858 Bytes

WANTED BY THE FBI

This is a Kotlin Multiplatform Mobile (KMM) application for displaying a list of all wanted items from the FBI Wanted database. All info is taken from the public FBI API.

TO-DO

  • Basic Android Application
  • Work with FBI API
  • SQLDelight Implementation
  • Jetpack Compose
  • SwiftUI
  • Search function?

Additional information

This application was done as a personal project for "Development of Cross-Platform Cloud and Mobile Applications" research seminar at HSE university.

Some code has been reused from these sources:

kotlin-hands-on/kmm-networking-and-data-storage

Android Compose Tutorial Android Developers