Hi I am getting cursor out of bound exception while i am trying to get list particular item positiion,Below is the crash report i am getting
09-08 01:20:45.651: ERROR/AndroidRuntime(16459): Caused by: android.database.CursorIndexOutOfBoundsException: Index 114 requested, with a size of 114 09-08 01:20:45.651: ERROR/AndroidRuntime(16459): at android.database.AbstractCursor.checkPosition(AbstractCursor.java:580) 09-08 01:20:45.651: ERROR/AndroidRuntime(16459): at android.database.AbstractWindowedCursor.checkPosition(AbstractWindowedCursor.java:214) 09-08 01:20:45.651: ERROR/AndroidRuntime(16459): at android.database.AbstractWindowedCursor.getString(AbstractWindowedCursor.java:41) 09-08 01:20:45.651: ERROR/AndroidRuntime(16459): at com.redorange.database.MessageDbAdapter.GetSeedDetails(MessageDbAdapter.java:360) 09-08 01:20:45.651: ERROR/AndroidRuntime(16459): at com.redorange.headshop.CustomAdapter.onCreate(CustomAdapter.java:36) 09-08 01:20:45.651: ERROR/AndroidRuntime(16459): at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1047) 09-08 01:20:45.651: ERROR/AndroidRuntime(16459): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1586) 09-08 01:20:45.651: ERROR/AndroidRuntime(16459): ... 11 more Can anyone help me in this regard Thanks in advance Tushar -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

