android - NativeScript Splash Screen time -


i using nativescript starter app angular.

it barebones starter app created cli.

what want know how can change splash screen time app.

i went through docs here https://github.com/nativescript/docs/blob/master/publishing/creating-launch-screens-android.md

but unable find mention of splash screen time.

you need first understand initial image display long takes app load initially. having said that,you can neither shorten time (unless optimize application - load resources lazily example), nor extend naturally.

beginning nativescript 2.4 android apps created snapshots enabled default. means shorter initial loading times.

that should noticeable improvement new apps, written in angular2


Comments

Popular posts from this blog

php - How to display all orders for a single product showing the most recent first? Woocommerce -

asp.net - How to correctly use QUERY_STRING in ISAPI rewrite? -

angularjs - How restrict admin panel using in backend laravel and admin panel on angular? -