Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 628 Bytes

File metadata and controls

11 lines (9 loc) · 628 Bytes

ai-trivia-app-android

Trivia app that utilizes Gen AI

How to run app locally?

  1. Download the server, open it in your IDE, and run the main function in Application.kt.
  2. Copy your IP address.
  3. In Triviagen Android codebase, in app/src/main create a folder called assets.
  4. In assets folder create a config.properties file.
  5. In this file add your IP value in this way ip.address=<your_ip_address_from_step_2>.
  6. Launch your app and play!