5 Questions 1 Answers 0 Followers
Questions related from Behnaz Kordtabar
I've created the database in android that math multiple choice questions along with some other features, such as Subject, correct option, difficulty level stored in it. Now I want to create a...
27 April 2015 5,619 7 View
I use the following query for retrieving data from SQLite database in android.But I do'nt know how to retrieve data randomly? Cursor c=db.query("questiondata",null,null,null,null,null,null);
13 April 2015 4,026 5 View
I have some images that want to insert them to sqlite database,but save images in form of BLOB in sqlite database not suitable, thus I want to save image's address in sqlite datbase.If there is a...
21 January 2015 5,495 2 View
I created a sqlite database using with SQLite manager for browser. I now want to copy it to a device SDCard. If someone has sample code showing how to copy sqlite database to SDCard please can you...
15 January 2015 6,293 3 View
I have set of multiple-choice questions that want to ask them from users for getting his/her performance in answering the questions.
01 December 2014 1,491 1 View