Android Cursor with ORMLite to use in CursorAdapter

后端 未结 4 974
孤独总比滥情好
孤独总比滥情好 2020-11-29 17:31

Is there any way, how to get Cursor for a query, which I am processing with ORMLite Dao object?

4条回答
  •  醉梦人生
    2020-11-29 18:22

    Did you try some of Gray's advice from this post? He explains how you can select a column as another name, such as, select id as _id.

提交回复
热议问题