Back to project page android-http.
The source code is released under:
Apache License
If you think the Android project android-http listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package com.example.markom; public class TestUrls { public static final String URL_SIMPLE_OBJECT = "https://dl.dropboxusercontent.com/u/81459779/android-http/simple_object.json"; public static final String URL_SIMPLE_COLLECTION = "https://dl.dropboxusercontent.com/u/81459779/android-http/simple_collection.json"; public static final String URL_CUSTOM_OBJECT = "https://dl.dropboxusercontent.com/u/81459779/android-http/custom_response_object_new.json"; public static final String URL_CUSTOM_COLLECTION = "https://dl.dropboxusercontent.com/u/81459779/android-http/custom_response_collection_new.json"; }