Back to project page spotastop.
The source code is released under:
MIT License
If you think the Android project spotastop listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
import rest.RestApi; // w w w . ja va 2 s. c o m public class LoaderTester { public static void main(String[] args) { RestApi.setServerUrl("http://192.168.159.115"); System.out.println(RestApi.requestResource("nicfix\\apps\\places\\Place",1).get(0).getClass()); } }