I have some cursor with data. I have TextView which visibility depends on some property of the item of cursor. I use SimpleCursorAdapter and override getView method. But I am actually not use from and to properties of SimpleCursorAdapter.
Is it better to change my adapter to CursorAdapter and override newView and bindView methods?