0

I have Wcf(Odata) Services to get database values into client mobile. how can i get response from the service and store in local database. if you give any example it is very useful for me

Angel
  • 902
  • 8
  • 16

1 Answers1

0

There are different possible java libraries to connect a client to a odata source. I would give one of the following a try:

(You can find even more libraries on odata.org)

Each of them is capable to read/write a odata source. For further information on storing Data on Android devices, i recommend Android Develoeprs

Daniel
  • 3,541
  • 3
  • 33
  • 46
  • Thanks for response Daniel, –  Mar 07 '14 at 08:40
  • can you give example on this one get response from odata services for example for this url http://services.odata.org/OData/OData.svc/Products –  Mar 07 '14 at 08:42
  • at http://www.odata4j.org you can see a short example, extracting all Category-Names of http://services.odata.org/OData/OData.svc/Categories Other examples can be found within the examples/consumer source folder http://code.google.com/p/odata4j/source/browse/ – Daniel Mar 07 '14 at 10:54
  • i saw odata4j.org but i am getting how to do getting from this url services.odata.org/OData/OData.svc/Categories –  Mar 07 '14 at 11:47
  • i need to android code for get the response from url –  Mar 07 '14 at 11:49