Question: Considering the code below, complete the onCreate method so that it enables your App to show the list stored in the array ListName. : public
Considering the code below, complete the onCreate method so that it enables your App to show the list stored in the array "ListName".
: public class BasicViews3Activity extends Activity {
String[] ListName = {
"AAAAAA",
"BBBBB",
"CCCC",
"DDDD",
"EEEEE",
"FFFF",
"GGGG",
"HHHH",
"QQQQQQ",
"ZZZZZ",
"OOOOO"
};
/** Called when the activity is first created. */
@Override
public void onCreate(Bundle savedInstanceState) {
........
}
}
Step by Step Solution
3.37 Rating (150 Votes )
There are 3 Steps involved in it
public void onCreateBundle savedInstanceState superonCreatesavedInstanceStat... View full answer
Get step-by-step solutions from verified subject matter experts
Document Format (2 attachments)
60d5e1d2241bc_221087.pdf
180 KBs PDF File
60d5e1d2241bc_221087.docx
120 KBs Word File
