Hi

Hi,

I'm working with a Android app and Delphi Berlin. Are there any trick, method or process for minimize the time between splah image and first form gets visible? Any advice?

Thanks

Xavi

Comments

  1. try not to do too much in the oncreate..and instead do stuff in the onshow (but use a ttimer to trigger that).sort of thing..

    ReplyDelete
  2. You can put as splash image, image of your main form ;-)

    ReplyDelete
  3. Check this Uwe Raabe blog post: http://www.uweraabe.de/Blog/2016/01/22/a-splash-form-in-firemonkey/

    Note that he says:
    Don’t call lengthy code:
    - inside the unit initialization section!
    - in the project source!
    - in the OnCreate, OnShow, OnResize, OnPaint or OnActivate event of the splash form

    ReplyDelete

Post a Comment