Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Android

Can Someone help me with this JSON POST and Response?

1 Answer

Akhter Rasool
Akhter Rasool
8,597 Points

you 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.