-
Notifications
You must be signed in to change notification settings - Fork 32
Description
I created and hosted a page to serve a Json representation of an Object (which also had three fields for state, result_code and transaction flag.
In my android application also, I created the same object. However, my android application is shutting down and showing Null Pointer exception and cannot resume activity exception in the LogCat.
Before the VM shuts down, I am getting the lines:
initAndStartService: Request [id]=....=GET[url]=...[ResourceRepresentation].=null
getUserRequest has started!
and then shutting down VM
I tried to retrieve the Object through another Android App using HttpRequest...I was able to do so.
To be used by RestDroid, does the hosted JSON need to satisfy any special format?
Is there a working example anywhere with a hosted JSON page also