j256 / ormlite-android

ORMLite Android functionality used in conjunction with ormlite-core
http://ormlite.com/
ISC License
1.59k stars 367 forks source link

Create new adapter OrmLiteResourceCursorAdapter #39

Closed VincentJousse closed 6 years ago

VincentJousse commented 9 years ago

To have an Ormlite adapter which extends ResourceCursorAdapter.

This a copy of the OrmLiteCursorAdapter class which extends ResourceCursorAdapter class instead of CursorAdapter class. I also removed the ViewType usage, I don't really understand why it's here.

VincentJousse commented 9 years ago

@j256 , do you plan to merge this ?

j256 commented 6 years ago

Sorry for the long delay on this @VincentFTS . Probably no longer relevant but I thought I'd check.

I don't know about this, sorry. How compatible is it with Android versions?

VincentJousse commented 6 years ago

Sorry @j256 but I switched to room. Hence, I no more use OrmLite…