How to create a splash screen leading to home page in your app
What is a splash screen
In most cases, when you open a mobile app, what you see first is either the app logo and name or the company's logo or name or just a loading Progressive bar. And now we'll be learning how we can create both horizontal and circular progressive bar on our splash screen.
Also we'll be having a look at how we can an app with multiple pages and also how we can navigate, open and move from one page to the other in our app
Steps in creating a splash screen
• After creating and naming your new project, on the main activity, design the opening page to your choice or follow the steps below.
~ Drag and drop linear (v) -> width (match-parent)
~ Drag and drop Textview -> edit it to your taste and to put it on the top center of the screen, click on (Layout-gravity)-> check (center-horizontal) and (center-vertical)
~ and to put it on the center of the entire screen, click on the already dropped linear(v) -> gravity -> check (center_horizontal) and (center_vertical)





Comments