Thanks so much man, I've watched so many of these tutorials and none are as simple to follow as yours, I've been trying for hours to get a splash screen, wish I'd seen this vid first :)
I have seen more than 15 tutorials and none worked for me. Until by chance I found yours, although I don't understand your language just by doing what you do, it worked perfectly for me ..... THANK YOU BROTHER PS...No hablo ingles lo anterior lo traduje con google así que si no se entiende me disculpo
Loved the tutorial. One problem I had was the splashscreen image flickering. I fixed this by calling finish() after starting the activity from the splash screen activity.
Because layout files need to be inflated before it is displayed. Whereas the splash screen should appear asap, therefore we should not use layout files or dummy activity, in case you wanna show off ur splash screen then u cn use a dummy activity to pause for a second or so. Subscribe like share
@@msopheak3371 Imo it is not good idea, splash screen should be visible only when your application ui is being created. It is annoying when you always have to wait needlessly
sir I have a app which takes sometime in loading images . using splash screen in this app is a good idea or it irritates the user or there is another way that i can replace loading time with a splash screen .
@@mafiacodes you give true knowledge, because it's the time to load app , example: youtube sometimes take longer time , sometimes in few milliseconds. Thanks😀👍
i've seen so many of your android tutorials, amazing proper way of coding and design, pls post more android firebase firestore videos, thanks Mittal
I've watched so many tutorials and this is the best implementation so far.
100% Right! I've struggled around a lot until I found it. Thank you!
Subscribe like share
@@mafiacodes Just did! You are a great teacher thank you!
Thanks so much man, I've watched so many of these tutorials and none are as simple to follow as yours, I've been trying for hours to get a splash screen, wish I'd seen this vid first :)
Thanks 🙏
I have seen more than 15 tutorials and none worked for me. Until by chance I found yours, although I don't understand your language just by doing what you do, it worked perfectly for me ..... THANK YOU BROTHER PS...No hablo ingles lo anterior lo traduje con google así que si no se entiende me disculpo
me alegra que te haya gustado mi tutorial, un video tiene más de mil palabras, gracias 😊, suscríbete como compartir
Loved the tutorial. One problem I had was the splashscreen image flickering. I fixed this by calling finish() after starting the activity from the splash screen activity.
thx btw how do i add text on the splash screen? is it possible
Great tutorial. Why is using a layout file considered _the wrong way_ though?
Because layout files need to be inflated before it is displayed. Whereas the splash screen should appear asap, therefore we should not use layout files or dummy activity, in case you wanna show off ur splash screen then u cn use a dummy activity to pause for a second or so.
Subscribe like share
yoursTRULY yes but then there goes that hated white flash before the logo display.
Very good tutorial..but can i add name when our icon show in accent color..
Means to add developed by text at the bottom..help
Yup u can
@@mafiacodes but how..?
I don't hv that knowledge..
Can u make an video ?
Loved It
thank you so much, and how to set duration for this launch screen (example i want it shows only 2 or 3 second) before loading to App????
Put this on SplashActivity.onCreate: Thread.sleep(3000);
Joseph Mota I am a beginner so I cannot do it, please kindly show me. Thanks
@@msopheak3371 Imo it is not good idea, splash screen should be visible only when your application ui is being created. It is annoying when you always have to wait needlessly
Never let the use wait unnecessarily
@@therebeliant3969 thaks for your advice, but i need an example or video for example.
Hi, I can't set the logo, what may be the problem?
Hello my app doesnt show splash screen but pressed back it do goes in splash screen.
Haven’t u used this.finish
@@mafiacodes i have used nohistory in manifest,where do I need to use this.finish?
sir I have a app which takes sometime in loading images . using splash screen in this app is a good idea or it irritates the user or there is another way that i can replace loading time with a splash screen .
Use a Lodi g indicator
perfect
Very well explained
flawless
thanks alot
Thanku so much
Most welcome, Subscribe like share
Lv u bro , nice video ...can you please make firebase push notifications plzzzz ... Reply please
Will make bro, have stuff lined up
@@mafiacodes thanks bro ...waiting for ur video ...l
Thanks
Subscribe like share😊
How to hold the splash screen for 2 seconds.?
You should not hold, but incase you want thn you can start mainactivity after 2 seconds
SUBSCRIBE LIKE SHARE
I made the splash screen two seconds on the screen using Handler. I hope to help you with this. Sorry for english. dontpad.com/2seconds
Joyce Pinheiro Thanks ❤️🥵
Use handler.postDelayed(new Runnable (){
Start your activity
},2000);
@@joycedasilvapinheiro6606 thank you dear !
How to hold splash for couple of seconds
U shud not!
But if u want u can go to main activity after sleeping the thread or using a timer
wow
App is crashing frequently
What error?
The splash screen is too fast
It has to be, it’s not something to show off the logo, it’s the time app takes to load
@@mafiacodes you give true knowledge, because it's the time to load app , example: youtube sometimes take longer time , sometimes in few milliseconds. Thanks😀👍