Path to startup screen to reference in code?

You must Login before you can answer or comment on any questions.

trying to show startup screen without copying it into Resources/images directory (for space concerns -- its 300kb). Can I use Ti.Filesystem or Titanium.Android.R?

Needed for android and iOS

thanks!

— asked 1 year ago by John Brennan
3 Comments
  • How are you planning on installing it to the device if it isn't in the original bundle? If it is 300kb, won't it be taking up space on the device eventually anyway?

    — commented 1 year ago by Stephen Feather

  • well its currently in:

    Resources
     |-- android
        +-- default.png
     |-- iphone
        +-- Default.png
        +-- Default@2x.png
     |-- images
    but i cant access the android and iphone specific folders after it gets bundles (afaik)

    — commented 1 year ago by John Brennan

  • and im also wondering if i could access device specific platforms (possibly using Ti.Android.R) am I guaranteed that default.png still exists with same filename?

    — commented 1 year ago by John Brennan

1 Answer

bump -- what is the compiled path to the startup/splash screen on iOS/Android? (if it is even possible)

Your Answer

Think you can help? Login to answer this question!