Tagged Questions
0
votes
1answer
34 views
Android App using OData WCF - Android app keeps crashing
I am fairly new to Android development and I am trying to create an app that will display a list of manifests for verification.
As I am new to this, I followed an example found in the "OData ...
0
votes
1answer
126 views
Android odata4j Consumer EntitySet not found
I am trying to put some data from Android to an OData Server:
<edmx:Edmx Version="1.0">
<edmx:DataServices m:DataServiceVersion="1.0" m:MaxDataServiceVersion="3.0">
<Schema ...
0
votes
1answer
77 views
Conversion of primitive java Datatype double to OData Edm.Double
I am developing an Android Application which retreives the Location and sends this to a OData Server via Restlet [1]
In Android the Location sets Longitude and Latitude as double.
double lat = ...
4
votes
0answers
138 views
Restlet Android doesn't connect to oData service
I just can't get Restlet on Android to work. I have the same jars, same generated classes etc. that I use in plain Java (it works there). Problem seems to be with the HttpClientHelper.
I also read ...
0
votes
1answer
45 views
odata, Noclassdeffounderror
Below is the code of android trying to retrieve data using odata. OdataWebNorthwindModelService is name of proxy class(auto generated)... I followed ...
1
vote
0answers
36 views
Runtime Exception when using OData for Android
I am trying to build up a Android application by using OData. I only want to build up a connection to a Web Server via using OData. I am using Eclipse and it works fine outside from an Android ...
0
votes
1answer
212 views
How to serialize on .NET and deserialize on WP, Win8, iOS and Android and preserve references
TL;DR;
Is there a library or protocol that allows me to serialize some data from a .NET app and deserialize on WP, Win8, iOS and Android while preserving references between objects as they were in ...
0
votes
1answer
168 views
Can the OData SDK with sup be used to retrieve data from a wcf data service?
Is it possible to use the OData SDK with Sybase Unwired Platform to develop a native Android application which connects to a non SAP EIS system, for example a WCF Data Service?
0
votes
3answers
314 views
How to interrogate an Odata feed using Java
I am pretty new to oData services and want to interrogate (i.e pick out particular fields/records) from a lightswitch Odata feed. Is there an easy way to do this in Java. I have heard that oData is ...
0
votes
0answers
75 views
Cannot insert record using Restlet on Android to a Lightswitch Odata source
I am writing a hello world android program which consumes an MS Lightswitch generated odata service without any authentication at this stage.
I have validated the service at odata.org.
My android ...
1
vote
0answers
150 views
restlet odata android client send cookie
I have a simple WCF Data Service and I am connecting to it on Android via the restlet odata extension. I'm trying to use Forms authentication with my WCF Data Service, which means including a ...
0
votes
0answers
41 views
AtomPub on Android
I need to know how Odata in Atom Pub format is parsed on an Android layout. Can anyone suggest the layout file and the the Activity code to display Odata on Android.
I have tried this tutorial bt i am ...
0
votes
0answers
242 views
Nullpointerexception when querying entities from lightswitch odata service using odata4j on android
The real problem
This is being tracked as a bug right now: http://code.google.com/p/odata4j/issues/detail?id=187
The problem
When i run
ODataJerseyConsumer c = ...
0
votes
0answers
128 views
Ways to submit data from android to a server (OData vs. CouchDB)
I am writing a android app that collects data from the user and stores the data in the SQLite database on the device. Now i want to collect these data on the server.
Because my use-case is very ...
0
votes
0answers
120 views
How do I add a Link with Restlet Odata Extension addLink?
I am looking to write to an existing OData service from an Android device that our .Net client us currently using and I am having trouble with addLink/setLink methods on the ext.OData library from ...