stuart-d2
3/16/2014 - 11:24 PM

ListView and Adapter Creation Reference Coursera Wk7 Location Lab

ListView and Adapter Creation Reference Coursera Wk7 Location Lab

mAdapter = new PlaceViewAdapter (getApplicationContext());
		ListView listview = getListView();
		listview.setAdapter(mAdapter);