Created
December 23, 2017 14:54
-
-
Save mrabelwahed/4664dd7fb890aaf1afc51ca648668c58 to your computer and use it in GitHub Desktop.
this is const class for Android app
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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