Home | History | Annotate | Download | only in snippets

Lines Matching refs:web

280 # Web and WebServices
284 category.web=Web and Web Services
286 category.web.description=Samples of how to access web servers from your Android applications
290 snippet.web.post=Executing a POST request
292 snippet.web.get=Executing a GET request
294 snippet.web.json=Retrieve JSON from a server response
296 snippet.web.rest=Query for a REST response
298 snippet.web.email=Send an email
300 snippet.web.urlconnection=Retrieve data from a URL
302 snippet.web.soap= SOAP example
306 snippet.web.post.description=Executes a post request using the Apache HTTPClient
308 snippet.web.get.description=Executes a GET request using the Apache HTTPClient
310 snippet.web.json.description=Retrieve JSON objects from a RESTful web server response. See the "Query for a REST response" snippet to get the response.
312 snippet.web.email.description=Send an email message where the subject, body, and destination are all text strings
314 snippet.web.urlconnection.description=Open a connection to a given URL and get the response as a String
316 snippet.web.soap.description=Example of accessing and parsing SOAP from a web server using the KSoap project
317 snippet.web.rest.description=Query for a REST response from a web server using a GET request