7
"Android.R.layout.simple_list_item_1" क्या है?
मैंने एंड्रॉइड डेवलपमेंट सीखना शुरू कर दिया है और एक किताब से एक सिद्धांतवादी उदाहरण का अनुसरण कर रहा हूं: // Create the array list of to do items final ArrayList<String> todoItems = new ArrayList<String>(); // Create the array adapter to bind the array to the listView final ArrayAdapter<String> aa; …