GitXplorerGitXplorer
l

androidServerCommunication

public
2 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
bcb6404bd16afeda9fd50a8036fd6c9d8deb8d84

structural improvements

llarissa95 committed 10 years ago
Unverified
c2e9a653663b39c051918472515b6b6644b73ee7

test method for eacht http method added: TBD: other option for body params, structural imporvements

llarissa95 committed 10 years ago
Unverified
7eab83aa659f53d8cc5316ef7c709f5c75a86887

headers added to all classes

llarissa95 committed 10 years ago
Unverified
1899a12bf8b766123b93734cc71effd39302b9f0

added headers

llarissa95 committed 10 years ago
Unverified
97ba70d6e2a32c8ad4eeec3b923c8b3922846181

imporved put method

llarissa95 committed 10 years ago
Unverified
9d71672d442a49fced43341870fa654af3740d13

changed structure, readme link

llarissa95 committed 10 years ago

README

The README file for this repository.

androidServerCommunication

This is an example project for android REST API calls. The JSONParser Class supports GET and POST HTTP-methods and loads a JSONObject in background.

Within test_activity it is shown how to get access to the JSONObject (just transfer the method you want in transfer[1])

Check out https://github.com/larissa95/PythonServer for a python test server. Check out https://github.com/quappi/FRServer for REST API calls in Objective-C.