tags:

views:

33

answers:

0

Hi,

What is the exact difference between CursorAdapter and ResourceCursorAdapter ? Can somebody explain what are the api's that are required to override when implementing my own ResourceCursorAdapter ?

I have gone through the ResourceCursorAdapter documentation and able to figure out that it's constructor takes an additional layout parameter as compared to CursorAdapter constructor. But I am unable to understand what is the significance of having an additional layout parameter in ResourceCusorAdapter constructor.