is designed to provide components of the Spring family of projects for use in Android apps. Like all Spring projects, the real power of Spring for Android is found in how easily it can be extended.
= "https://ajax.googleapis.com/ajax/" + 〉 "services/search/web?v=1.0&q={query}"; 〉 // Create a new RestTemplate instance 〉 RestTemplate restTemplate = new RestTemplate(); 〉 // Add the String message converter 〉 restTemplate.getMessageConverters().add(new StringHttpMessageConverter()); 〉 // Make the HTTP GET request, marshaling the response to a String 〉 String result = restTemplate.getForObject(url, String.class, "Android");