Harish Gautamharishgautam.hashnode.dev·May 9, 2024How to make splash animation in react-native with react-native-bootsplash and react-native-animated.Hello Guys today I will show you to make a beautiful animated splash screen using react-native. So lets get started. Start with react native setup I assume you have already setup the react-native project. Please visit this links for necessary setups...193 readsReact Native
SHAILAJA GAJERAshailaja412.hashnode.dev·Sep 27, 2023Fetching Data from an API in a Flutter Splash Screen and Inserting it into a DatabaseFlutter is a popular framework for developing cross-platform mobile applications. In the following article, we'll look at a simple Flutter app featuring a splash screen. We'll read via the given code to understand its structure and purpose. Imports:...427 readsFlutter
Ayoola Tosincodeblast.hashnode.dev·Sep 6, 2023How to create a native splash screen in flutterA splash screen is a screen that loads up when you first launch an app otherwise also has a loading screen. Why is a splash screen needed in an app apart from the fact that it makes an app look more aesthetic it also makes your app look faster when i...splash screen
Ayoola Tosincodeblast.hashnode.dev·Jul 5, 2023How to add splash screen in your flutter appA splash screen is a screen that loads up when you first launch an app otherwise also know has the loading screen. Why is a splash screen needed in an app apart from the fact that it makes an app looks more aesthetic it also makes your app look faste...Flutter
Utkarsh Raistarkmark1.hashnode.dev·May 15, 2023Developing Custom Splash Screen In UnityOLA! Welcome, to my very first blog! I am excited to start a new journey of blogging on Hashnode. Splash Screen according to me is one of the most essential aspects of grasping the interest of the user, as it is the first thing that a user sees in th...12 likes·134 readsunity
Bibin Babubibinbabu.hashnode.dev·May 3, 2023Creating a Splash Screen with Lottie Animation in Android using KotlinIntroduction Splash screens are a common feature in many mobile applications that provide a visually appealing loading screen while the app loads its initial data. One way to make your splash screen more engaging is by adding animations. Lottie is a ...288 readsAndroid
Joakim GakureforOpen Replay's Technical Blogopenreplay.hashnode.dev·Mar 9, 2023Creating Splash Screens In React NativeThe first screen users view after clicking an application icon is known as a splash screen. Usually, it consists of a straightforward screen with your app’s branding in the middle that disappears when the app is ready to launch. This article will wal...1 like·180 readsReact
Ngozichukwu Uzoigwengozichukwuzoigwe.hashnode.dev·Mar 3, 2023Team U-smart's Simple Trivia Game: Steps For Contributing A Splash Screen (flutter) - BasicsINTRODUCTION We are in the last few days of working on our final collaborative project, in this short hackathon sprint; as we wrap up our training in the ADA Software Engineering Program. I opted for the MOBILE APP DEV - FLUTTER track and it has been...131 readsarticles
Suraj Maitysurajmyt.hashnode.dev·Mar 3, 2023Splash Screen in Jetpack ComposeWhat is a splash screen? At the very beginning, when we open any application and see the first graphical screen we receive, it is called a splash screen. Normally, every app has a logo, if we don't modify this default icon or any custom screen that i...11.1K readsJetpack Compose
Ujjwal Kumarcoderbrain.hashnode.dev·Dec 18, 2022Design a splash screen for your application...The splash screen is a launcher activity of an application that is visible for users only for 1 or 2 seconds. To create a splash screen you just need to follow a few steps... step 1: open android studio and create a project with an empty activity. eg...android app development