|
|
@ -22,7 +22,7 @@ import com.android.volley.toolbox.ImageLoader; |
|
|
|
import com.android.volley.toolbox.Volley; |
|
|
|
import com.android.volley.toolbox.Volley; |
|
|
|
|
|
|
|
|
|
|
|
public class ChanApplication extends Application implements PinListener { |
|
|
|
public class ChanApplication extends Application implements PinListener { |
|
|
|
public static final boolean DEVELOPER_MODE = true; |
|
|
|
public static final boolean DEVELOPER_MODE = false; |
|
|
|
|
|
|
|
|
|
|
|
private static ChanApplication instance; |
|
|
|
private static ChanApplication instance; |
|
|
|
private static RequestQueue volleyRequestQueue; |
|
|
|
private static RequestQueue volleyRequestQueue; |
|
|
|