Back to project page Volley-Ball.
The source code is released under:
MIT License
If you think the Android project Volley-Ball 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.siu.android.volleyball.samples; /** * Created by lukas on 8/29/13. */ public class Constants { public static final boolean MOCK_WEBSERVICE = true; public static final boolean DEBUG = true; }