Re: [android-developers] i want to use my own page place_order

2011-12-13 Thread TreKing
On Fri, Dec 9, 2011 at 5:49 AM, sonu ankurrai1...@gmail.com wrote: want to use my own page place_order and replacing simple_list_item_multiple_choice .what should i do. Replace that line of code - what's the issue?

[android-developers] i want to use my own page place_order

2011-12-09 Thread sonu
setListAdapter(new ArrayAdapterString(this, android.R.layout.simple_list_item_multiple_choice, results)); getListView().setTextFilterEnabled(true); i want to use my own page place_order and replacing simple_list_item_multiple_choice .what should i do. thanks for