1
vote
2answers
20 views

Parsing JSON to Array Map Produces “The local variable may not have been initialized”

I'm currently following this tutorial ( http://mobile.dzone.com/news/android-tutorial-how-parse ) how ever // add items from doddataitemObj to dataitem string - String PUBLICEVENTTYPE = ...
0
votes
0answers
10 views

Google Calendar API v3 on Android: displaying JSON sent to server

I am getting bad requests when using the Google Calendar API on Android. 05-18 17:22:51.010: W/System.err(20056): com.google.api.client.googleapis.json.GoogleJsonResponseException: 400 Bad Request ...
0
votes
0answers
9 views

Could not find class sf.json.xml.xmlserializer

I have the following code in my program. url = new URL("http://www.aemet.es/xml/municipios/localidad_41091.xml"); URLConnection in = url.openConnection(); BufferedReader read = new ...
0
votes
1answer
38 views

Android java JSON parsing 'null' as output

We have been using this code in our application to fetch data from an online database, but whatever we tried, it keeps saying "null" as an output by album and duration. It could be a very small ...
0
votes
0answers
16 views

Internal 500 Error when calling web service from Android Emulator

I'm trying to call a ASP.NET (asmx) web-service from my android application by passing JSON data. Here's the Web-Service Web Service. [WebMethod] [ScriptMethod(ResponseFormat = ...
0
votes
2answers
17 views

Setting Danish Character Text

I am getting some strings from json. My string contains special characters like "æ" from Næstved an many more like "ø" from køkken. But When I set Text these strings to ant textview, I get my strings ...
1
vote
1answer
36 views

Decode complex JSON string to various object(s)

I was just wondering if anyone could recommend a better alternative method than org.json for decoding a complex JSON string. For reference, this will be coming from a web server down to Android ...
0
votes
1answer
34 views

Display Image in a Listview (In Adapter) using Json

Please bear with me before downvoting this.I am a beginner to Android. After trying multiple solutions on here I have failed to resolve this. I am trying to set the Image in the listview with the ...
1
vote
0answers
49 views

Android - java.lang.NullPointerException when getting JSON

I'm facing this error when getting JSON from the server I'm using RestClient. I really can't figure out why. When I use the same source code in doInBackground method it works but when I used it ...
1
vote
0answers
17 views

Trying to get Twitter trend list on Android

I am trying to get the first item of the current trending list on Twitter. I have created some code, but it is returning an empty list. I would like to know where I'm going wrong, I'm quite new to ...
0
votes
1answer
36 views

Get json object created in mvc (jsonResult) in android

I created a json result in mvc and I'm building an Android app to get the json result. This is what my json result looks like {"name":"Mr. Spock","gender":"Male"} This is my controller public ...
0
votes
0answers
22 views

Retrofit-Idle java.lang.IllegalStateException: Method path does not contain {}

I am trying to add Retrofit library for json requests to my application. I am getting a very simple but annoying error. When i execute this method: @GET("/Server/ports/{portCode}") @Headers({ ...
0
votes
1answer
30 views

JSON error on Logcat. Cant find what the error is from Logcat

I am trying to parse JSON in my app. My JSONParser.java is as follows. public class JSONParser { static InputStream is = null; static JSONObject jObj = null; static String json = ""; ...
-1
votes
5answers
72 views

How to serialize Object to JSON?

I need to serialize some objects to a JSON and send to a WebService. How can I do it using the org.json library? Or I'll have to use another one? Here is the class I need to serialize: public class ...
0
votes
1answer
30 views

retrieve video (categoryID) from youtube using json

i want to upload youtube videos from my app and find those videos after. to do so i uploaded the videos using v3 youtube api here is part of the code that use to add title, description Etc. ...
1
vote
2answers
42 views

how to store JSON object in SQLite database

how do I store a JSON Object in an SQLite database? What is the correct way? one place is the blob type column. if i can convert the JSON object into byte array and use Fileoutputstream the other ...
-2
votes
1answer
39 views

How to generate this kind of JSON response? [closed]

I'm developing an application that needs to connect to a server to get data from a database. Currently, I'm using PHP on my server to return the results of the query. Currently, the URL that my ...
1
vote
3answers
57 views

How to output JSON data correctly using PHP

I'm developing an Android app, and for the API I'm sending my requests to a URL that should return JSON data. This is what I'm getting in my output: And I'd like it to be displayed as Twitter ...
1
vote
0answers
18 views

Taking data parsed with JSON and displaying it as text in Android

I am using JSON to access my mySQL database and then return product information such as the UPCA, Product, and Company. I am able to get the information to display in grey text but not appear in text ...
0
votes
1answer
29 views

Google maps reverse geocoder returning gibberish instead of city name?

I am making an app for android. I am reverse geocoding a set of coordinates using Google maps reverse geocoder, and parsing the JSON that is returned to extract the city name. But instead of a city ...
1
vote
3answers
36 views

How to send JSON data as parameter from Android to Jersey RESTful Service

I am creating a login function for my Android app which will be connected to a Jersey RESTful web service. As part of the service call I will be sending a JSON object, but my problem now is that I do ...
0
votes
2answers
47 views

Set a drawable as background programmatically

EDIT: Sorry i realize from your comment my question was not clear enough. I will post a new one. Sorry for this and thanks for your answers I am populating a listview from a Json file. With my ...
1
vote
0answers
31 views

Align views on LinearLayout programmatically

I am developing a ListView UI after parsing a json, We are looking for a template based solution to list row where each list row might have different-2 field and their alignment which will be driven ...
-1
votes
3answers
28 views

AsyncTask crashes app immediately

I have been trying to parse some JSON data in Android, but I am running into a problem. My app is crashing as soon as I launch the activity, it seems like it is throwing a NullPointerException, but I ...
-2
votes
1answer
15 views

PHP Based Web Service [closed]

I would like to create a webservice in PHP. That provides me some information about a client. Here is my problem. I want the user to be authenticated before returning any data. So here is my ...
0
votes
1answer
21 views

Get a list of venues from a JSON response

I am getting a list of venues near of a location (latitude/longitude) from the Foursquare API, I obtain a JSONObject, but I'm a noob, and I don't know how can I get a list of the response only with ...
0
votes
2answers
50 views

Reading online JSON android

I have online JSON file that looks like this: { "iPadVersion": "1.0", "AndroidVersion": "1.0" } I am trying to read it like this, (this part of code is in AsyncTask): JSONParser jParser ...
0
votes
1answer
19 views

remove RelativeLayout from javacode

i have a probleme taht i use webservices , and i want that when i don't have anything from this json web services to remove the relativelayout that i made in my code , this is my layout who had ...
0
votes
2answers
55 views

Error occures while doing JSON parsing.?

I can get the string response from url.But When i am trying json parsing of that response it shows some errors like below.Can anyone give any idea to clear that.? Here is my Api.java file. Error: ...
0
votes
3answers
61 views

Fatal Exception AsyncTask #1 at doInBackground()

I am newbie on Android and I am developing an app that gets some information from a QR code and then connects a php page. However app crushes after it reads QR code and logCat gives a Fatal Exception ...
2
votes
1answer
32 views

Web service PHP + Android application

Using eclipse i create a simple abdroid application which communicate with MYSQL data base using PHP scripts, i start writing my PHP Web Service and i put those files under 'www' of my Wamp server. in ...
-2
votes
0answers
14 views

Java / Android: Pull database of 12 step meetings in user area [closed]

I'm currently working on an android app and I need to be able to pull a list of 12 step meetings in a user defined area. Does anyone know the best way to do this? I noticed this website: ...
0
votes
2answers
33 views

Parse jsonArray from api response in Android

I'm trying to access an API that respond with a JsonArray. The only tutorials I found was to parse the response of a JsonObject. I'm still trying to wrap-up my head around Android, I don't even ...
1
vote
0answers
28 views

How to handle collections with the visitor pattern?

I have to parse data from JSON files and insert data into my database. There are three files: countries [ { "id": 1, "name": "United States", "org_ids": [ ...
1
vote
1answer
28 views

Comparing two JSONArray and finding differences

(This question needs for the equality) But I have two JSONArray and I will check the strings that exists in these arrays and find the different elements. Normally I can see the values of the arrays ...
0
votes
1answer
19 views

The Source Attachment Does Not Contain DefaultRequestDirector.class Android

I am newbie on Android and I am developing an app that connects a php page. However, when I debug my code it gives a Source not found Last time it gave it for DefaulRequestDirector.class; however, it ...
0
votes
1answer
23 views

Proguard issue while using GSON

I am using Gson in my application and for that, i am using some classes with name as same as the one in using Json. My application works well, But while writing proguard, application crashes, I guess ...
3
votes
2answers
42 views

JSONObject.toString: how NOT to escape slashes

I need to send a date in JSON. The date string should look like this: "2013/5/15" Instead , JSONObject.toString escapes it as follows: "2013\ /5\ /15" I understand that this is done to ...
0
votes
2answers
46 views

How to get values from mixed type json?

I have string in JSON format. For example: { "blockedStatus":true, "cars":[ "RAW:123", "TVU:123" ], "phones":[ "370665566", "3706324231" ] } This is output ...
0
votes
2answers
38 views

Need to create a ProgressDialog before json parsing data

im going to create a Main Screen Activity before Android JSON Parsing Activity, his content is main_screen.xml <?xml version="1.0" encoding="utf-8"?> <LinearLayout ...
-2
votes
1answer
35 views

PHP, Android Jboss Architecture? [closed]

I'm developing an Android application,In fact i use PHP files to communicate with MYSQL database. all that is under eclipse. I start with creating an Android project, then i create an Activity and a ...
0
votes
1answer
38 views

How to loop json on view in base adapter android

i want to make a view as bellow : with condition Nama lengkap, gelar, warga negara using array List, and yusuf, -, indonesia taken from json, for detail, this is my source code : main activity ...
0
votes
1answer
195 views

Android: Endless Scrolling listview content error and NullpointerException

I have huge problems fixing endless scrolling with product loading from json and loading the images from products. I get two errors wich I can't fix I have tried everything I could. It sometimes loads ...
3
votes
3answers
1k views

Android (JSONObject) How can I loop through a flat JSON object to get each key and each value

My ques. is simple yet no one has asked it nor answered it. I have a flat JSON: {"number1":"value1", "number2":"value2", "number3":"value3" } I can set it to a JSONObject just fine. However, I ...
1
vote
3answers
2k views

Lazy download images into gridView

In my application I need to download a lot of pictures from urls and display them in a gridView. (It can be between 1-200 pictures). I don't want to download all pictures at once. I read about lazy ...
0
votes
2answers
66 views

Which is the simplest way to do this? ( XML & APIs) [closed]

first of all, I have to say that I am completely noob in android programming... Excuse me if I don´t ask properly my question I was working with Last.FM and its API but I have got so many errors ...
42
votes
3answers
30k views

How to parse JSON in Android

Where can I find step-by-step instructions on how to parse a JSON feed in Android? I'm just an Android beginner wanting to learn.
11
votes
3answers
5k views

Determine whether JSON is a JSONObject or JSONArray

I am going to receive either a JSON Object or Array from server, but I have no idea which it will be. I need to work with the json, but to do so, I need to know if it is an Object or an Array. I am ...
7
votes
4answers
2k views

JSON to Java class

Is there an easy way to map data from JSON to fields of my class by means of android APIs? JSON: { email: 'email', password: 'pass' } My class: class Credentials { string email; ...
74
votes
10answers
99k views

Sending and Parsing JSON in Android

In the application I am developing, I would like to send messages in the form of JSON objects to a Django Server and parse the JSON response from the server and populate a custom listview. From the ...

1 2 3 4 5 78