Hi,
So..i am working on trivia engine and it works well on pc, and now i am working on the optimization for android, but on the phone it doesn't work and stuck on Fist screen and doesn't display questions and answers since they are all inside lists.
I understand that it is not enough to tell the event editor to load the list, so what else do i need to do to Include the list into the apk build?
Also, in the event editor, i lead the engine to specific hard drive locations in my pc to load specific list by using the command: "Load List File" And to save into specific list etc, so how can i make it happens in android ?