Back to project page latest-gists-android.
The source code is released under:
MIT License
If you think the Android project latest-gists-android 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.coolmodev.latestgists; // Class to hold globally useful constants public class Constants { public static final String GIST_FILE_URL_KEY = "gistFileUrl"; public static final String GIST_TITLE_KEY = "gistTitle"; }