File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Android and the fly likes retrieve json object from android? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Mobile » Android
Reply Bookmark "retrieve json object from android?" Watch "retrieve json object from android?" New topic
Author

retrieve json object from android?

seraj ela
Greenhorn

Joined: Apr 28, 2012
Posts: 22

friends my servlet need to retrieve json data from android.
i don't know how to retrieve it.please help me out by any sample code or tutorials.
Tim Moores
Rancher

Joined: Sep 21, 2011
Posts: 2407
So you have an Android app that sends JSON via HTTP, and now you're looking for servlet code that retrieve sit from the HTTP request? Does HttpServletRequest.getParameter not do what you need done? If not, what else are you looking for, exactly?
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: retrieve json object from android?
 
Similar Threads
Build Array in Servlet And Pass Back to Ajax Callback
Basic JSON
Testing on Emulator , Calendar
Google Admob Integration Errors
How do I make my app communicate to a Web Application