API URL

Configure

Please open /data/Constant.java

Set domain in example your web url is :

 http://your-domain.com/project/vido_panel/

please set WEB_URL like this :

 private static String WEB_URL = "http://your-domain.com/project/vido_panel/";

Validate

Before you check this make sure that your web hosting able to run .htaccess file

  1. Check database connection : Make sure your web response "Database Connection : Success" like this : http://demo.dream-space.web.id/vido_panel/services/checkResponse

    When you open : www.your-domain.com/vido_folder + /services/checkResponse

  2. Check respon wil be JSON text like this : http://demo.dream-space.web.id/vido_panel/services/listPlaylist

    When you open : www.your-domain.com/vido_folder + /services/listPlaylist

Last updated