API URL
Configure
Please open /data/Constant.java Set domain in example your web url is :
http://your-domain.com/project/notch_panel/
please set WEB_URL like this :
private static String WEB_URL = "http://your-domain.com/project/notch_panel/";
Validate
Before you check this make sure that your web hosting able to run .htaccess file
Check database connection : Make sure your web response "DB Connection : SUCCESS" like this : http://demo.dream-space.web.id/notch_panel/services/checkResponse
When you open : www.your-domain.com/notch_panel+ /services/checkResponse
Check respon wil be JSON text like this : http://demo.dream-space.web.id/notch_panel/services/listTopic
When you open : www.your-domain.com/notch_panel+ /services/listTopic
Last updated
Was this helpful?