Questions tagged [android-parser]

112 questions
-1
votes
1 answer

How to fetching content from an URL and parse json

I have 2 TextViews in my layout with id's (matricula, nome) and i need get this values from this json request. I have difficults in both make json request as in get values, here is an example how would i do in php and jquery: PHP $alunos =…
Daniel Faria
  • 1,476
  • 5
  • 24
  • 45
-1
votes
1 answer

Consume .NET WebService - Parsing an array of data from an asmx WebService in Android

I have a .NET Web-services with asmx extension. The service http://www.web.com/SampleService/SampleService.asmx has two endpoints: First is http://www.web.com/SampleService/SampleService.asmx/GetName which provides the name of the customers in the…
bCliks
  • 2,918
  • 7
  • 29
  • 52
-1
votes
1 answer

I am doing everything in background using doInBackground() where to use onPostExecute()

I am trying to show JSON data into Mapview, but always getting blank map. I knew that to populate I need to use onPostExecute() in my activity but I am confuse where I need to put onPostExecute() method and what are the lines I need to place in…
Stanley
  • 319
  • 1
  • 2
  • 8
-2
votes
3 answers

JSON to parse data into android application

I am trying JSON parse data into android. What is my Error i can not understand. I am beginner of java and android also. This code is not hard, you will not boring. My Error and Code show bellow: 04-07 05:19:02.305: E/AndroidRuntime(19599): FATAL…
user3467178
  • 73
  • 3
  • 10
-3
votes
1 answer

Android - If else condtion doesn't work

I have a table in my localhost where I have initally set the Rating(//Column name) value to 0 to all the items.I want to run a loop.But inspite of updating in column it runs else loop. if(String.valueOf(StrRating).equals("0")){ …
user4051583
-3
votes
1 answer

There is a issue in parsing the package, android?

I've made this application, which I've been testing for a while now. When I was done I put it on the Market store and it was all good but now a made a new version, not changing the manifest it gives me an error on my phone when I try to install…
-4
votes
4 answers

how to send all the data of array list to another activity?

Daily Screen :- public class DailyScreen extends AppCompatActivity implements AdapterView.OnItemClickListener { ImageView add, edit; MyCustomAdapter adapter1; Button ok; Button next2; final Context context = this; ListView…
1 2 3 4 5 6 7
8