Android - Does SimpleCursorAdapter allow multiple layouts like BaseAdapter?
I know you can create a custom Adapter extending BaseAdapter and create various layouts which can be inflated depending on which row the AdapterView is at.. But is there any way to get a simple amount of customization with a SimpleCursorAdapter ? Eg. I have a database and I would like to query it and return the results to a ListView with alternating row layouts. Will SimpleCursorAdapter do? Or are there any elegant solutions for this? Cheers But is there any way to get a simple amount of customization with a SimpleCursorAdapter? Just like BaseAdapter, you can extend CursorAdapter or