Back to project page PodioPuzzle.
The source code is released under:
Apache License
If you think the Android project PodioPuzzle 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.podio.podiopuzzle.config; //w w w. j a v a2 s . c o m import retrofit.RestAdapter; /** * Created by Linggom on 10/29/2014. */ public class AppConfig { public static final String SP_KEY_ACCESS_TOKEN = "key:accessToken"; public static final int API_TIMEOUT = 15000; public static final int API_CONNECTION_TIMEOUT = 30000; public static final RestAdapter.LogLevel LOG_LEVEL = RestAdapter.LogLevel.FULL; }