android.database.CursorIndexOutOfBoundsException:Index -1 requested, with a size of 1 http://blog.csdn.net/competerh_programing/article/details/7396542 android 中数据库处理,特别是使用cursor时,注意初始位置,好像是从下标为-1的地方开始的,也就是说一次查询中,返回给cursor查询结果时,不能够马上从cursor中提取值. 比如,下…