Question:Which of the following can be used to bind data from an SQL database to a ListView in an Android application?
A SimpleCursor B SimpleCursorAdapter C SimpleAdapter D SQLiteCursor E SQLLiteAdapter
+ AnswerB
+ Report