Skip to content

Instantly share code, notes, and snippets.

@mrabelwahed
Created December 23, 2017 14:54
Show Gist options
  • Select an option

  • Save mrabelwahed/4664dd7fb890aaf1afc51ca648668c58 to your computer and use it in GitHub Desktop.

Select an option

Save mrabelwahed/4664dd7fb890aaf1afc51ca648668c58 to your computer and use it in GitHub Desktop.
this is const class for Android app
package com.ramadan_apps.rxjavawithrealmcache;
/**
* Created by Mahmoud Ramadan on 12/23/17.
*/
public abstract class AppConst {
public static final String BASE_URL="https://api.github.com/";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment