Android Open Source - Android-VolleySample App Config






From Project

Back to project page Android-VolleySample.

License

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.

Java Source Code

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";
}




Java Source Code List

fr.alainmuller.volleysample.app.VolleySampleApplication.java
fr.alainmuller.volleysample.app.config.AppConfig.java
fr.alainmuller.volleysample.app.ui.activity.MainActivity.java
fr.alainmuller.volleysample.app.ui.adapter.ForecastAdapter.java
fr.alainmuller.volleysample.app.util.BitmapLruCache.java