@@MateusMeurer yeah!!me newbie too. I was trying a lot to solve the issue but can't:( ...........................finally got the solution!!had to refer some resources.
@@PhilippLackner I WANT TO ADD A PROGRESS BAR ANIMATION IN THIS DRAWABLE RESOURSE FILE BUT I CANT FIND A WAY TO DO SO bro can u explain how to implement layout files attributes in drawable resourse file...
@@ahmedrashed2587 What about the last sentence? If you put in it will be attached to all activities. If it shouldn't apply to all activities, write in the so that it only applies to the activity you wrote it for. It's in manifest
@@Snuiper228 What if I use only one activity but with multiple fragment ?? Is there any way to fix that one. Edit: Nevermind I fixed it, so you could put the theme that you want for all of your screens in their layout file(s), and still keep the application's theme is the splash screen. Just want to leave it here so if anyone see this, they know how to do.
Thank you sir! I was making my thesis android application and I got a warning from android studio telling me I shouldn't make my own splashscreen~ This really help me a lot! Thank you very much again!!!! :>> (from Philippines)
finally you found this thing that i never managed to do ! But do you have any idea how much time at the maximum can the oncreate take ? i mean, for UPI apps that have transaction like paytm are actually taking more than an app like whatsapp . Is it the security you think that takes so long or a bad splash screen ?
Hey! I found your channel yesterday. I was strugging to get started with android studio but thanks to you I have a better understanding of Android Apps development. I have a class project of making a todo list app (from scratch and without any help from the teacher lmao) aaaaand in java (rather than kotlin). Well, 5 hours later, I have a functionning app. It took me some time to translate the kotlin code in java but now everything's working. Thanks a lot
Never heard of this approach - thank you for sharing it! Since I use a very short animation of a custom shape in the splash screen in my current app, how would you implement such animations in your approach (I'm using an animated-vector SVG asset for the animation)?
This approach does not allow any time limited operations like an animation. It is primarly for making the splash screen last as long as the activity takes to call onCreate, thus preventing the awkward blank white/black activity on startup.
Yeah me too I used to do short animation for my splash screen but I think now I'm going to do that technic because Philipp's right, the user doesn't really care about our logo xD
@@feepin2058 However, On Splash activity (the first activity) you can check if the user is logged or not. If user is logged then go to home else then go to login screen.
thanks a lot, i have to build an app with only one activity for the scool and i have to use splashscreen , till now i was just finding the other way with a whole activity as a splashscreen
Thanks, i was doing it in that way before, but when i was studiyng about it, all other videos was showing the wrong way, using another activity, that always look was wrong for me, so thank you, i tought i was doing it wrong, using theme instead activity, thanks.
You should have also said that the parent of the theme that you are creating must be such that there is no problem created when you have buttons because if you change the background you have to also fix the buttons background otherwise it will change them.
hi phil, am using PNG and it seem different from SVG after adding it as an Image asset.. could you help on how to go about it since my Logo is in PNG and JPEG only.
Hi nice following you... when I try running the app from time to time it shows "Appname keeps stopping "but when i'm lucky it shows the splash and then the message "Appname keeps stopping "
When we have a project containing: Splash / Login / Register / Main / Listing / AddTask. How do I relate all this, in the Architecture Component, using an Activity and Fragments
Thank you, for a video. But i have a question. What will we do if on the bottom of Splash Screen must be version of application( example - Version: 1.0.0 )?
7:51 don't do that in tag application, it also applies in another activity. Add theme in tag activity so it only applies on the specific activity.
thanks !
Thanks Buddy ! : )
Thank you so much bro! I spent a while trying to solve this. newbie here.
hello!!!anyone up there??i need some help :)
@@MateusMeurer yeah!!me newbie too. I was trying a lot to solve the issue but can't:( ...........................finally got the solution!!had to refer some resources.
Brilliant video. Just nowhere else on the internet providing this level of clarity and simplicity. Thanks so much, Philipp!
Thank you! Glad it was helpful!
Thanks phil, I love how you do it the "right way".
Very welcome
Phil... You're my hero....
@@PhilippLackner I WANT TO ADD A PROGRESS BAR ANIMATION IN THIS DRAWABLE RESOURSE FILE BUT I CANT FIND A WAY TO DO SO
bro can u explain how to implement layout files attributes in drawable resourse file...
Wow, this is a very ingenious way to do it. But instead of writing android: theme in , I wrote in so that it doesn't apply to all of my Activities
can u explain more because i have this issue how i can fix it
@@ahmedrashed2587 What about the last sentence? If you put in it will be attached to all activities. If it shouldn't apply to all activities, write in the so that it only applies to the activity you wrote it for. It's in manifest
@@Snuiper228 What if I use only one activity but with multiple fragment ?? Is there any way to fix that one. Edit: Nevermind I fixed it, so you could put the theme that you want for all of your screens in their layout file(s), and still keep the application's theme is the splash screen. Just want to leave it here so if anyone see this, they know how to do.
Thank you sir! I was making my thesis android application and I got a warning from android studio telling me I shouldn't make my own splashscreen~ This really help me a lot! Thank you very much again!!!! :>> (from Philippines)
This is what I was looking for, a splash screen without a whole new activity.
FINALLY! Just because of your WISE advice, I'm subscribing. You know how a real splash screen should be. THANK YOU.
I actually created a whole new activity for this I never knew this could be done thanks for the video
thanks, lately, I am confused about the splash screen, I used to splash screen like an activity until I watch how you do. Appreciate you!!
This is a great tutorial. Thank you
I'm doing a university project and your videos really help me a lot, thanks! (from Russia)
Thanks man, this is just awesome! Thanks for all these great videos! All the best and stay safe in this pandemic!
This was something way simpler than I thought! Thanks a lot for all tutorials you make!
Glad it was helpful!
this is totally professional .... you are always the best
thank you! best tutorial on this topic!
finally you found this thing that i never managed to do ! But do you have any idea how much time at the maximum can the oncreate take ? i mean, for UPI apps that have transaction like paytm are actually taking more than an app like whatsapp . Is it the security you think that takes so long or a bad splash screen ?
thanks phil,i just found amazing android channel tutorial that uses dark theme android studio :)....keep it up
Thanks, will do!
Awesome tutorial. Thank you. From Russia with love!
Hey! I found your channel yesterday. I was strugging to get started with android studio but thanks to you I have a better understanding of Android Apps development. I have a class project of making a todo list app (from scratch and without any help from the teacher lmao) aaaaand in java (rather than kotlin). Well, 5 hours later, I have a functionning app. It took me some time to translate the kotlin code in java but now everything's working. Thanks a lot
Glad I could help!
how did you translate kotlin code to java?
@@poojamore056 you just have to find the equivalent
Thanks Phil. You're the best
Great tutorials sir👍👍👍
bro you got me. such lovely explanation and the best way to implement a splash screeen
congrats for 100k subs bro
I love your method tried it and it's perfect thanks 👍 man
The sponsor of this video is awesome, I have tried it, trust me.
Thank you sir. Finally i found the correct way for splash screen
Best line
Your user doesn't care about your logo as you do
Love your videos. They really helped me a lot.
Excellent video!!! thank you so much!!
Thank you so much for the video. Happy coding.
This is exactly what i was looking for. Thank you so much
Never heard of this approach - thank you for sharing it! Since I use a very short animation of a custom shape in the splash screen in my current app, how would you implement such animations in your approach (I'm using an animated-vector SVG asset for the animation)?
This approach does not allow any time limited operations like an animation. It is primarly for making the splash screen last as long as the activity takes to call onCreate, thus preventing the awkward blank white/black activity on startup.
Yeah me too I used to do short animation for my splash screen but I think now I'm going to do that technic because Philipp's right, the user doesn't really care about our logo xD
@@feepin2058 However, On Splash activity (the first activity) you can check if the user is logged or not. If user is logged then go to home else then go to login screen.
@@confuste That's not the matter here, at all
Thanks for sharing your knowledge! This will help me with a task in my job 😍 nice tip.
Very helpful. Thank you so much!
Thank you, it was very helpful.
you are the best content creator
The best solution!
Thank You for Your work!
You're welcome
hey, thank you for creating the video. It helped out a lot thanks
Love your videos (keep them coming) and I am down with your accent.
Thanks for this kind of content. Keep it up!
Thanks, will do!
Bro a big thank for making our life easier , good by splash activity
Thanks, man you care for us a lot
My pleasure!
This video was very usefull, every day I'm learnig a lot, regards from Caracas, Venezuela
Very helpful. I really appreciate this video. Thanks, mate ;)
Thanks, man! I've improved a bit idea and directly specified theme for each activity in manifest 3>
Thanks bro, I was using an extra activity all this time.
Another great video. Thank you!
My pleasure!
thank you bro, that was very helpfuly
What else to say, that was awesome. Thank you.
Glad you enjoyed it!
Very useful brother 🎉😁
Awesome topic, thanks a lot for sharing this 👌
Hey Phil, awesome video man - Did you have the chance of looking the new SplashScreen API for Android 12? Cheers man!
Finally did it! xD still appreciate it
Thanks, very well explained, very much helpful..
Glad it was helpful!
very useful video, thanks!
Lovely 💝 thanks a lot
Thanks for making this video we need this
really nice video, congrats
thanks a lot, i have to build an app with only one activity for the scool and i have to use splashscreen , till now i was just finding the other way with a whole activity as a splashscreen
Thanks, i was doing it in that way before, but when i was studiyng about it, all other videos was showing the wrong way, using another activity, that always look was wrong for me, so thank you, i tought i was doing it wrong, using theme instead activity, thanks.
You should have also said that the parent of the theme that you are creating must be such that there is no problem created when you have buttons because if you change the background you have to also fix the buttons background otherwise it will change them.
Very Nice Video Thank You
Thank you sir very much...
love you bhai♥️
thanks bro. good tutor
Great bro.. keep it up..
Thanks from Ukraine ;) subscribed your channel, thanks for usefull videos. I learn android and improve my english with you)
thanks man, thank you for sharing
My pleasure!
i apply this and other activity for more customize with animations and others.
Great, thanks!
THANK YOU MAN! lysm 😘
niceeee
Thanks!
Thanks for showing this, I've just started building apps, and already doing this the wrong way lol
Useful information
Is it keeps being the right approach in 2022? or now is a better way?
This is a great contribution, many thanks. I have a blank screen for a short time after the logo. How can it be resolved?
hi phil, am using PNG and it seem different from SVG after adding it as an Image asset.. could you help on how to go about it since my Logo is in PNG and JPEG only.
Thanks a lot bro!
No problem!
You're got my fu**** my like and subscription....
Awesome bro.... 👏👏👏
Awesome, thank you!
Thanks, but in single activity pattern the drawable icon appear in all layouts for design not in android app. have you any trick to hide in layouts?
same problem for me
Change the app theme from the design Tab
how to change icon in programmatically
Very nice ❤
thank you, this what i want
Hi nice following you... when I try running the app from time to time it shows "Appname keeps stopping "but when i'm lucky it shows the splash and then the message "Appname keeps stopping "
Hello Philipp, thanks for the tutorial, ifound it very interesting however how can we set the setcontentview after webview end up load?
Thanks for Best Tutorial
I have used this method for my webview app , is there any way to splash wait for load website in the background ?
helpful
Thanks
When we have a project containing: Splash / Login / Register / Main / Listing / AddTask. How do I relate all this, in the Architecture Component, using an Activity and Fragments
How to create a svg file? I only have png and jpg files with me
How should we know the right ways of doing these stuff?I was one of them did this splash screen wrong
I try this, but I get some problems with the context when I start a new activity
Thanks for this informative video sir, can we have a sequel about a simple animation to the logo here, Zoom out for instance ??
thank you so much !!!!
You're welcome!
This is amazing but what if i want to make custom design with multiple images for the splash screen how to do that ?
Also do u know any good linters for androids studio?
I use SonarLint
Thank you, for a video. But i have a question. What will we do if on the bottom of Splash Screen must be version of application( example - Version: 1.0.0 )?
Really helpful! but what if I need the splash for 1-2 seconds longer than this!?
Thanks...😊😊
Welcome 😊
Splash screen worked but when I create a new activity the xml having splash screen by default theme and couldn’t change
what if the app is in the background, and relaunched, will the splash screen show up again?