Back to project page Android-VolleySample.
The source code is released under:
MIT License
If you think the Android project Android-VolleySample 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 fr.alainmuller.volleysample.app.config; /*w w w . j a v a 2 s. co m*/ /** * Constantes de configuration de l'application (API Keys, ...) * Created by Alain MULLER on 15/05/2014. */ public class AppConfig { /* Weather Underground */ public static final String API_KEY = "y0ur0wnApiK3y"; }