I am facing an issue while trying to add a splash screenin Android.
Below is the code I used
public void onCreate(Bundle savedInstanceState){
super.onCreate(savedInstanceState);
super.setIntegerProperty("splashscreen", R.drawable.splash);
super.bindBrowser(appView);
super.loadUrl(getWebMainFilePath(), 5000);
}
I see the splash image, but then after few minutes I get a blank screen and the app crashes.