开发者

Splash screen should check data from database

hi i am creating an map application , initially when i click on the application icon on iphone a Splash screen showing application logo and a loading bar should be shown.

Expected Process: Screen should achieve following objectives of initialization

1.Initialization of Synchronization Web Service 2.Create or Open available data开发者_如何学Pythonbase on the device and keep the referece in the memory for quicker calling. 3.Validation of available UserInformation Record in database 4.Build up a Weather Map which should hold all 37 types of weather available for easy future reference On each processing step progress bar should grow/fill with 25%

How could this be possible.Please anybody help me in achieving this tasks


The splash screen is just an image that should be called default.png. It will display during the launch of you app.

To realize what you want you have to define the first view controller with the same background and a UIProgress and do your sync and other processes.

When initialization is done you have to display your "real" first view controller


When user launch the application you could show a splash screen for 1 or 2 second after that you could show the progress (status) of your application using text msg.

for example "Initialization of Synchronization Service" ,"Storing to data base", "Loading map" .

The above text msg. is just a reference,you could have more descriptive text to show on screen along with progress bar.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜