Android SQLite database for quiz game

前端 未结 2 751
一生所求
一生所求 2021-01-16 16:03

I am making a quiz game and I would like to use SQLite database where I will store 300+ questions and randomly choose one of them. I made a research and I know how to create

2条回答
  •  萌比男神i
    2021-01-16 16:44

    This is a very complicated thing, ok not very complicated but You have to do some programming stuff. To read a database from asset folder is not directly possible, You have to copy it to the internal storage or to sd card. To explain it here is to much, please read this tutorial, that´s the right point to start:

    http://zaman91.wordpress.com/2010/09/22/android-how-to-use-own-sqlite-database/

提交回复
热议问题