I'm developing an application for blackberry 10 with native sdk.
I want to show a splash page/screen with some progress bar whenever the application launches i.e when the user clicks on the application icon.
First I want to create sqlite database and some tables after that get the data from server and store the data in sqlite database tables. After this work done, I've to remove this splash page and then i've to show the home page.