How to start Titanium application ported to Android without welcome Appcelerator screen?

StackOverflow https://stackoverflow.com/questions/3627010

  •  26-09-2019
  •  | 
  •  

Question

I am new to Titanium and created a HelloWorld application. Every time my application starts up a Titanium startscreen is show.

Was it helpful?

Solution

This is done relatively simple. In your titanium project inside the resources folder is a folder for resources which are special for android. Titanium will look into this folder and use the Default.png as the image to display while starting up. Just replace the file that is already existing in this folder with your splash screen image. Be sure to get use Default.png and not default.png because on the device titanium will be case sensitive.

OTHER TIPS

Go to tiapp.xml , remove the splash screen nodes, the Splash screen will not show again.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top