i forgot to add the skip button, anyways i updated the github source code,you can check it out. movie streaming template part 4 will be up this evening or tomorrow :'(
Your tutorials are so well produced, so easy to follow, and get right to the point. I really appreciate all the time and effort that have gone into them, they have been INVALUABLE in helping me develop my first app. Thanks!!!
I love your videos for so many reasons. But what I like the most is that you take care of the smaller things e.g. not show the onboarding screen once the user has already seen it. Keep up the good work.
Excellent video, my congratulations and thank you very much for uploading and sharing your knowledge, I have already been studying Java and Android Studio for 1 month, and I have come a long way. Every day I want to learn much more, I spend about 12 hours a day studying on my lapto.
i would like to use the com.android.support:design in version 27 instead of 28 BUT BaseOnTabSelectedListener in java introActivity not work ! can you help me pleas
from websites like uplabs and dribbble i search for illustration freebies ( free design projects files) created by other designers but you need a design software like photoshop or illustrator or adobe XD in order to edit those files.
I have tried this tutorial but the intoactivity is not running I have made a splash screen before this walkthrough and I have connected them but only my splash screen runs
initially, when I run it on AVD virtual device (Pixel 2), it works fine. But when run on android mobile it crashes on sliding from the first screen to the second screen. but as I decrease the size of the image it starts working. Thanks.
Hi , in line tabIndicator = findViewById(R.id.tabindicator); I get an error ---> Issue id: WrongViewCast and when you run the app it closes alone, help me please!!
Very easily you show how to make get starter pages. But if you also explain with your voice then it would be a 100% qualitifull content. However Thank a lot
After setting the shared preferences boolean to true, the app starts from MainActivity. But if I press the back button, the Intro activity comes up. How to avoid this?
On moving from IntroActivity to MainActivity finish() the IntroActivity, and if after restarting the app pressing the back button from MainActivity redirects you to IntroActivity(), use a SplashScreen which will simplify your work.
Hello, I would like to ask if you have any app released on Google Play or AppStore (if you make apps on iOS). I would love to see them, the design etc.
from websites like uplabs and dribbble i search for illustration freebies ( free design projects files) created by other designers but you need a design software like photoshop or illustrator or adobe XD in order to edit those files.
@@AwsRh sir on main activity how can we implement splash screen activity... i am confused in manifest that which one i use for launcher...please help me about to solve it. If possible than please make a third part on it.
Hi Aws Rh, I would like to ask you how it can be done so that this Onboarding screen only appears the first time the application is installed, so that every time the app is launched, it only takes me to the home screen and does not show me all the intro, I would greatly appreciate your response a thousand thanks, your videos are incredible
Santi l I did something similar to that. What I did was saved a Boolean in SharedPreferences and had a button that said “never show” then if it was clicked I saved true and if it was never click by default I had it as false. Hope it helps!
i forgot to add the skip button, anyways i updated the github source code,you can check it out.
movie streaming template part 4 will be up this evening or tomorrow :'(
Hello! Your works are Amazing! Do you do ios ui ?
hello this app has an, unfortunately, error how to I run it please reply me
Your tutorials are so well produced, so easy to follow, and get right to the point. I really appreciate all the time and effort that have gone into them, they have been INVALUABLE in helping me develop my first app. Thanks!!!
Quite an old video, but very well made. Slow coding and very intuitive. Gave me a lot of insights to my project and helped me very much. Thanks!!
Glad it helped you even it's too old
I love your videos for so many reasons. But what I like the most is that you take care of the smaller things e.g. not show the onboarding screen once the user has already seen it. Keep up the good work.
Excellent video, my congratulations and thank you very much for uploading and sharing your knowledge, I have already been studying Java and Android Studio for 1 month, and I have come a long way.
Every day I want to learn much more, I spend about 12 hours a day studying on my lapto.
Thank you so much for this awesome stuff. Clear coding and easy to understand. Came to the right spot. Thanks❤🔥
Great background music ! Thanks for the video
Great tutorial. Correctly structured with polymorphism and encapsulation.
You are the best 🔥
Superb bro i learn something new from you...
Nice tutorial man.. I love your sound tracks
Thank u for these amazing tutorials
Great job ❣️ thank you sir
thanks Rayen rourou
great tutorial once again
thanks for your support bro
i would like to use the com.android.support:design in version 27 instead of 28 BUT BaseOnTabSelectedListener in java introActivity not work ! can you help me pleas
Thank you so mach but i want ask you y when i send the app to my phone the app exit from the app i do not know what happened
Great video ❤
Nice tutorial.. thanks bro..
your welcome brother
Im new to android studio so I am wondering what should I do if I want to implement this thing in an already existing app?
Thank you @Aws Rh, I asked to do so.
@Aws Rh Thank's for this good tutorial!!! Please where are you take your images?
from websites like uplabs and dribbble i search for illustration freebies ( free design projects files) created by other designers but you need a design software like photoshop or illustrator or adobe XD in order to edit those files.
You Madlad!!!! I love you.
Thank You bro, you're awesome
Very beautifull app .. Thanks for everythink..
thx dude
thank you so much for this
Nice video and great content, loved it!!! :D :D
P.S: If the content is good then spelling mistakes doesn't matter :D
thanx dude :'D
how to get back to intro screen, when you already in mainactivity page?
Thank you so much ! You're awesome
nice thanks for helping us
Great Job bro..
Hey,
I want a button to appear on the 2nd page, but what position is that?
I already tried everything.
if its start counting from 0 the position of the second screen should be 1
as always good job
Thank you very much. Aws Rh
your welcome my friend
i used ur github code. bt don't know y my mainactivity run bfore IntroActivity..?? even defining Intro before mainactivity
I have tried this tutorial but the intoactivity is not running I have made a splash screen before this walkthrough and I have connected them but only my splash screen runs
How to get more illustration like you have
initially, when I run it on AVD virtual device (Pixel 2), it works fine. But when run on android mobile it crashes on sliding from the first screen to the second screen. but as I decrease the size of the image it starts working. Thanks.
Can you give a link of white mock up phone asset ? I like it so much please give that sir🙏
Hi Aws Rh, The application is very nice. Why not no action bar?. When doing no action bar, the application crashes.
hello sir,
i need uaa help. when i tried to run this code on my phone it simply did not opened the application . Can u please help !
Good job
thnx dude
thanks :) and what's your video editor name??
How can one implrment background transition with onbarding like this without using fragments??
God bless you.. thank you is not enough... i subscribed immediately...
Genius! Thank you sir!
Any link to get some of them?.They are indeed good for programming
nice video bro, thanks
Thank you aws....
thanks for your support bro
Always welcome
Hi , in line tabIndicator = findViewById(R.id.tabindicator); I get an error ---> Issue id: WrongViewCast and when you run the app it closes alone, help me please!!
make sure that your tabindicator is actually a TabLayout
Great, thank's a lot
thank you very much brother!!!!!
really nice
Thank you, sir, I have to subscribe to your channel.
Thanks Very helpfull
In your activity_main.xml page there is a white bar type thing. How to remove that?
sry, I didn't understand do you mean the statue bar?
Hello! Your works are Amazing! Do you do ios ui ?
No
Very easily you show how to make get starter pages. But if you also explain with your voice then it would be a 100% qualitifull content. However Thank a lot
very good but you forgot what happened when user click onTabUnselected
suwun
After setting the shared preferences boolean to true, the app starts from MainActivity. But if I press the back button, the Intro activity comes up. How to avoid this?
On moving from IntroActivity to MainActivity finish() the IntroActivity, and if after restarting the app pressing the back button from MainActivity redirects you to IntroActivity(), use a SplashScreen which will simplify your work.
wow I was looking the same technique
Thanks!
thanks bro for your help
Great work bro. But main activity is not opening through onclick please help me
Hello, I would like to ask if you have any app released on Google Play or AppStore (if you make apps on iOS). I would love to see them, the design etc.
I only do android apps
Bro blog app episode how many days it will take... I am excited to complete
I'm not sure how many day it will take but there are only 3 or 2 part left so not too long
@@AwsRh I am waiting bro..finish asap..keep going bro
From where do you get the images you use in your apps.. like the ones used here?
from websites like uplabs and dribbble i search for illustration freebies ( free design projects files) created by other designers but you need a design software like photoshop or illustrator or adobe XD in order to edit those files.
Thank you, you helped me
nice tutorial sir...
thank you
Himanshu Malik
Aws Rh will Intro Screen Layout Part3 come???
i completed it in two parts
have any suggestion or feature to add ?
maybe il make a third part on it
@@AwsRh sir on main activity how can we implement splash screen activity... i am confused in manifest that which one i use for launcher...please help me about to solve it. If possible than please make a third part on it.
thanks boss great
what is ic_background_launcher and what does it help with ? plz answer!
its not important,just added it to see how the imageView width and height will look like..
Hey,
After implantation of walk through slides, my splash screen is no showing.. Please guide me..
you need to redirect to ur splash screen activity instead of main activity here : 27:05 and here 33:07
good luck
Hi Aws Rh, I would like to ask you how it can be done so that this Onboarding screen only appears the first time the application is installed, so that every time the app is launched, it only takes me to the home screen and does not show me all the intro, I would greatly appreciate your response a thousand thanks, your videos are incredible
Santi l I did something similar to that. What I did was saved a Boolean in SharedPreferences and had a button that said “never show” then if it was clicked I saved true and if it was never click by default I had it as false. Hope it helps!
amazing
Sir please give me how to use lottie image in walkthrough screen.make a for this topic
Thanks so much
your welcome my brother
Great!
شكرا
hi, your project is good, but you forgot to go back and adding a finish().
i want your gmail to ask you about some things,, i can't Set the design well
error keep stopping app
شكرا شكرا
thanks
Hey bro, your videos are very good and interesting.
but you have a big problem, and your problem is
you don't talk about it in videos. please talk...
30:50 R.I.P. English 🤣🤣🤣
auto subsrcibe
Once I came out of my app and again come in , it is not showing me this layout, it is directly moving to main activity ?y?
thanks