0

I am working on quiz application and need to store 3000 questions with 5 options and correct answer. So how to store bulk records into my sqlite database in android. How can I do that. I had searched in google but I didnt find the exact solution for that. Any help regarding this will be thankful...

hemanth kumar
  • 3,068
  • 10
  • 41
  • 64

1 Answers1

0

Not sure I completely understand your question, but insertion of rows in SQLite is efficient if you make use of transactions and prepared statements.

Kurru
  • 14,180
  • 18
  • 64
  • 84