0
votes
0answers
71 views

Parse Json text as question mark

I'm using Json for getting text from sql database. There are many Unicode formats like UTF-8 for saving data in database. I used UTF-8 for saving text. Text is not English. It is Persian or Arabic. ...
0
votes
1answer
17 views

Track file download from sql database

I am developing an appstore application for andriod. I want to sort items according to the count they have been downloaded. Android application uses Json for getting the information of the files and ...
0
votes
0answers
72 views

update value of field in database in Android on button click

I have two tables in database: 1. User table with fields userid, name, email(primary key), password, created at. 2. Record table with fields email, record (default value = 0) , Date The two table are ...
0
votes
2answers
2k views

Insert JSON data into the SQLite database in android

I want to insert the data from JSON array into the SQLite database. I have created two classes CategoryHelper.java and AndroidJSONParsingActivity.java to get the java response. When I run the code got ...
3
votes
1answer
117 views

Android - Good practice to keep/store loaded JSON

I would like to make a news reader like the The New York Times for Android. I parse a JSON file which conatains about 100 articles (title, content string, image url, ... etc.). I would use ...
0
votes
2answers
178 views

Trouble with Android AsyncTask Progress Percentage

I could not think of a way to calculate the progress percentage. I am using JSON to retrieve data then all the data will be insert into sqlite. I wanted to calculate this all process and show a ...
0
votes
2answers
42 views

How come values from the Databases are changed often and how to overcome this, Android?

Actually, i have created Question and answers. I am getting total 10 questions finally and i have added all those 10 questions in a Question table into Database. But actually it has runned in a loop. ...
0
votes
1answer
2k views

Android login using JSON to login php/mysql asynctask error [duplicate]

Possible Duplicate: Force close when trying to parse JSON with AsyncTask in the background I am trying to write a simple login application on android using MySQL database and storing user ...