Set the application URL

Set the URL for your GWC hybrid mode application for Android

The application URL determines what program is run from the Genero Application Server.

When the preferences screen is disabled, the APPLICATION_URL variable located in the GHCActivity java class file is loaded by the application. This variable can be customized by the end-user.
// Set the APPLICATION_URL with your application URL
// When PREFERENCES_ENABLED is set to <true>, APPLICATION_URL is not used
public static final String APPLICATION_URL =
 "http://localhost:6363/wa/r/gwc-demo?OutputMap=DUA_HTML5";