Skip to content

Instantly share code, notes, and snippets.

@harshabhadra
Last active October 13, 2019 14:26
Show Gist options
  • Select an option

  • Save harshabhadra/29627e781f2652c4b3e8f50f07ec9df7 to your computer and use it in GitHub Desktop.

Select an option

Save harshabhadra/29627e781f2652c4b3e8f50f07ec9df7 to your computer and use it in GitHub Desktop.

Revisions

  1. harshabhadra revised this gist Oct 13, 2019. 1 changed file with 9 additions and 1 deletion.
    10 changes: 9 additions & 1 deletion gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -2,4 +2,12 @@
    private static final String LOADING_PHRASE_CONFIG_KEY = "loading_phrase";
    private static final String WELCOME_MESSAGE_KEY = "welcome_message";
    private static final String CREATE_FORCE_UPDATE_DIALOG_KEY = "create_force_update_dialog";
    private static final String VERSION_NAME_KEY = "version_name";
    private static final String VERSION_NAME_KEY = "version_name";


    String MY_APP_URL = "https://play.google.com/store/apps/details?id=com.technoidtintin.android.moviesmela";

    String version;

    private FirebaseRemoteConfig mFirebaseRemoteConfig;
    private TextView mWelcomeTextView, versionNameTextView;
  2. harshabhadra created this gist Oct 13, 2019.
    5 changes: 5 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,5 @@
    // Remote Config keys
    private static final String LOADING_PHRASE_CONFIG_KEY = "loading_phrase";
    private static final String WELCOME_MESSAGE_KEY = "welcome_message";
    private static final String CREATE_FORCE_UPDATE_DIALOG_KEY = "create_force_update_dialog";
    private static final String VERSION_NAME_KEY = "version_name";