Best unofficial Apache Server developers community
Username
Forgot password?
Sign in with Twitter account
Sign in with Facebook account

android

0
votes
1 answer
27 views

Select statement problem in Sqlite android

hello expert, i cant able to execute select statement can you help me here is code i am attach try { Insall_app_db i1 = new Insall_app_db(); int s =…
asked June 16, 2011 1:26 am CDT
niky
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…
asked June 16, 2011 12:02 am CDT
yydl
0
votes
1 answer
27 views

Android Sqlite without ContentProvider

Is it possible to successfully use Sqlite on Android without also having to use a ContentProvider? Can someone show me a sample that doesn't use…
asked June 15, 2011 11:26 pm CDT
yydl
0
votes
1 answers
29 views

How to create an array and fetch the data in sqlite database in android

in my app i have two edit boxes for email and username. Whatever the user types in it i am trying to move it over an url as follows…
asked June 15, 2011 11:20 pm CDT
Siva K
0
votes
2 answers
25 views

This function in android seems not working, can anybody give me a explaination?

public long getDoneLength(int mixId, long startPos) { SQLiteDatabase db = dbOpenHelper.getWritableDatabase(); long doneLength = 0; Cursor cursor =…
asked June 15, 2011 9:08 pm CDT
David
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…
asked June 15, 2011 8:44 pm CDT
RD.
3
votes
4 answers
39 views

SQL delete from one table + a jointable???

I have three tables: log , activity and the jointable (many2many) log_activity (with log_id and activity_id + additional info data as columns). I…
asked June 15, 2011 5:53 pm CDT
Stuck
0
votes
0 answers
29 views

How to tell if my request is HTTP POST or HTTP GET on Android

I'm using the following ksoap library to make calls to a webservice: ksoap2-j2se-full-2.1.2.jar (I was using ksoap2-android but turns out I had…
asked June 15, 2011 5:03 pm CDT
Paulina D.
0
votes
2 answers
74 views

How to get the current sqlite database size or package size in Android?

I can't get the total amount of data used by an Android Application (or package), because the official API support has been deleted:…
asked June 15, 2011 4:23 pm CDT
Bedo
0
votes
0 answers
53 views

Android - Progressive download over HTTPS

I am using following code to play a video from SDCard and HTTP links Intent intent = new Intent(Intent.ACTION_VIEW);…
asked June 15, 2011 3:47 pm CDT
user702913
0
votes
0 answers
38 views

Android SQLite database crashing app when I leave activity

I have an Android activity that loads and calls from an SQLite database. When I leave this activity the app crashes. I suspect a memory leak,…
asked June 15, 2011 3:12 pm CDT
RD.
1
vote
1 answer
23 views

Problem in understanding how to use database SQLite

I have an app where I store some data in a SQLIte database. And what I'm trying to do is to get my DB opened only once at the start of my app and…
asked June 15, 2011 12:00 pm CDT
george
0
votes
3 answers
39 views

Android SQLite Async Task Error

private class UploadFilesTask extends AsyncTask<Object, Object, Object> { @Override protected Object doInBackground(Object... arg0) {…
asked June 15, 2011 10:19 am CDT
Beginner
0
votes
1 answer
34 views

Autoincrement & decrement integer field are available in sqlite database?

I am fetching my data with id which is Integer primary key or integer. But after deleting any row... After that if we make select query to show all.…
asked June 15, 2011 8:53 am CDT
Sitanshu Joshi
1
vote
2 answers
31 views

Ektorp NoClassDefFoundError: org.ektorp.impl.docref.DocumentReferenceSerializerProvider

I'm trying to use the Ektorp CouchDB library in an Android app and I always get this exception: java.lang.NoClassDefFoundError:…
asked June 15, 2011 8:46 am CDT
Arnaud
0
votes
0 answers
27 views

Can I save data to SQLite from webview HTML page?

The app starts webview which loads HTML pages from /assets dir. When a user clicks on a link in HTML page, I need to: either open new activity,…
asked June 15, 2011 7:56 am CDT
askmoo
1
vote
3 answers
24 views

Problem with special characters

How can I change the font on android to allow to show special characters like "'" or "à"? Actually the strings that contains these characters are…
asked June 15, 2011 7:40 am CDT
Marco Calì
2
votes
4 answers
25 views

How should I open and close my database properly

I have an app which stores some data in a SQLite DB.Also I'm doing a lot of query an requery in my app.I have about 15 activities in it.And almoust…
asked June 15, 2011 5:14 am CDT
george
0
votes
1 answers
40 views

Android HttpEntity object... Best ways to reuse it ??

I'm having a software who is doing a http GET request and then I am receiving an HttpEntity response. This is fine to me. The problem is that I want…
asked June 15, 2011 4:05 am CDT
Fabien
0
votes
2 answers
27 views

How to upload data stored in database to an url in android

i am working in an app based on network. My app works good when network is available. I want the same process to be done when network is not…
asked June 15, 2011 1:45 am CDT
Siva K
Pages : [1] < 3 | 4 | 5 | 6 | 7 > [72]
1439

android

Tagged: android
Related Tags
sqlite × 954
java × 216
http × 202
database × 168
mysql × 107
cursor × 57
sql × 54
https × 53
php × 51
ssl × 50
query × 36
listview × 34
sqlite3 × 29
ftp × 27
xml × 27
apache × 26
json × 26
post × 25
regex × 21
server × 16
web-services × 16
http-post × 15
httpclient × 15
update × 14
spinner × 14
image × 13
insert × 12