Welcome to the Treehouse Community
The Treehouse Community is a meeting place for developers, designers, and programmers of all backgrounds and skill levels to get support. Collaborate here on code errors or bugs that you need feedback on, or asking for an extra set of eyes on your latest project. Join thousands of Treehouse students and alumni in the community today. (Note: Only Treehouse students can comment or ask questions, but non-students are welcome to browse our conversations.)
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and a supportive community. Start your free trial today.

JOSE FLORES
1,730 PointsCan Someone help me with this JSON POST and Response?
Please someone help me . Its urgent!
http://stackoverflow.com/questions/36993214/android-json-post-and-json-response
1 Answer

Akhter Rasool
8,597 Pointsyou create a file which contains let's say 'backend' using java. This backend file should link to the file where son format is present.
you can create a file buffer (input and output stream) in android studio to the 'backend' file and pass your parameters accordingly, then when the 'backend' file receives the parameters it should execute some code which would call the JSON file and extract relevant information. After extraction, the 'backend' file should output those relevant information to android studio and then you can display that information using java in android studio.
i hope this helps.