Android 光标根据ID移动到位置

Android Cursor move to position based on ID

我们可以根据IDAndroid中的cursor移动到某个位置吗?

moveToPosition()使用类型int的位置来移动cursor。我需要根据存储的 ID.

cursor 移动到一条记录

不,抱歉。 Cursor 没有基于特定单元格值 ("find me the position in which cell whose name is _id has the value of 123") 查找位置的内部查询引擎形式。