Tagged Questions
1
vote
0answers
66 views
android.database.sqlite.SQLiteCursor@
I got that Error. How could I eliminate the android.database.sqlite.SQLiteCursor@ instead of INTEGER value alone? And how could I get the integer Value from my consumer table which is AccountID and ...
0
votes
1answer
425 views
error inserting android.database.sqlite.sqliteconstraintexception error code 19 constraint failed
I know there are so lot of threads about this problem but none of my own problem.
I have a spinner connected in the database that displaying the foreign key of the specific table. And it appears ...
0
votes
0answers
247 views
How to save and display data in listview from the selected item in spinner?
What I'm trying to do here is populate spinner, button show displays data in listview according to to the selected item, and save data still according the selected spinner.My spinner works fine as it ...
0
votes
1answer
40 views
link an interface with the database in android
I want to create an android application with columns and rows, from where user will choose items and create an order. I've already made my own database in SQLiteBrowser with 5 columns.
I added this db ...
0
votes
3answers
119 views
Customizing row spinner when values are fetched from database
I am retrieving the values from a database with a cursor and display them in a spinner using a simple adapter list!! All's fine, the only thing worrying me is the look I want to customize the ...
0
votes
1answer
83 views
Android: When a spinner has no answer, code falls over
I've got 3 spinners and they're doing the age old fun of when spinner one is selected it updates spinner two etc.
I've got a routine that when a spinner is changed, it runs this to update an edittext ...
0
votes
1answer
177 views
Insert data in one activity,retrieve it from sqlite database and insert it in a spinner in another activity
I have two activities: Account and Transaction. Data is inserted in Account form and I want to display specific data like ACCOUNT NAME in a spinner in Transaction Activity.
Code for database:
...
1
vote
1answer
224 views
How to change 3D pie chart segment value at run time in android?
i want to create pie chart based on db values and while adjusting the slider i have to change pie chart i created it pie chart and got slider adjustable value. My code is,
PieChartDefalut.java
...