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

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

  •  26-09-2019
  •  | 
  •  

문제

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

도움이 되었습니까?

해결책

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.

다른 팁

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top