I usually tend to define the model layer of my apps using POJO\'s, such as Article, Comment, etc.
I was about to implement an AlphabetIndexer in the adapter of one o
I have run into similar issues. Right now, I am tending away from POJOs. Note, though, that you can create your own Cursor interface for a collection of POJOs, if you so choose.
Cursor