Trivia app that utilizes Gen AI
- Download the server, open it in your IDE, and run the main function in Application.kt.
- Copy your IP address.
- In Triviagen Android codebase, in app/src/main create a folder called assets.
- In assets folder create a config.properties file.
- In this file add your IP value in this way
ip.address=<your_ip_address_from_step_2>. - Launch your app and play!