No video

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

  Рет қаралды 43,217

Philipp Lackner

Philipp Lackner

Күн бұрын

Пікірлер: 54
@dyakeso
@dyakeso 9 ай бұрын
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 9 ай бұрын
@213entertainment3 Are you an android developer? What do you think about web3/solidity developers?
@dyakeso
@dyakeso 9 ай бұрын
@213entertainment3 thanks man, for your information
@kasutte6787
@kasutte6787 3 ай бұрын
да бред полный не слушай чела выше, везде разрабы нужны. рынок не более перенасыщен чем рынок тех же дизайнеров, все равно же люди работу находят) всегда есть фриланс и аутсорс если в компаниях не получается
@arthurgichuhi
@arthurgichuhi 6 ай бұрын
You content has been phenomenal in my Native Android Development Journey. Much appreciation from Nairobi Kenya.
@y.ice-cream
@y.ice-cream 9 ай бұрын
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 9 ай бұрын
Your vids and those thumbnails? Absolute fire! Keep it up!
@muhammadfurqan4598
@muhammadfurqan4598 9 ай бұрын
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🥰
@Arcao
@Arcao 9 ай бұрын
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 9 ай бұрын
Good demo, thank you. Though for those of us with older devices . . .
@RexTorres
@RexTorres 9 ай бұрын
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.
@mohamedwael2145
@mohamedwael2145 9 ай бұрын
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 9 ай бұрын
i would search about it. i like that topic. would yo recommend a blog or something..
@StealerSlain
@StealerSlain 9 ай бұрын
Agree, shapeshifter is king
@anowlwithinternet9125
@anowlwithinternet9125 8 ай бұрын
This was very helpful philipp. Love from India 🐥
@mehrojrabiev4738
@mehrojrabiev4738 9 ай бұрын
you've never had roadmaps and all the newbies will just get confused, please take a video 😄
@user-pl6mi5kd3j
@user-pl6mi5kd3j 6 ай бұрын
amazing tutorial!! I've learnt so much from you in the last 2 years. Thanks a lot
@_danish19
@_danish19 6 ай бұрын
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.
@D-Gowda09
@D-Gowda09 9 ай бұрын
Waiting for Sunday's workshop
@jarvis2913
@jarvis2913 9 ай бұрын
Thanks for another best guide
@antoniomontecinososorio7116
@antoniomontecinososorio7116 7 ай бұрын
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?
@vinayshaw6238
@vinayshaw6238 8 ай бұрын
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.
@andrescaicedo577
@andrescaicedo577 8 ай бұрын
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 3 ай бұрын
means that you are running the app on a device that has version less than 31
@mehrojrabiev4738
@mehrojrabiev4738 9 ай бұрын
hello, please make a roadmap from scratch to the professional level of an android developer🧑‍💻
@ALEX54402
@ALEX54402 9 ай бұрын
Finally i got it
@Officialupadhyay
@Officialupadhyay Ай бұрын
How to change slash screen with phone on smartwatch please bro make video for this problem 😢
@KirlampalliSaran
@KirlampalliSaran 9 ай бұрын
Good work
@veceluxa7601
@veceluxa7601 9 ай бұрын
Why not use Shapeshifter Design to create animations? It's much more understandable and easier to use than creating animations by hand
@user-su1ij2co4p
@user-su1ij2co4p 8 ай бұрын
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 7 ай бұрын
exactly, same here. I don't think i did anything wrong so whats the problem? Any fixes?
@georgeapergis1797
@georgeapergis1797 7 ай бұрын
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
@bpavuk
@bpavuk 9 ай бұрын
I'd like to make a wide splash screen - something like Netflix on iOS
@ankitvat3347
@ankitvat3347 3 ай бұрын
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 :(
@norbiderbar3727
@norbiderbar3727 9 ай бұрын
Top zu wissen, dass es so auch geht...Ich bevorzuge für sowas trotzdem Lottie
@animecontent232
@animecontent232 9 ай бұрын
I love you so much
@mayank3411
@mayank3411 5 ай бұрын
It run on my phone but the logo is not rotated in other phone how? please help
@safionweb
@safionweb 9 ай бұрын
I think we are never gonna get rid of XML.
@mrmoss1605
@mrmoss1605 4 ай бұрын
Hi There Guys. What can I do to remove the titlebar
@sikka09
@sikka09 9 ай бұрын
can you give a freelancer guide video for android developer?
@PhilippLackner
@PhilippLackner 9 ай бұрын
You learn all that here: pl-coding.com/academy
@manishpal1141
@manishpal1141 9 ай бұрын
Sir pl launch series on kotlin multiplatform❤
@KunalGoyal
@KunalGoyal 5 ай бұрын
Hey philipp, can i use your logo in my app ?
@usama6728
@usama6728 6 ай бұрын
This code is available in Java ?
@amit470
@amit470 9 ай бұрын
Hello dev
@emmagetsu7369
@emmagetsu7369 9 ай бұрын
In compose please
@rom_sper
@rom_sper 6 ай бұрын
It's cool but... TOO MUCH CODE I prefer Lottie animation - it's more convenient and easy to use!
@andrewdunbar828
@andrewdunbar828 9 ай бұрын
was sie aussehen
@Nixomia
@Nixomia 9 ай бұрын
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 9 ай бұрын
I prefer voyager navigator
95% Don't Understand THIS About Coroutines (Main-Safety)
9:38
Philipp Lackner
Рет қаралды 27 М.
Pool Bed Prank By My Grandpa 😂 #funny
00:47
SKITS
Рет қаралды 19 МЛН
Идеально повторил? Хотите вторую часть?
00:13
⚡️КАН АНДРЕЙ⚡️
Рет қаралды 18 МЛН
Splash Screen Animation in 6 Minutes (Figma Tutorial)
6:52
Tim Gabe
Рет қаралды 148 М.
How I animated this mobile app launch screen 📲
13:16
KG.codes
Рет қаралды 493
Custom layouts and graphics in Compose
20:25
Android Developers
Рет қаралды 51 М.
How to make a Splash Screen without extra Activity in Android
9:48
Philipp Lackner
Рет қаралды 86 М.
Gestures in Jetpack Compose
31:33
Android Developers
Рет қаралды 22 М.