Watch an updated video: kzbin.info/www/bejne/rWS3f3aIrL2Ujq8
@intrepe_daily2 жыл бұрын
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
@kanzanaveed2 жыл бұрын
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 💛🙌🙌🙌
@StevdzaSan2 жыл бұрын
Yay! I'm happy to help buddy! 🎉
@kanzanaveed2 жыл бұрын
@@StevdzaSan muchhhhh appreciated
@destinyjames61173 жыл бұрын
Wow, short, informative, everything a programmer in a rush needs
@mazencool20103 жыл бұрын
Agree with you, that's why he earned my sub.
@yscode27472 жыл бұрын
Exactly , as I did today in school!!
@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 Жыл бұрын
@@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 Жыл бұрын
@@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."
@vitikahappy3 жыл бұрын
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.
@TheOneAndOnlyMart2 жыл бұрын
lol
@edenmor62102 жыл бұрын
youtube removed dislike counter... :P
@DeeYatt17Ай бұрын
sejauh ini tutorial yang sangat simpel, ringkas dan berhasil terimakasih banyak
@39alpha4 жыл бұрын
I think this may be the best splash tutorial on youtube! kept it simple and actually talked. Tysm
@ranjiniramath62404 жыл бұрын
I agree
@allanmwangi29702 жыл бұрын
problem noted there is nothing on the video description,, no file to download
@entemolu12 жыл бұрын
I am new to android. But I haven’t seen a wonder tutorial same like this. Very short n very informative .
@anudeepananth4 жыл бұрын
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
@thecodestormYT3 жыл бұрын
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 😁)
@ahmeedev3 жыл бұрын
i learned a lot in limited minutes. Love you
@ranjiniramath62404 жыл бұрын
I think this is the best splash tutorial in youtube
@bonvoy-travel53762 жыл бұрын
I think this was the most efficient video I have seen in a long time
@rohanbari2 жыл бұрын
Short, concise, clear, and confident. Congrats! +1
@ayseeren24389 ай бұрын
Finally not indian voices
@فؤادانور-ز2د2 жыл бұрын
Where is the picture you said we will find in the description box?
@LJMadrigalMusic2 жыл бұрын
that Handler thread doesn't work on my AS. It's always in red that's why the next components are invalid.
@MuslimaAnvarova-fi1de6 ай бұрын
same :(
@MrIMacro2 жыл бұрын
Changing the activity background at 01:00 doesn't work for me in the newer versions of android studio. Do you know why? Thanks
@alokeshnath42693 жыл бұрын
but what if we want to put this splash screen in between the two screens? Like in recyclerview while data is loading?
@Noah-vm8id2 жыл бұрын
But if we start the app, it still shows a white screen for 0.5 seconds, is there no way to solve that?
@vrowmuria4 жыл бұрын
2:17 There is a white screen that shows for 1-2 seconds before the splash screen. How to stop that screen?
@ahmetbiyik73924 жыл бұрын
this is because of setContentView, if you use Themes it will be gone, read medium.com/swlh/splash-screen-in-android-8ab250e40190
@svenhussel3 жыл бұрын
I can't download the asset. is there another way?
@shivangeerajput8882 Жыл бұрын
Man this is just awesome.Straight to the point.
@juniormelo26 Жыл бұрын
Parabéns pelo video, qual seria o tamanho ideal para essa imagem que utilizou, as dimnesões. Obrigado!
@thewolf-ps1qz4 жыл бұрын
what software did u use to edit the vid? .. the zoom is soooo smuuuthhhhh
@magicblock17482 жыл бұрын
快fast,狠confident,准accurate THANKS
@thetekkitrealm48634 жыл бұрын
How u add pic and which software create pic for splash screen
@chocht4 жыл бұрын
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!!
@techeasy6023 жыл бұрын
Just use finish () method after starting new activity
@sid007604 жыл бұрын
Can you explain MVI - model-view-intent architecture? I also start learning by Today.
@StevdzaSan4 жыл бұрын
There will be complete course for that in the future.
@sid007604 жыл бұрын
Great I will wait for that 😍✌🏻
@javatime27632 жыл бұрын
wow nice simple and fast good job dude
@ИгорьТ-х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.luthfiridwan37243 жыл бұрын
Damn Bro Thanks, You really saved me there with my assignment
@chandankashyap49143 жыл бұрын
Short , simple , informative. Thankyou buddy exactly what I needed!!
@mahmutbedir80614 жыл бұрын
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);
@saravananmanoharan41143 жыл бұрын
Ah, thanks :)
@henryy10472 жыл бұрын
You saved my life, thanks :D
@leifgiering2 жыл бұрын
This should be pinned
@belnjir4 ай бұрын
terima kasih orang baik 😘😘😘😘😘😘😘😘
@AAK4453 жыл бұрын
Hi Handler method is not working and " val " and intent aren't working how to fix it?
@xkall4 жыл бұрын
Do also on slash screen which slowing shrink in size while showing next activity.. (animated)
@sundaysans3 жыл бұрын
Why my background without color sir, or black&white ???
@mhss4 жыл бұрын
What is the minimum sdk to use material components please ?
@FaizanSaleem-h5m Жыл бұрын
Hi sir please help me .I have a issue in a Handler code .
@veervikramsingh89113 жыл бұрын
under which class does finish() method comes under
@davidtzirima93014 жыл бұрын
this is exactly what i was looking for thank you very much
@mikeyt20083 жыл бұрын
how can you apply this for different screen sizes like tablets and landscape?
@vinuu.k Жыл бұрын
There is nothing in video description
@oxidan783 жыл бұрын
I have my app already done, Can I create a new activity (splash activity ) and connect it with the main activity????? regards from Peru
@sweeteunice77523 жыл бұрын
Yes you can
@vishrutgoyani80713 жыл бұрын
You can add the Splash screen without that blank white screen in starting. It will make your video better!
@umitdemir37412 жыл бұрын
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
@aleksandernightwind12393 жыл бұрын
when my mainactivity is already main page. can i add another emptyactivity and use it as a splash Screen?
@farhodakramov81583 жыл бұрын
what shoud we do if we using it fragment to palce finish()
@jordanbaker52032 жыл бұрын
Amazing video mate
@NaXXG692 жыл бұрын
Can I use video instead of a picture?
@Anonymous-cb6by3 жыл бұрын
Sir plz tell your system configuration
@artemoborozhnyy20383 жыл бұрын
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
@letswintheday97312 жыл бұрын
Handler().postdelayed not working why?
@miguelsalcedo2073 жыл бұрын
Thank You. Your videos are seriously helping me in my courses.
@anmastery4 жыл бұрын
sir, are u have a whatssup group? can I join to learn more about android? thank you sir
@sid007604 жыл бұрын
Add me there too 😬✌🏻
@farrisnasarudin73864 жыл бұрын
i want tooo email me when he gives link farrisnasarudin02@gmail.com
@emretaskran54834 жыл бұрын
Thanks. Your videos are really nice. I am learning daily little little totaly big tricks by you, thanks a lot. Please continue your videos.
@atulchandradash84773 жыл бұрын
Very useful video….and video explaining was so good.
@purplecheddar71423 жыл бұрын
Would this work for my S4 i9500?
@kisanshah37394 жыл бұрын
Great, I learned how to use finish()
@deanputrifirza93673 жыл бұрын
Same!
@romipatel32544 жыл бұрын
Hi Stevdza How do I show splash screen only once when app is downloaded and not everything I open the app.
@ImBsal3 жыл бұрын
The vector file is no longer available. Help
@softwarain56743 жыл бұрын
please also add bottom navigation bar
@samatzhussipov11394 жыл бұрын
is not true way to makeing splash 😠😠
@lizjoe21750 Жыл бұрын
So what is the true way? I need to make a splash screen for my car's Android screen. 😬
@manojthori9244 жыл бұрын
Quick Excellent explanation.
@rubenoganesyan16694 жыл бұрын
It's not a best way to get a splash screen.
@hamoudachokri Жыл бұрын
soo smooth thank u very much
@Rajmanov2 жыл бұрын
This Splash is good but it's incomplete, you need to remove the white screen of the initialization of your app too
@musicvibe56832 жыл бұрын
Bro how you paste image in svg
@blackbuds3 жыл бұрын
bro that file is not available
@agussupriatna63513 жыл бұрын
The link you provided can't be downloaded anymore
@samuelidung23452 жыл бұрын
it's very interesting and easy to understand
@viniciusborges52763 жыл бұрын
The vector asset is no longer avaible
@athallahrikzaihsani99252 жыл бұрын
where is the link to download the splash screen svg?
@rr2r2r2ra3 жыл бұрын
my Handler() got strikethrough on it
@muktikalsekar90363 жыл бұрын
maine jab run kiya toh , error:cannot reach to adb server. how to solve this error?
@bandarab7a6243 жыл бұрын
this is amazing ♥.. little time but lot learning
@leanderhrz1744 жыл бұрын
Nice Tip.... is very very simple how you do.
@maxhooker41863 жыл бұрын
handler() and postDelayed() appear in red....do I need to import something or add any implementation?
@zecool70413 жыл бұрын
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)
@peterpan76594 жыл бұрын
Straight to the point. I like it
@jeremytiempo53653 жыл бұрын
how about java code? with delayed
@S_Crypto3 жыл бұрын
Help My Svg image turned into black in Android studio
@blackbuds3 жыл бұрын
i like your work cause you give the file i like it thanks
@syedburhanalishah16312 жыл бұрын
where is the svg file ?
@dukestaara29134 жыл бұрын
straight to the point and very clear
@akshattamrakar90712 жыл бұрын
This is not a splash screen,it's just a screen that disappears after a few seconds...
@suranjandas29722 жыл бұрын
Thanks man it's awesome
@andrewknox13043 жыл бұрын
Short and Sweet thank you.
@Another0neTime4 жыл бұрын
Just what I was looking for!!!
@iosdeveren4 жыл бұрын
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
@purplerain39683 жыл бұрын
I need to this for java
@ibnusabilli4142 жыл бұрын
thank you, nice tutorial (effective + simple + informative), wish u all the best!
@nishantjadhav4163 жыл бұрын
None of these syntax are valid in my android studio
@lukecross54394 жыл бұрын
I can export to png? or the quality change?
@bhoxzchico77453 жыл бұрын
This video is so helpful. Thank you for making this and i hope you do more content. Keep it up!
@NatxDoe4 жыл бұрын
Thanks Bro ! the method of your implementation in Kotlin, also served me in Java. In a Project "Android Studio".
@ebi7hosseinpour9022 жыл бұрын
Thank you!!! 🙏 . If is possible for you make a video teach how to make a quiz app. Thank you
@jordanvilleza17628 ай бұрын
why my image cropped
@PraveenPraveen-kd2nz2 жыл бұрын
Good....🤗Very short nice work 👍👍👍
@JuanceMusicOK4 жыл бұрын
Hanlder is deprecated... Any solution? :(
@ahmetbiyik73924 жыл бұрын
Handler(Looper.getMainLooper()).postDelayed({ // todo },1000)
@AnoopThiruonam3 ай бұрын
I don’t think splash screen is supposed to be based on timer