How to Build an Animated Splash Screen on Android - The Full Guide

  Рет қаралды 46,521

Philipp Lackner

Philipp Lackner

Күн бұрын

Пікірлер: 55
@dyakeso
@dyakeso 10 ай бұрын
Hi Philipp! I come from Kazakhstan, this is a state in Central Asia. I want to become an android developer and study Kotlin from your videos. Thank you very much for your work, I wish you good luck!
@dyakeso
@dyakeso 10 ай бұрын
@213entertainment3 Are you an android developer? What do you think about web3/solidity developers?
@dyakeso
@dyakeso 10 ай бұрын
@213entertainment3 thanks man, for your information
@kasutte6787
@kasutte6787 4 ай бұрын
да бред полный не слушай чела выше, везде разрабы нужны. рынок не более перенасыщен чем рынок тех же дизайнеров, все равно же люди работу находят) всегда есть фриланс и аутсорс если в компаниях не получается
@ArthurKhazbs
@ArthurKhazbs Ай бұрын
Philipp Lackner, you are the backbone of modern Android app development! Thank you!
@y.ice-cream
@y.ice-cream 10 ай бұрын
I'm from India. I had been watching your tutorials since many years.. love the way you explain.. also recommended your contents to my juniors.. Keep up the great work ❤
@__SnowFlake
@__SnowFlake 10 ай бұрын
Your vids and those thumbnails? Absolute fire! Keep it up!
@mohamedwael2145
@mohamedwael2145 10 ай бұрын
Why the 3 xml files approach ? You can just create one Animated Vector Drawable that has everything ! Also you can use shapeshifter to animate any vector, it's easier and quite frankly more efficient to create and modify the animation, and it outputs the animated vector file for you.
@rogercolque
@rogercolque 10 ай бұрын
i would search about it. i like that topic. would yo recommend a blog or something..
@StealerSlain
@StealerSlain 10 ай бұрын
Agree, shapeshifter is king
@Arcao
@Arcao 10 ай бұрын
There are several pitfalls with splashScreen API. Animated icon can be shown since SDK 31, older devices can show static image only. Icon is cropped, so you can't increase icon size with scale animation too much. When you want to repeat animation, you can only repeat simple animation. If you have animation set, where animations ends in different time, there is no way to repeat whole set. There is suggestion from Android team to try combine animations and interpolators. But there is another pitfall, that interpolator must start at [0,0] and ends at [1,1]. So you can't do interpolator end at [1,0]. Anyway I finally do static image in splashScreen API and perform animation in custom splash screen fragment, where I listen for animation end and restart whole animation.
@MatthewSmith-mt3kz
@MatthewSmith-mt3kz 10 ай бұрын
Good demo, thank you. Though for those of us with older devices . . .
@RexTorres
@RexTorres 10 ай бұрын
There are also cases where loading your app (especially for the first time) requires some lengthy operations in the background, like downloading some remote assets, and you'd want to indicate to the user that your app is doing this, by way of some texts and/or progress bar, for example. But there's no way to do this using the splash screen API because it only allows you to display 1 drawable in the center, and nothing else. So you'd need to write your custom splash screen and you'd need to write extra code to remove the built-in splash screen so that you don't end up with 2 splash screens.
@_danish19
@_danish19 7 ай бұрын
Hey Philipp, thanks for all the amazing content you provide ❤ My company wants me to put a lottie animation and I seriously can’t make them understand why splash screens are the way it is. As you might be aware of airbnb library for using lottie. I do have my own splash implementation with it and it works fine but I was seriously wondering how guys in big companies pull it off like I wanna make sure I am also professionally doing it the correct way. A video with lottie and splash would really worth a lot for us. Thanks again.
@arthurgichuhi
@arthurgichuhi 7 ай бұрын
You content has been phenomenal in my Native Android Development Journey. Much appreciation from Nairobi Kenya.
@MuhammadTauqeer-m8d
@MuhammadTauqeer-m8d 7 ай бұрын
amazing tutorial!! I've learnt so much from you in the last 2 years. Thanks a lot
@anowlwithinternet9125
@anowlwithinternet9125 10 ай бұрын
This was very helpful philipp. Love from India 🐥
@mehrojrabiev4738
@mehrojrabiev4738 10 ай бұрын
you've never had roadmaps and all the newbies will just get confused, please take a video 😄
@D-Gowda09
@D-Gowda09 10 ай бұрын
Waiting for Sunday's workshop
@andrescaicedo577
@andrescaicedo577 10 ай бұрын
Hi! I have a question, when I run the app doesn't show my logo, justo show a purple android logo and doesn't rotate, what happen? What did I do wrong? Help
@adamobranz5052
@adamobranz5052 4 ай бұрын
means that you are running the app on a device that has version less than 31
@Michelle-l4q9s
@Michelle-l4q9s 10 ай бұрын
Any idea how to fix, after the splash screen it will have a blank/white screen then moving onto the main screen we have?
@georgeapergis1797
@georgeapergis1797 9 ай бұрын
exactly, same here. I don't think i did anything wrong so whats the problem? Any fixes?
@georgeapergis1797
@georgeapergis1797 9 ай бұрын
nevermind I found the problem. TL;DR kill the app and run from the launcher, the splashscreen does not show up when run from Android Studio. known bug apparently
@ankitvat3347
@ankitvat3347 5 ай бұрын
Hi Philipp. Integrated this in my project .. now the statusBar is always Gray. I've tried changing the status bar color in Theme.kt .. tried other methods as well ... not working. Please help :(
@bpavuk
@bpavuk 10 ай бұрын
I'd like to make a wide splash screen - something like Netflix on iOS
@mrmoss1605
@mrmoss1605 5 ай бұрын
Hi There Guys. What can I do to remove the titlebar
@norbiderbar3727
@norbiderbar3727 10 ай бұрын
Top zu wissen, dass es so auch geht...Ich bevorzuge für sowas trotzdem Lottie
@manishpal1141
@manishpal1141 10 ай бұрын
Sir pl launch series on kotlin multiplatform❤
@usama6728
@usama6728 8 ай бұрын
This code is available in Java ?
@safionweb
@safionweb 10 ай бұрын
I think we are never gonna get rid of XML.
@emmagetsu7369
@emmagetsu7369 10 ай бұрын
In compose please
@amit470
@amit470 10 ай бұрын
Hello dev
@rom_sper
@rom_sper 7 ай бұрын
It's cool but... TOO MUCH CODE I prefer Lottie animation - it's more convenient and easy to use!
@andrewdunbar828
@andrewdunbar828 10 ай бұрын
was sie aussehen
@Nixomia
@Nixomia 10 ай бұрын
Hi ... please give me your opinion on that do you think we can rely on the plain compose navigation (androidx.navigation:navigation-compose) or it is better to use a library like compose destinations ?
@injent
@injent 10 ай бұрын
I prefer voyager navigator
@muhammadfurqan4598
@muhammadfurqan4598 10 ай бұрын
Hi Philipp ! You're awesome and your videos are too good. Anyone can easily understand. I have a request if you can make a video on ci/cd it will be very thankful or you have any video in your channel please mention it. Thanks alot and respect🥰
@Officialupadhyay
@Officialupadhyay 3 ай бұрын
How to change slash screen with phone on smartwatch please bro make video for this problem 😢
@antoniomontecinososorio7116
@antoniomontecinososorio7116 8 ай бұрын
Thank you for your videos, they have helped me a lot. I have a problem with the splash screen; when I'm in dark mode, the animation appears correctly, but when I switch to light mode, the splash logo changes to the default one. What could be causing this?
@mehrojrabiev4738
@mehrojrabiev4738 10 ай бұрын
hello, please make a roadmap from scratch to the professional level of an android developer🧑‍💻
@vinayshaw6238
@vinayshaw6238 9 ай бұрын
There's one issue with this, is that when you write code for exitanimation the status bar color changes to grey and when we toggle the systemui theme then it get fixed so if you see this comment please help me to fix this issue.
@jarvis2913
@jarvis2913 10 ай бұрын
Thanks for another best guide
@ALEX54402
@ALEX54402 10 ай бұрын
Finally i got it
@KunalGoyal
@KunalGoyal 6 ай бұрын
Hey philipp, can i use your logo in my app ?
@mayank3411
@mayank3411 7 ай бұрын
It run on my phone but the logo is not rotated in other phone how? please help
@animecontent232
@animecontent232 10 ай бұрын
I love you so much
@KirlampalliSaran
@KirlampalliSaran 10 ай бұрын
Good work
@veceluxa7601
@veceluxa7601 10 ай бұрын
Why not use Shapeshifter Design to create animations? It's much more understandable and easier to use than creating animations by hand
@sikka09
@sikka09 10 ай бұрын
can you give a freelancer guide video for android developer?
@PhilippLackner
@PhilippLackner 10 ай бұрын
You learn all that here: pl-coding.com/academy
Python Django 5.0 Full Course - Beginner to Pro (2024)
4:03:03
ProgrammingWithSingh
Рет қаралды 31 М.
Help Me Celebrate! 😍🙏
00:35
Alan Chikin Chow
Рет қаралды 24 МЛН
WORLD BEST MAGIC SECRETS
00:50
MasomkaMagic
Рет қаралды 53 МЛН
95% Don't Understand THIS About Coroutines (Main-Safety)
9:38
Philipp Lackner
Рет қаралды 29 М.
Practical magic with animations in Jetpack Compose
32:46
Android Developers
Рет қаралды 47 М.
The Home Server I've Been Wanting
18:14
Hardware Haven
Рет қаралды 132 М.
Flutter Native Splash Screen Detailed Setup Guide | 2024 Edition
9:56
Easiest Splash Screen Animation 2024 #ui #figmatutorial #figma
9:45
Ayesha Akhtar | inkitdesigns
Рет қаралды 2,1 М.
Full Guide to Jetpack Compose Animations - Android Studio Tutorial
28:23
Learn Web Development And ACTUALLY Get A Job | Ultimate Guide
1:33:52
James Cross
Рет қаралды 1,4 МЛН
Performance Optimization with @Stable and @Immutable in Jetpack Compose
16:47
OpenAI’s New ChatGPT: 7 Incredible Capabilities!
6:27
Two Minute Papers
Рет қаралды 192 М.
Help Me Celebrate! 😍🙏
00:35
Alan Chikin Chow
Рет қаралды 24 МЛН