Showing 1 - 10 of 52 questions
|
0
points
0
votes
|
I have problem loading a file from applicationDataDirectory on the iPhone simulator.
I do a check to see if it exists, that is fine - but when it comes to load the file I get the error 'Could not...
32 views, 5 answers
asked 3 days ago
|
|
0
points
0
votes
|
Hi. I've got an application (runs on iPhone simulator) and runs OK on my iPhone 3GS (4.0.2 ios).
It captures an image from the camera/phone, some meta data and posts this to a webservice. No...
41 views, 1 answers
asked 2 weeks ago
|
|
0
points
0
votes
|
Hello,
I am trying to integrate Urban Airships Push Notification into my App.
I am able to register my Device using some sample code i found here.
But somehow i have no idea how to create the JSON...
28 views, 0 answers
asked 2 weeks ago
by David P.
|
|
0
points
0
votes
|
My app is about 80% done but I'm running into an issue that I hope someone can help with.
I'm pulling in JSON data from a Drupal site and displaying info (teaser info) in a tableview all works...
42 views, 1 answers
asked 2 weeks ago
|
|
0
points
0
votes
|
I'm got a mobile app. My post to my json webservice works fine on iPhone. Fails on Android.
On the server, this what the iphone version is sending:
{"username"=>"jstrap", "password"=>"itch"}
This...
146 views, 1 answers
asked 2 weeks ago
|
|
0
points
0
votes
|
Using the Twitter.js from the KitchenSink, I am trying to get it to work with the Wordpress JSON API.
http://wordpress.org/extend/plugins/json-api/other_notes/
But tweaking the xhr.onload func...
108 views, 2 answers
asked 4 weeks ago
by Jae Lee
|
|
0
points
0
votes
|
I'm in the process of building a login system for my application which makes a JSON request to a server from the app with a username and password and then it acts upon the result (also in JSON). If...
90 views, 1 answers
asked 4 weeks ago
|
|
0
points
0
votes
|
Hello everybody !
I have a small webservice which generate JSON, it runs : [http://neraone.0fees.net/tisseo/](http://neraone.0fees.net/tisseo/)
When I access it with a HTTP Client... I can't, See my...
45 views, 0 answers
asked 4 weeks ago
|
|
0
points
0
votes
|
So I was informed about the url encoding that Android DOES NOT do for xhr. Now I am at a stage where my webservice is returning a result in JSON format. Displays fine in iPhone and I can parse...
123 views, 1 answers
asked 4 weeks ago
by Johnny Basu
|
|
0
points
0
votes
|
I'm creating a reference app and have a big XML with a lot of content.
What is the best way to store and load it?
(I'm mainly concerned with performance).
The content is static, so I can convert it...
129 views, 1 answers
asked 4 weeks ago
|