03(B) - Walkthrough/Onboarding Screen Shared Preferences - City Guide App - 2020

  Рет қаралды 23,992

Coding With T

Coding With T

Күн бұрын

Пікірлер: 73
@CodingwithT
@CodingwithT 3 жыл бұрын
For App Development: Whatsapp: wa.me/+923060000606​ Instagram: instagram.com/coding_with...​ Twitter: twitter.com/coding_with_tea/​ Facebook: facebook.com/codingwithtea/​ Email: developer@taimoorsikander.com
@adityaojha2701
@adityaojha2701 3 жыл бұрын
Enjoying this series. If possible can you put short video on what changes to be done if using PageViewer2 instead of PageViewer that we used in 4th video. It would be helpful for all upcoming viewers.
@CodingwithT
@CodingwithT 3 жыл бұрын
Sure
@kishanmaheshwary6704
@kishanmaheshwary6704 2 жыл бұрын
best video... Sir in sliders layout xml, handing and description its not correctly working when i put text on image then text showing.. help plz
@CodingwithT
@CodingwithT 2 жыл бұрын
I think you've issues in hooks. Make sure ids of xml layout is properly assigned
@thecodebear
@thecodebear 3 жыл бұрын
instead of writing 4 if else if blocks set the visibility of the get_started_btn to invisible in xml and then in java if position is three set it visible else set it invisible
@CodingwithT
@CodingwithT 3 жыл бұрын
Do me WhatsApp on wa.me/+923060000606
@habeebahamed8486
@habeebahamed8486 3 жыл бұрын
Your videos are very clear and 100% working. Thank you for sharing!!
@bhautikpanchal4553
@bhautikpanchal4553 3 жыл бұрын
if we not press skip button and after sometime last slide screen automatic disable and start home page? can you share the code
@Mkumarei
@Mkumarei 4 жыл бұрын
I cannot find the code for sliderAdapter class?? my Description is not showing in the screen??
@CodingwithT
@CodingwithT 4 жыл бұрын
Code from where?
@Mkumarei
@Mkumarei 4 жыл бұрын
@@CodingwithT Your Website.
@mrdemomrdemo2297
@mrdemomrdemo2297 4 жыл бұрын
after loading it immediately goes to UserDashboard. the slide does not show?
@CodingwithT
@CodingwithT 4 жыл бұрын
Do me WhatsApp on wa.me/+923060000606
@edersantana4798
@edersantana4798 4 жыл бұрын
Boa tarde... Conheci seu canal hoje, muito bom as aulas... Você teria algum material para fazer um app delivery tipo ifood ou uber?
@shashagarg9380
@shashagarg9380 4 жыл бұрын
while creating and running this app it is showing you are using deprecated Api how to resolve that issue ????????????????????????????
@CodingwithT
@CodingwithT 4 жыл бұрын
Go to the build.gradle and check if any API is underline in red, try to figure that out
@shashagarg9380
@shashagarg9380 4 жыл бұрын
No no actually u were using pagerview and that is deprecated so google replaced it with viewpager2 so i chnaged all the code and used it and it worked ... Sir .. One more please add a google file in which all icons are there
@williamfernandocastro3673
@williamfernandocastro3673 4 жыл бұрын
@@shashagarg9380 el mio funciona perfectamente, eres el mejor Taimoor :D solo te falto el boton de start_btn public void start(View view){ startActivity(new Intent(this, UserDashboard.class)); finish(); -el OnBoarding sigue apareciendo, una y otra vez, no se como quitarlo, revisare hasta resolverlo, te agradezco enormemente, eres un excelente pedagogo, explicas muy bien.
@williamfernandocastro3673
@williamfernandocastro3673 4 жыл бұрын
ya lo resolvi :) funciona a la perfeccion
@shashagarg9380
@shashagarg9380 4 жыл бұрын
@@williamfernandocastro3673 bro i cant able to understand you language haha can u type in english plz 🙈
@mohammadzeeshan6469
@mohammadzeeshan6469 4 жыл бұрын
hello brother.... i followed complete procedure and everything is working fine... but the only thing not working is shared preference code.... my onboarding screen is coming each time i start my app... why this is happening...? and whats the solution...?
@CodingwithT
@CodingwithT 4 жыл бұрын
There must be some issue with code! Can you show it to me?
@abidsaeed4333
@abidsaeed4333 4 жыл бұрын
Did you solve ? i am having the same issue.
@aaronlasierdo8428
@aaronlasierdo8428 2 жыл бұрын
Same problem how did you fix it?
@imrualice
@imrualice 4 жыл бұрын
Hi Sir, we are facing problems to make button transparent ? plz help
@CodingwithT
@CodingwithT 4 жыл бұрын
Do me WhatsApp on wa.me/+923060000606
@TechieYash007
@TechieYash007 4 жыл бұрын
bro duration attribute of translate in anim directory is not showing to me
@CodingwithT
@CodingwithT 4 жыл бұрын
Sorry for the delay! As there was lot of comments to handle! Is your error solved?
@mr.saurabhpatil
@mr.saurabhpatil 4 жыл бұрын
Hii there.. implemented this in my project and everything is working fine. But the issue is, ViewPager does not run that smoothly in my VM or mobile... what can be problem?
@CodingwithT
@CodingwithT 4 жыл бұрын
Are the images are too big in size? Reduce them please to get a smooth and nice effects. :)
@hanifdesigner
@hanifdesigner 4 жыл бұрын
Sir, how can I apply these shared preferences to a button for the purpose of store state?
@CodingwithT
@CodingwithT 4 жыл бұрын
Shared preference are just variables so you can use tbem for any purpose. Like create a button state variable in Shared preference in such way... sharedPreference.setString("buttonState", your string here); Same way you can explore anything... Boolean, float, int, string and so on
@hanifdesigner
@hanifdesigner 4 жыл бұрын
@@CodingwithT Ok thanks
@rubanginosingh3464
@rubanginosingh3464 4 жыл бұрын
bro I have a cdoubt here, how to support our app to multi screen sizes.
@AjayMadan11
@AjayMadan11 4 жыл бұрын
hii brother i have implemented this codes and this is working fine for me and for others, below dots are not visible. Please advice how to make for all mobiles visible.
@CodingwithT
@CodingwithT 4 жыл бұрын
Do me WhatsApp on wa.me/+923060000606
@thepro-coder9978
@thepro-coder9978 2 жыл бұрын
@Ajay i have the same issue dots are not visible. How you solve this issue?
@anuppanta7149
@anuppanta7149 4 жыл бұрын
Thanks a lot brother. That was awesome. Hope to learn from you again and again. Love from Nepal.
@fahrulrozi5823
@fahrulrozi5823 4 жыл бұрын
assalamualaykum Sir, i want to ask u after i uninstall the apk file, and then running install again. the first show is splash screen and then second show is user dashboard screen. why not show onboard screen again? are scripts on Manifest file is take effect?
@dhanmoh1998
@dhanmoh1998 4 жыл бұрын
When I click Lets Get Started, it does not go to the UserDashboard. What should I do?
@ditsomusic
@ditsomusic 3 жыл бұрын
add onclickevent listener
@sidharthrout728
@sidharthrout728 4 жыл бұрын
sir i get getboolean key value ,boolean deefvalue instead of get boolean string s, boolean b what should i do
@CodingwithT
@CodingwithT 4 жыл бұрын
Do contact with me on Instagram
@aviagarwal7528
@aviagarwal7528 4 жыл бұрын
Sir i want your help I am want to develop a school management app which will basically have one app for admin who can add or delete student and one for students from which they can something. How can i make the admin app or howcan i give an app admin rights of my firebase database Hope you will reply thank you
@CodingwithT
@CodingwithT 4 жыл бұрын
Sorry for the delay! There are actually two ways to do that! Create a separate app for admin panel and give access to the same database! Or create a same app but use some flag to differentiate. I will create admin panel also in this series so stay tune. :)
@Sanjay54251
@Sanjay54251 4 жыл бұрын
Great done this chapter
@erasmo911
@erasmo911 4 жыл бұрын
Thank you for this great work! Taimoor Sikander
@vikasmalik1744
@vikasmalik1744 4 жыл бұрын
Mast h bhai....
@CodingwithT
@CodingwithT 4 жыл бұрын
Thank you
@tdsgaming651
@tdsgaming651 4 жыл бұрын
sir please make a video on (Bottom navigation with ViewPager using fragments). I'm stuck :(
@CodingwithT
@CodingwithT 4 жыл бұрын
After Navigation of this app I'll create videos on fragments
@redditnexus1702
@redditnexus1702 4 жыл бұрын
Sir please make a video on payment gateway integration and addMob
@CodingwithT
@CodingwithT 4 жыл бұрын
I'll do that definitely
@CodingwithT
@CodingwithT 4 жыл бұрын
For App Development: Email: developer@taimoorsikander.com Whatsapp: +92-306-0000606
@shaffaqch8098
@shaffaqch8098 3 жыл бұрын
Great work!
@vikasmalik1744
@vikasmalik1744 4 жыл бұрын
Bhai एक app banvani है..
@CodingwithT
@CodingwithT 4 жыл бұрын
Please contact me at taimoorsikander.com/contact-us
@muazbhatti41
@muazbhatti41 4 жыл бұрын
Thank you so much
@CodingwithT
@CodingwithT 4 жыл бұрын
You're most welcome
@sidharthrout728
@sidharthrout728 4 жыл бұрын
muaz bhatti bro did u get the boolean part ? can you help me ?
@terencejumba1939
@terencejumba1939 4 жыл бұрын
thanks so much
@CodingwithT
@CodingwithT 4 жыл бұрын
Not a problem 😊
@noobsunboxing
@noobsunboxing 4 жыл бұрын
Thanks bro
@CodingwithT
@CodingwithT 4 жыл бұрын
Any time :)
@tejaji2213
@tejaji2213 3 жыл бұрын
thank u 😊😊
@unicorn-thirteen
@unicorn-thirteen 4 жыл бұрын
LetGetStarted)))
@qqww4427
@qqww4427 4 жыл бұрын
thank you so much
🎓📱 FULL Flutter Masterclass: Beginner to Pro
9:36:17
Mitch Koko
Рет қаралды 311 М.
🎈🎈🎈😲 #tiktok #shorts
0:28
Byungari 병아리언니
Рет қаралды 4,5 МЛН
Непосредственно Каха: сумка
0:53
К-Media
Рет қаралды 12 МЛН
Air Sigma Girl #sigma
0:32
Jin and Hattie
Рет қаралды 45 МЛН
Learn Accessibility - Full a11y Tutorial
1:33:06
freeCodeCamp.org
Рет қаралды 78 М.
No Black Box Machine Learning Course - Learn Without Libraries
3:51:31
freeCodeCamp.org
Рет қаралды 1,8 МЛН
🔴  Build the Uber clone in React Native (Tutorial for Beginners)
3:43:51
CompTIA A+ Certification Video Course
3:50:46
PowerCert Animated Videos
Рет қаралды 6 МЛН
🎈🎈🎈😲 #tiktok #shorts
0:28
Byungari 병아리언니
Рет қаралды 4,5 МЛН