android-cursor
how to set Edit Textbox cursor start to some default position?
im using a edittext box drawable where the border is little graphical like it has two line border.the thing is if i enter the text its overlapping with t开发者_高级运维he edge of the box.how can i cre[详细]
2023-03-14 14:42 分类:问答How to retrieve data from a cursor in android?
I retrieve information from my database and it is all in a Cursor. Now i need to go through each item in the cursor to retrieve lng lats and a name to display on a map.[详细]
2023-03-14 00:49 分类:问答Honeycomb and cursors
I have this activity that was completely converted to use honeycomb. I reworked all the cursor management to use the new cursorLoader. Everything works great on all other os versions (using the compat[详细]
2023-03-09 16:39 分类:问答Android error: java.lang.IllegalStateException: trying to requery an already closed cursor
environment (Linux/Eclipse Dev for Xoom Tablet running HoneyComb 3.0.1) In my app I\'m using the camera (startIntentForResult()) to take a picture. After the picture is taken I get the onActivityResu[详细]
2023-03-04 09:46 分类:问答Cursor error in Android tells me column does not exist
My app is required to return a cursor containing a bunch of quotes, depending on the author chosen. Right now, I am hard coding the application so it will return only one author\'s quotes.[详细]
2023-03-02 16:29 分类:问答Android: How to create my own cursor class?
I\'m using Sqlite in Android and to get a value from the database I use something like this: Cursor cursor = sqliteDatabase.rawQuery(\"select title,category from table\", null);[详细]
2023-02-25 15:16 分类:问答Difference between ContentObserver and DatasetObserver?
What is difference between ContentObserver and DatasetObserver? When one or another should be used? I get Cursor w开发者_JAVA技巧ith single row. I want to be notified about data changes - eg. when r[详细]
2023-02-19 12:18 分类:问答How to get string from selected item of SimpleCursorAdapter?
I\'m using an AutoCompleteTextView to suggest user some words from my sqlite db as they type the input string to search.[详细]
2023-02-19 04:07 分类:问答Android get a cursor only with contacts that have an email listed >android 2.0
i have the following code to get contacts from content provider String[] columns = new String[] { ContactsContract.Contacts.DISPLAY_NAME,[详细]
2023-02-15 04:45 分类:问答Application did not close the cursor or database object that was opened here :
My code is : public class EventDataSQLHelper extends SQLiteOpenHelper { private static final String DATABASE_NAME = "my.db";[详细]
2023-02-10 14:05 分类:问答