Questions tagged [azure-android-sdk]

This SDK helps developers to add a cloud-based backend service to an Android app using Azure Mobile Services.

19 questions
0
votes
1 answer

java.lang.IllegalStateException: Not a JSON Object: [] on Azure operation

I am using Azure Mobile Application to insert my new User during registration , Then it throws an exception with the message : java.lang.IllegalStateException: Not a JSON Object: [] (I have no entity in the Users table) my codes : public static…
0
votes
1 answer

Azure connect successfully , I get correct JSON result when doing CRUD but then no Response , no Error Message And stop Working

I am using Azure Mobile service developing Android application , I set the connection up successfully , and make sure that the Action to Backend will send Correct JSON back. But When I call myUserTable.execute().get(); first , I get a response in…
0
votes
1 answer

How to define a class for One-to-Many relationship for storing data via Azure Android Client?

I am new in Azure , I am going to design a schema of One-To-Many relationship table. For example : User and Products , one user can own many products. but I don't know how does Android Azure Client handle data to the backend(.Net) in .Net , we use…
OOD Waterball
  • 707
  • 1
  • 11
  • 31
0
votes
1 answer

how to add a custom object into azure in android?

I have this CardModel class and i cannot add a cardmodel object into azure database. I have a cardmodel table, but nothing gets added, but my app builds fine and doesn't crash. The only custom object i have in here is HoursOpen, everything else is a…
1
2