Skip to content

This is an initial app that uses HTTP URLConnection to send an HTTP_POST message to a local web server and receive the JSON reply.

Notifications You must be signed in to change notification settings

richss/Initial_Android_JSON_App

Repository files navigation

This is a simple program that queries a PHP page via an HTTP_POST and receives a JSON string in reply. This was my first personal attempt to directly interface to a website in Android. Eventually, I will build out the functionality on other projects to develop some client/server features for my apps. I also focused upon using all methods / classes available in API 22 (i.e. no depricated methods).

About

This is an initial app that uses HTTP URLConnection to send an HTTP_POST message to a local web server and receive the JSON reply.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages