Server Connection
//put your admin panel url here
public static final String ADMIN_PANEL_URL = "http://10.0.2.2/android_news_app";
//your api key which obtained from admin panel
public static final String API_KEY = "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX";
Last updated
Was this helpful?