

Here is the full list of the files that ship with the basic NativeScript template. Values folder: XML files that contain simple values such as strings, integers, and colors.

Here is the full list of your drawable resources folders. These folders will store your properly scaled images for your app icons, launch screens and in app images (optional). Let’s look at the various files and folders in App_Resources/AndroidĪnd then look at the specific steps you’ll need to take to change them and configure your launch screen.ĭrawable folders: In your app/App_Resources/Android folder you will find a number of subfolders named drawable-X (where x is the different DPI for the different devices) The files located under the app/App_Resources/Android folder. To modify that template and create your own launch screen using your own assets and design, you will need to access Splash_screen.xml file with the NativeScript logo on a blue background and with sample app icons. The default template in NativeScript (created with tns create myApp) provides you with a predefined Application resources used for launch screen creation In this article, we are going to introduce the workflow to create/modify your own launch screen. In NativeScript, your application template (created with tns create myApp) ships with a basic launch screen template.

These basic rules for creating both types of launch screensĪre good to follow to create a good first impression: Instead of displaying a blank white canvas while your app is loading,Ĭreating a launch screen will not only "fill the gap" but also provide the basic introductionįor your users. Branded Launch Screens: A screen providing the user with momentary brand exposure and focus on the content.Placeholder UI: A simple seamless transaction type screen.Launch screens are essential as they provide a user's first experience with your mobile application.īased on Google's Material Design launch screens guidelines, there are two Creating Launch Screen and App Icons for Android.
