Question:Which of the following would you have to include in your project to use the SimpleAdapter class?
A import android.content;
B import android.widget;
C import android.database;
D import android.database.sqlite;
E import android.util;
+ AnswerB
+ Report