Programming for Ubiquitous Things

Lab Guide 4 - Spring 2025

Remote Invocation (voley library)


Objective:

In this codelab, you will use Volley by creating a RequestQueue and passing it Request objects.

·         - https://google.github.io/volley/simple.html

This codelab walks you through the explicit steps of creating a RequestQueue, to allow you to supply your own custom behavior.

·         - https://google.github.io/volley/requestqueue.html

This codelab describes how to use the common request types that Volley supports.

·         - https://google.github.io/volley/request.html