Splash Screen - Android Studio Tutorial

  Рет қаралды 432,758

Stevdza-San

Stevdza-San

Күн бұрын

Пікірлер: 227
@StevdzaSan
@StevdzaSan 3 ай бұрын
Watch an updated video: kzbin.info/www/bejne/rWS3f3aIrL2Ujq8
@intrepe_daily
@intrepe_daily 2 жыл бұрын
This is by far one of the best tutorial videos that I have seen in a while. It get strait to the point, the video is clear, and the host voice is clear and easy to understand! 10/10 quality
@kanzanaveed
@kanzanaveed 2 жыл бұрын
Man, I am just about to end my Android Course of this semester and from past few days, you literally have been saving my life. So small, simple and perfectly working, smoothly working steps, I have used your Font video, Recycler View, Recycler View with Database and now this one, all works perfectly. Thanks a million ton 💛🙌🙌🙌
@StevdzaSan
@StevdzaSan 2 жыл бұрын
Yay! I'm happy to help buddy! 🎉
@kanzanaveed
@kanzanaveed 2 жыл бұрын
@@StevdzaSan muchhhhh appreciated
@destinyjames6117
@destinyjames6117 3 жыл бұрын
Wow, short, informative, everything a programmer in a rush needs
@mazencool2010
@mazencool2010 3 жыл бұрын
Agree with you, that's why he earned my sub.
@yscode2747
@yscode2747 2 жыл бұрын
Exactly , as I did today in school!!
@ymts_vladyslav3707
@ymts_vladyslav3707 Жыл бұрын
Gonna say the clients won't confirm such splash and i wouldn't pay for that as well, as they are just freezing stream for a few seconds without doing anything, and above that you still get white screen in the beginning (which is your real splash screen that hasn't changed). Very sad that most of tutorials are like that, find better realization through intent filter where you directly specify what to display instead of white screen in the beginning
@yscode2747
@yscode2747 Жыл бұрын
@@ymts_vladyslav3707 kinda true but i think if u are making something for client u would rather make it very professional not easy and there are more professional ways to do this
@ymts_vladyslav3707
@ymts_vladyslav3707 Жыл бұрын
@@yscode2747 it's quite good for beginners, i was starting doing the same until requirements to my product hasn't grew and every tester started counting it as bug (it really is). That's just advice, there are also really better ways. Vkontakte app has similar problem (you are shown 3 seconds splashscreen, which doesn't have logic behind that and then you wait another 3 seconds to load data, but moreover they had before white screen before splash for half a second, that's totally wrong in modern apps), but Instagram is one of apps that does it correctly (doing loading data, parsing huge jsons behind splash). Idk why people show this so much on youtube, if you look at android developers documentation there's states how to do that correctly: "By default, SplashScreen uses the windowBackground of your theme if it's a single color and the launcher icon. The customization of the splash screen is done by adding attributes to the app theme."
@vitikahappy
@vitikahappy 3 жыл бұрын
This is the first video on KZbin I see which has more that 178K views, 3K likes and 0 dislikes. Realy amazing. Thank you for crystal clear explanation.
@TheOneAndOnlyMart
@TheOneAndOnlyMart 2 жыл бұрын
lol
@edenmor6210
@edenmor6210 2 жыл бұрын
youtube removed dislike counter... :P
@DeeYatt17
@DeeYatt17 Ай бұрын
sejauh ini tutorial yang sangat simpel, ringkas dan berhasil terimakasih banyak
@39alpha
@39alpha 4 жыл бұрын
I think this may be the best splash tutorial on youtube! kept it simple and actually talked. Tysm
@ranjiniramath6240
@ranjiniramath6240 4 жыл бұрын
I agree
@allanmwangi2970
@allanmwangi2970 2 жыл бұрын
problem noted there is nothing on the video description,, no file to download
@entemolu1
@entemolu1 2 жыл бұрын
I am new to android. But I haven’t seen a wonder tutorial same like this. Very short n very informative .
@anudeepananth
@anudeepananth 4 жыл бұрын
There is a white screen that appears before the custom splash vector that you have used here, your custom vector asset should ideally appear first(not after the white screen). How do we do that? because that's how most big apps like KZbin, Google Drive, Twitter, etc. do it
@thecodestormYT
@thecodestormYT 3 жыл бұрын
Closest we can do is, by adding : @drawable/anyImage In your themes.xml (styles.xml) for the default theme and dark theme inside tag. This will prevent white screen and show the drawable. (Hope you have already done that, this might help others 😁)
@ahmeedev
@ahmeedev 3 жыл бұрын
i learned a lot in limited minutes. Love you
@ranjiniramath6240
@ranjiniramath6240 4 жыл бұрын
I think this is the best splash tutorial in youtube
@bonvoy-travel5376
@bonvoy-travel5376 2 жыл бұрын
I think this was the most efficient video I have seen in a long time
@rohanbari
@rohanbari 2 жыл бұрын
Short, concise, clear, and confident. Congrats! +1
@ayseeren2438
@ayseeren2438 9 ай бұрын
Finally not indian voices
@فؤادانور-ز2د
@فؤادانور-ز2د 2 жыл бұрын
Where is the picture you said we will find in the description box?
@LJMadrigalMusic
@LJMadrigalMusic 2 жыл бұрын
that Handler thread doesn't work on my AS. It's always in red that's why the next components are invalid.
@MuslimaAnvarova-fi1de
@MuslimaAnvarova-fi1de 6 ай бұрын
same :(
@MrIMacro
@MrIMacro 2 жыл бұрын
Changing the activity background at 01:00 doesn't work for me in the newer versions of android studio. Do you know why? Thanks
@alokeshnath4269
@alokeshnath4269 3 жыл бұрын
but what if we want to put this splash screen in between the two screens? Like in recyclerview while data is loading?
@Noah-vm8id
@Noah-vm8id 2 жыл бұрын
But if we start the app, it still shows a white screen for 0.5 seconds, is there no way to solve that?
@vrowmuria
@vrowmuria 4 жыл бұрын
2:17 There is a white screen that shows for 1-2 seconds before the splash screen. How to stop that screen?
@ahmetbiyik7392
@ahmetbiyik7392 4 жыл бұрын
this is because of setContentView, if you use Themes it will be gone, read medium.com/swlh/splash-screen-in-android-8ab250e40190
@svenhussel
@svenhussel 3 жыл бұрын
I can't download the asset. is there another way?
@shivangeerajput8882
@shivangeerajput8882 Жыл бұрын
Man this is just awesome.Straight to the point.
@juniormelo26
@juniormelo26 Жыл бұрын
Parabéns pelo video, qual seria o tamanho ideal para essa imagem que utilizou, as dimnesões. Obrigado!
@thewolf-ps1qz
@thewolf-ps1qz 4 жыл бұрын
what software did u use to edit the vid? .. the zoom is soooo smuuuthhhhh
@magicblock1748
@magicblock1748 2 жыл бұрын
快fast,狠confident,准accurate THANKS
@thetekkitrealm4863
@thetekkitrealm4863 4 жыл бұрын
How u add pic and which software create pic for splash screen
@chocht
@chocht 4 жыл бұрын
Really fast and good video. I still have a problem with this : let's say for example the user launches the app by mistake, so he instantly presses back button after realizing his mistake, but this method will take him to the next activity, with the postDelayed function, and I think that's a problem. You don't wanna force the user, when he started your app and went back instantly, to start the next activity, and I'm looking for a solution for this. If you have a solution I'm very interested. Thank you very much for your content anyways!!
@techeasy602
@techeasy602 3 жыл бұрын
Just use finish () method after starting new activity
@sid00760
@sid00760 4 жыл бұрын
Can you explain MVI - model-view-intent architecture? I also start learning by Today.
@StevdzaSan
@StevdzaSan 4 жыл бұрын
There will be complete course for that in the future.
@sid00760
@sid00760 4 жыл бұрын
Great I will wait for that 😍✌🏻
@javatime2763
@javatime2763 2 жыл бұрын
wow nice simple and fast good job dude
@ИгорьТ-х6м
@ИгорьТ-х6м 2 жыл бұрын
Vector asset link doesn't work, I think. I've tried to open it up couple of times - every time I see the ads, but no asset.
@a.luthfiridwan3724
@a.luthfiridwan3724 3 жыл бұрын
Damn Bro Thanks, You really saved me there with my assignment
@chandankashyap4914
@chandankashyap4914 3 жыл бұрын
Short , simple , informative. Thankyou buddy exactly what I needed!!
@mahmutbedir8061
@mahmutbedir8061 4 жыл бұрын
For Java; final Handler handler = new Handler(Looper.getMainLooper()); handler.postDelayed(new Runnable() { @Override public void run() { Intent intent = new Intent(getApplicationContext(), MainActivity.class); startActivity(intent); } }, 200);
@saravananmanoharan4114
@saravananmanoharan4114 3 жыл бұрын
Ah, thanks :)
@henryy1047
@henryy1047 2 жыл бұрын
You saved my life, thanks :D
@leifgiering
@leifgiering 2 жыл бұрын
This should be pinned
@belnjir
@belnjir 4 ай бұрын
terima kasih orang baik 😘😘😘😘😘😘😘😘
@AAK445
@AAK445 3 жыл бұрын
Hi Handler method is not working and " val " and intent aren't working how to fix it?
@xkall
@xkall 4 жыл бұрын
Do also on slash screen which slowing shrink in size while showing next activity.. (animated)
@sundaysans
@sundaysans 3 жыл бұрын
Why my background without color sir, or black&white ???
@mhss
@mhss 4 жыл бұрын
What is the minimum sdk to use material components please ?
@FaizanSaleem-h5m
@FaizanSaleem-h5m Жыл бұрын
Hi sir please help me .I have a issue in a Handler code .
@veervikramsingh8911
@veervikramsingh8911 3 жыл бұрын
under which class does finish() method comes under
@davidtzirima9301
@davidtzirima9301 4 жыл бұрын
this is exactly what i was looking for thank you very much
@mikeyt2008
@mikeyt2008 3 жыл бұрын
how can you apply this for different screen sizes like tablets and landscape?
@vinuu.k
@vinuu.k Жыл бұрын
There is nothing in video description
@oxidan78
@oxidan78 3 жыл бұрын
I have my app already done, Can I create a new activity (splash activity ) and connect it with the main activity????? regards from Peru
@sweeteunice7752
@sweeteunice7752 3 жыл бұрын
Yes you can
@vishrutgoyani8071
@vishrutgoyani8071 3 жыл бұрын
You can add the Splash screen without that blank white screen in starting. It will make your video better!
@umitdemir3741
@umitdemir3741 2 жыл бұрын
SplashScreens didn't created for this purpose. You are implementing splashscreens with time but if you look at google's documentation, you see it doesn't must be like that. Use advantage of loading app duration for the benefit of your brand. You shouldn't create splash screen depends on time. If you do it, the opening scenario will be like this: 1- splash screen (3000 ms) 2- app loading time (whatever it takes) As you see, it is not best practice for splashscreen
@aleksandernightwind1239
@aleksandernightwind1239 3 жыл бұрын
when my mainactivity is already main page. can i add another emptyactivity and use it as a splash Screen?
@farhodakramov8158
@farhodakramov8158 3 жыл бұрын
what shoud we do if we using it fragment to palce finish()
@jordanbaker5203
@jordanbaker5203 2 жыл бұрын
Amazing video mate
@NaXXG69
@NaXXG69 2 жыл бұрын
Can I use video instead of a picture?
@Anonymous-cb6by
@Anonymous-cb6by 3 жыл бұрын
Sir plz tell your system configuration
@artemoborozhnyy2038
@artemoborozhnyy2038 3 жыл бұрын
So so, in my opinion, splash screen should show something when app processes are loading. Without any time after show splash screen would be better
@letswintheday9731
@letswintheday9731 2 жыл бұрын
Handler().postdelayed not working why?
@miguelsalcedo207
@miguelsalcedo207 3 жыл бұрын
Thank You. Your videos are seriously helping me in my courses.
@anmastery
@anmastery 4 жыл бұрын
sir, are u have a whatssup group? can I join to learn more about android? thank you sir
@sid00760
@sid00760 4 жыл бұрын
Add me there too 😬✌🏻
@farrisnasarudin7386
@farrisnasarudin7386 4 жыл бұрын
i want tooo email me when he gives link farrisnasarudin02@gmail.com
@emretaskran5483
@emretaskran5483 4 жыл бұрын
Thanks. Your videos are really nice. I am learning daily little little totaly big tricks by you, thanks a lot. Please continue your videos.
@atulchandradash8477
@atulchandradash8477 3 жыл бұрын
Very useful video….and video explaining was so good.
@purplecheddar7142
@purplecheddar7142 3 жыл бұрын
Would this work for my S4 i9500?
@kisanshah3739
@kisanshah3739 4 жыл бұрын
Great, I learned how to use finish()
@deanputrifirza9367
@deanputrifirza9367 3 жыл бұрын
Same!
@romipatel3254
@romipatel3254 4 жыл бұрын
Hi Stevdza How do I show splash screen only once when app is downloaded and not everything I open the app.
@ImBsal
@ImBsal 3 жыл бұрын
The vector file is no longer available. Help
@softwarain5674
@softwarain5674 3 жыл бұрын
please also add bottom navigation bar
@samatzhussipov1139
@samatzhussipov1139 4 жыл бұрын
is not true way to makeing splash 😠😠
@lizjoe21750
@lizjoe21750 Жыл бұрын
So what is the true way? I need to make a splash screen for my car's Android screen. 😬
@manojthori924
@manojthori924 4 жыл бұрын
Quick Excellent explanation.
@rubenoganesyan1669
@rubenoganesyan1669 4 жыл бұрын
It's not a best way to get a splash screen.
@hamoudachokri
@hamoudachokri Жыл бұрын
soo smooth thank u very much
@Rajmanov
@Rajmanov 2 жыл бұрын
This Splash is good but it's incomplete, you need to remove the white screen of the initialization of your app too
@musicvibe5683
@musicvibe5683 2 жыл бұрын
Bro how you paste image in svg
@blackbuds
@blackbuds 3 жыл бұрын
bro that file is not available
@agussupriatna6351
@agussupriatna6351 3 жыл бұрын
The link you provided can't be downloaded anymore
@samuelidung2345
@samuelidung2345 2 жыл бұрын
it's very interesting and easy to understand
@viniciusborges5276
@viniciusborges5276 3 жыл бұрын
The vector asset is no longer avaible
@athallahrikzaihsani9925
@athallahrikzaihsani9925 2 жыл бұрын
where is the link to download the splash screen svg?
@rr2r2r2ra
@rr2r2r2ra 3 жыл бұрын
my Handler() got strikethrough on it
@muktikalsekar9036
@muktikalsekar9036 3 жыл бұрын
maine jab run kiya toh , error:cannot reach to adb server. how to solve this error?
@bandarab7a624
@bandarab7a624 3 жыл бұрын
this is amazing ♥.. little time but lot learning
@leanderhrz174
@leanderhrz174 4 жыл бұрын
Nice Tip.... is very very simple how you do.
@maxhooker4186
@maxhooker4186 3 жыл бұрын
handler() and postDelayed() appear in red....do I need to import something or add any implementation?
@zecool7041
@zecool7041 3 жыл бұрын
the code in this video is in kotlin, search for delaying activity for java stackoverflow.com/questions/35935715/android-redirect-to-another-activity-after-delay/35936317 this is approximately what the code is like(check the 1st answer)
@peterpan7659
@peterpan7659 4 жыл бұрын
Straight to the point. I like it
@jeremytiempo5365
@jeremytiempo5365 3 жыл бұрын
how about java code? with delayed
@S_Crypto
@S_Crypto 3 жыл бұрын
Help My Svg image turned into black in Android studio
@blackbuds
@blackbuds 3 жыл бұрын
i like your work cause you give the file i like it thanks
@syedburhanalishah1631
@syedburhanalishah1631 2 жыл бұрын
where is the svg file ?
@dukestaara2913
@dukestaara2913 4 жыл бұрын
straight to the point and very clear
@akshattamrakar9071
@akshattamrakar9071 2 жыл бұрын
This is not a splash screen,it's just a screen that disappears after a few seconds...
@suranjandas2972
@suranjandas2972 2 жыл бұрын
Thanks man it's awesome
@andrewknox1304
@andrewknox1304 3 жыл бұрын
Short and Sweet thank you.
@Another0neTime
@Another0neTime 4 жыл бұрын
Just what I was looking for!!!
@iosdeveren
@iosdeveren 4 жыл бұрын
Hi bro, I know it’s irrelevant but I have a question for u, how can I make a pop up window ( pop up dialog) with showing user details & user profile ? I have some screenshots about that I can show u example
@purplerain3968
@purplerain3968 3 жыл бұрын
I need to this for java
@ibnusabilli414
@ibnusabilli414 2 жыл бұрын
thank you, nice tutorial (effective + simple + informative), wish u all the best!
@nishantjadhav416
@nishantjadhav416 3 жыл бұрын
None of these syntax are valid in my android studio
@lukecross5439
@lukecross5439 4 жыл бұрын
I can export to png? or the quality change?
@bhoxzchico7745
@bhoxzchico7745 3 жыл бұрын
This video is so helpful. Thank you for making this and i hope you do more content. Keep it up!
@NatxDoe
@NatxDoe 4 жыл бұрын
Thanks Bro ! the method of your implementation in Kotlin, also served me in Java. In a Project "Android Studio".
@ebi7hosseinpour902
@ebi7hosseinpour902 2 жыл бұрын
Thank you!!! 🙏 . If is possible for you make a video teach how to make a quiz app. Thank you
@jordanvilleza1762
@jordanvilleza1762 8 ай бұрын
why my image cropped
@PraveenPraveen-kd2nz
@PraveenPraveen-kd2nz 2 жыл бұрын
Good....🤗Very short nice work 👍👍👍
@JuanceMusicOK
@JuanceMusicOK 4 жыл бұрын
Hanlder is deprecated... Any solution? :(
@ahmetbiyik7392
@ahmetbiyik7392 4 жыл бұрын
Handler(Looper.getMainLooper()).postDelayed({ // todo },1000)
@AnoopThiruonam
@AnoopThiruonam 3 ай бұрын
I don’t think splash screen is supposed to be based on timer
How to make a Splash Screen without extra Activity in Android
9:48
Philipp Lackner
Рет қаралды 87 М.
OCCUPIED #shortssprintbrasil
0:37
Natan por Aí
Рет қаралды 131 МЛН
Andro, ELMAN, TONI, MONA - Зари (Official Audio)
2:53
RAAVA MUSIC
Рет қаралды 8 МЛН
Wednesday VS Enid: Who is The Best Mommy? #shorts
0:14
Troom Oki Toki
Рет қаралды 50 МЛН
Support Multiple Screen Sizes - Android Studio Tutorial
8:20
Stevdza-San
Рет қаралды 99 М.
Custom Loading Alert Dialog - Android Studio Tutorial
5:46
Stevdza-San
Рет қаралды 107 М.
Splash Screen in Android Studio using Kotlin | Latest 2023 API Method
7:11
FRAGMENTS - Android Fundamentals
17:29
Philipp Lackner
Рет қаралды 339 М.
Create a Splash Screen in Flutter | Complete Tutorial🔥
18:27
WsCube Tech
Рет қаралды 90 М.
How to Create a Stunning Splash Screen in Flutter
9:31
Spellthorn
Рет қаралды 76 М.
OCCUPIED #shortssprintbrasil
0:37
Natan por Aí
Рет қаралды 131 МЛН