&
Best unofficial Apache Server developers community
Username
Remember me?
Password
Forgot password?
Create an account
List archives
Videos
Answers
Questions
Unanswered
Tags
Ask Question
android cursor
0
votes
2
answers
45
views
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…
java
android
database
sqlite
cursor
asked
June 18, 2011 7:06 am CDT
molleman
0
votes
1
answers
31
views
Problem using Cursor to populate a spinner
I'm having a problem populating my spinner with data from my SQLite database. Here's the code from my Activity. The Activity crashes with an Unable…
android
sqlite
cursor
spinner
asked
June 16, 2011 12:16 pm CDT
Norm Schaeffer
0
votes
2
answers
23
views
Avoiding ANRs with Cursors
I have an activity that runs a query on a Sqlite DB, gets a Cursor, creates a CustomCursorAdapter with that Cursor, and attaches it to the ListView…
android
sqlite
cursor
asked
June 16, 2011 12:02 am CDT
yydl
0
votes
1
answers
35
views
Android find if rowID exists using Cursor?
I am trying to determine if a certain row exists, when I am just looking for the first row I use Cursor_element.moveToFirst() which returns a…
android
database
sqlite
cursor
element
asked
June 15, 2011 8:44 pm CDT
RD.
0
votes
1
answer
32
views
Android SQLite, how to get values from the column?
I see how to get the column I want, but how do I get the data associated with that column on that particular row (given the rowID) using a Cursor…
android
sqlite
get
cursor
values
asked
June 14, 2011 5:04 pm CDT
RD.
0
votes
0
answers
28
views
Requerying SQL Cursors on Android
Related: SQL cursors in android Cursors retrieved through SQL functions don't notify observers when the data on disk changes. What is the best way…
android
sqlite
cursor
asked
June 9, 2011 11:55 pm CDT
Mike
0
votes
2
answers
28
views
SQLite Complex query and handling results
Good evening ( for me ), I'm Emanuele a young android developer. I want to share with you my problem because I'm not finding a good solution. I've 3…
android
sqlite
cursor
asked
June 9, 2011 5:18 pm CDT
StErMi
0
votes
2
answers
32
views
Fetch data from external own SQLite database
I have my own database which contains http://i55.tinypic.com/6i8861.jpg (SQLiteBrowser) I have this code, which copies the database from the assets…
android
database
sqlite
null
cursor
asked
June 8, 2011 2:25 pm CDT
NikolaMKD
0
votes
0
answers
28
views
Many-to-Many Query in One Cursor Without Repeating Data.
So, I'm going to say that I have three tables as follows: POSTS POSTS_TAGS TAGS +-----+-----------+ +---------+--------+ +-----+-------+ | _id |…
android
sqlite
cursor
asked
June 5, 2011 2:33 pm CDT
ashays
0
votes
2
answers
33
views
Android App which retrieves the zip code for each city
This is the first and second activity file of the program i'm developing.. in the first file.. the user is entering a city.. which shall be searched…
android
sqlite
cursor
database-queries
asked
June 2, 2011 1:03 pm CDT
mohit
0
votes
3
answers
43
views
How to search through a DB using a cursor( sqlite query) in android
Hi , I am an android beginner. I am trying to design this simple application which takes the name of a city from the user using an editText View ,…
android
sqlite
cursor
database-queries
asked
June 2, 2011 8:14 am CDT
mohit
0
votes
1
answers
36
views
Clicking on autocomplete list
Hi! I have an autocomplete which does a query to DB....when doing a click on one of the entries displayed within the autocomplete I wanna take the…
android
sqlite
autocomplete
cursor
asked
May 30, 2011 8:03 am CDT
embry
0
votes
1
answers
43
views
Implementing a CursorAdapter to get DB rowID's of ListItems in a ListView
Hi Guys, well i'm almost doubting myself (or at least my intellect) while trying to implement a CursorAdapter in my Android App. I read different…
android
sqlite
listview
cursor
adapter
asked
May 29, 2011 10:55 am CDT
m0rb
0
votes
2
answers
34
views
What is the difference between accessing database using Cursor and using ContentResolver ?
Hi I'm a new android coder and I've been following some books on how to set up databases within the device. I've recently successfully set up my DB…
android
sqlite
search
cursor
contentprovider
asked
May 27, 2011 10:59 pm CDT
jamen
0
votes
1
answer
40
views
How do you get the type from a cursor?
The javadocs indicate that android.database.Cursor has a getType(int) method. However, when I try to call this method, Eclipse gives me an error…
java
android
sqlite
cursor
asked
May 26, 2011 5:30 pm CDT
SteveB
0
votes
2
answers
51
views
Android startmanagingcursor from ArrayAdapter Class
I need to access a database from within an arrayAdapter class I am using to populate a custom ListView. However, the startmanagingcursor is…
android
sqlite
cursor
arrayadapter
asked
May 25, 2011 1:53 am CDT
Bryan Kemp
0
votes
1
answers
58
views
Android SimpleCursorAdapter + ListView not working
Hi I ma trying to use a SimpleCursorAdapter to bind values to a list adapter. The cursor is comming from the SQLLite database. However regardless of…
android
sqlite
listview
cursor
simplecursoradapter
asked
May 4, 2011 7:35 pm CDT
user258587
0
votes
3
answers
34
views
Android: Cursor error tells me column does not exist
Hello, I have a problem for the past couple of days and cannot figure it out.Basically, my app is required to return a cursor containing a bunch of…
android
sqlite
cursor
column
exist
asked
May 1, 2011 12:18 pm CDT
MindDrip
0
votes
1
answers
41
views
GridView with images from DataBase.
I have images in my DB and I put it to my GridView by this code: public void setNotes() { String[] columns = {NotesDbAdapt.KEY_ID,…
android
sqlite
gridview
cursor
adapter
asked
May 1, 2011 4:38 am CDT
user632516
0
votes
1
answers
41
views
Get data from database for graph Android
Hello, I have setup a SQLite database in my android application. I used a tutorial from google and my database works (I can put data in it and read…
android
sqlite
graph
cursor
asked
April 27, 2011 3:10 am CDT
Acolfen
Pages
:
1
|
2
|
3
>
57
android cursor
Tagged:
android + cursor
Related Tags
sqlite
× 60
android
× 57
mysql
× 15
database
× 10
sql
× 7
listview
× 7
stored-procedures
× 5
java
× 5
python
× 4
spinner
× 3
expandablelistview
× 3
simplecursoradapter
× 3
php
× 3
arrays
× 2
iterator
× 2
postgresql
× 2
adapter
× 2
sqlite3
× 2
database-queries
× 2
autocomplete
× 1
space
× 1
listviewitem
× 1
listactivity
× 1
gridview
× 1
vim
× 1
search
× 1
return
× 1
crash
× 1
basic
× 1
English
Russian
Copyright 2007 - 2012
Best unofficial Apache Server developers community
Privacy policy