Thanks Taimoor Sikander, Keep doing tutorials teaching with these, very good
@CodingwithT4 жыл бұрын
Thank you 😊
@Dame-Techie3 жыл бұрын
I absolutely love your work. I learn a lot every single time. As a front-end dev, you have been one of my greatest resources.
@charisaemmanuel59694 жыл бұрын
You really did a great job!! I was able to fix the problem of the dependencies :-) ..... and I have been looking for onboarding screens for days now...thank you so much for this, really appreciate it
@CodingwithT4 жыл бұрын
Thank you
@kolehiyolo3 жыл бұрын
we can no longer use the ViewPager and so we used Viewpager2 in the OnBoarding class, and then we are having this error error: incompatible types: SliderAdapter cannot be converted to Adapter help please? thanks
@sidharthrout7284 жыл бұрын
For those who are confused about 9.19 sec please read the guides. Thanks to dipesh Jaiswal Bhai. Credit to -Dipesh Jaiswal 9:19 solution for "next_btn" 👇 So it's just an icon & All u have to do is, right-click on drawable the select New > Vector Asset Here u can choose any icon provided by the Material Design icon Remember to name ur icon file as next_btn It will automatically create a next_btn.xml inside the drawable folder ✌️
@ammaarful3 жыл бұрын
Thank you
@anubhavchauhan1485 Жыл бұрын
For people whom slide descriptions and headings are not visible at 28:30 but it's showing images, BINGAI worked. Here is the fixed code: Thank you for sharing your layout file. From what I can see, it looks like the TextViews for the heading and description have fixed margins set for their start and end constraints. This could be causing the text to be pushed off-screen if the device screen is not wide enough to accommodate the margins. One way to fix this issue would be to change the width of the TextViews to match_parent and remove the start and end margins. This will allow the text to be centered horizontally within the parent layout, regardless of the device screen size. Here’s an example of how you could modify your layout file:
@roshanh27904 жыл бұрын
Bro, for the next_btn should we be doing the same procedure as for other drawables ? or should we do anything differently?
@CodingwithT4 жыл бұрын
Do me WhatsApp on wa.me/+923060000606
@khadidjathetraore94484 жыл бұрын
Jazakallahou khair brother you're helping me create an Islamic app as I have had no prior knowledge of coding. Thank you 😊 😊
@CodingwithT4 жыл бұрын
Thanks for coming, Please share my channel on Instagram story and Whatsapp Status ✌️
@charisaemmanuel59694 жыл бұрын
wooooooooooooooooowww...this is greatt. I never knew that Java could be this beautiful
@CodingwithT4 жыл бұрын
Yeah! It has much more then explained
@charisaemmanuel59694 жыл бұрын
@@CodingwithT Hi Tamoor, please can you help me me... I'm having challenges with bottom navigation..The method public boolean is deprecated and they said I can't use it in this version of gradle (version 6) and I really don't understand it
@sidharthbhunia20264 жыл бұрын
You are a awesome teacher coder and Android developer sir
@bennyclement014 жыл бұрын
You are a life saver buddy.
@CodingwithT4 жыл бұрын
Thank you :)
@ForeroTutoriales4 жыл бұрын
Your are the best Coder!!!! Thanks for all!, (sorry for my english, y speak spanish, and I love your videos!)
@CodingwithT4 жыл бұрын
Thanks dear ❤️
@saurabhsaneja22364 жыл бұрын
Yaar thoda simple cheezon ko bhi detail mein batao.. it will be good fro beginners like me.
@wraith37344 жыл бұрын
At time 2:36, when you say "To understand watch previous videos", which video did you exactly mean?
@CodingwithT4 жыл бұрын
This one kzbin.info/www/bejne/gGPEd5yNo5anpNE
@anubhavchauhan1485 Жыл бұрын
At 28:30, slide descriptions and headings are not visible, the images are fine but the text is not visible. What is going wrong?
@howtocode98223 жыл бұрын
A.O.A it's very helpful tutorial for me, I have a question , how can we use lottie (JSON files) animations in onboarding screen?
@chelseaehimare5973 жыл бұрын
I was wondering the same thing
@chelseaehimare5973 жыл бұрын
@@ditsomusic 👀👀👀👀
@ditsomusic3 жыл бұрын
@@chelseaehimare597 sorry i had commented but basically in the part where he creates the array of pictures call your lottie resources eg R.raw.example. then to set animation us setanimation i believe lottie has a set animation method
@sidaliboumaraf25422 жыл бұрын
Great tutorial my brother, i have a question if you don't mind, is there any reason why you add the image and the writing separately rather than creating an image with all the writings in it
@CodingwithT2 жыл бұрын
Well, there is no specific reason. You can do that way as well and Thank you 😊
@sidaliboumaraf25422 жыл бұрын
@@CodingwithT much appreciated my brother, keep up the good work. and eid mubarak
@AndroidTutorialsyt4 жыл бұрын
How to get more illustration like you have on onboarding screen.
@raj253581124 жыл бұрын
Awesome series bro, What is that "next_btn.xml" in your drawable directory, if it is an Icon than how come it is XML? Please explain.
@CodingwithT4 жыл бұрын
It is just a style of button as a button background
@subscreepyFacts01 Жыл бұрын
bro if i want to add lottie animation replace with the images so can i use it.. plz replay
@CodingwithT Жыл бұрын
Yes definitely you can. Just call Lottie and pass Lottie file and you are good to go
@subscreepyFacts01 Жыл бұрын
thanks bro for your feedback@@CodingwithT
@subscreepyFacts01 Жыл бұрын
the lottie file means can i add lottie.json replace with image1 and call it as an amimation in onboarding screen its work or not with same as your source code
@anuvabbiswas27184 жыл бұрын
I'm getting to learn a lot about designing layouts from your tutorials! I am facing an issue in the OnBoarding layout - for smaller screen sizes, the contents of the ViewPager are overflowing and hence the slider description is getting covered beneath the Relative Layout which contains the "Let's get Stated" Button. How do I fix this?
@CodingwithT4 жыл бұрын
Do me WhatsApp on wa.me/+923060000606
@avvalyadav36254 жыл бұрын
Sir please help me In the new Android Studio update viewpager got replaced with viewpager2. So your code on line 30 in OnBoarding.java class is not working with viewpager2 (video - 27:40) My code - viewPager2.setAdapter(sliderAdapter); Showing error on sliderAdapter error: incompatible types: SliderAdapter cannot be converted to Adapter Edit - Also on line 35 of your code in OnBoarding.java class it is showing error My code - viewPager2.addOnPageChangeListner(changeListener); Showing error on addOnPageChangeListner error: Cannot resolve method 'addOnPageChangeListner' in 'ViewPager2'
@erwinhayag88644 жыл бұрын
just use ViewPager instead of ViewPager2.. it's still available.. you can rename it manually from activity_onboarding.xml (androidx.viewpager.widget.ViewPager)
@seynation4 жыл бұрын
Does the cardViews retrieve data from database?
@jayveegmail4 жыл бұрын
Thank you for sharing your knowledge, Taimoor! You have helped me a lot!
@CodingwithT4 жыл бұрын
You Welcome 😊
@kevinchege72834 жыл бұрын
my app crashing after splashscreen.Can I send you my code via google drive??Thanks for the tutorials including bulls rent
@КонстантинЯзв4 жыл бұрын
Hello sir! Thank you for your videos! I have 3 questions. 1) I have mistake in viewPager2.setAdapter(sliderAdapter); (Call adapter) prnt.sc/tnyey4 (Screen). 2) Now ViewPager changed to ViewPager2, i need to do some changes in code? 3) If i comment viewPager2.setAdapter(sliderAdapter); to run the app, slides_layout don't display prnt.sc/tnyjc8 . It is becouse i have mistake in question 1?
@jakubdura84524 жыл бұрын
i have same problem. Any ideas?
@jakubdura84524 жыл бұрын
Ok, just convert ViewPager2 to ViewPager in activity_on_boarding.xml like this:
@earlandan22 жыл бұрын
@@jakubdura8452 this isnt gonna work coz i don't have viewpager only viewpager 2 :(
@CodingwithT2 жыл бұрын
I'll try to create a new video with viewpager 2. Don't worry. Cheers 🥂
@earlandan22 жыл бұрын
@@CodingwithT im really excited with this. Looking forward
@asfandyarkhan80814 жыл бұрын
Drawable next_btn. Xml is not created in part 1 nor here i am confused how to show the > arrow mark i visited website but still i am not getting the solution.
@CodingwithT4 жыл бұрын
Sorry to make you confused but it's just a drawable icon
@asfandyarkhan80814 жыл бұрын
@@CodingwithT do i have to upload a png?
@dipeshjaiswal8594 жыл бұрын
9:19 solution for "next_btn" 👇 So it's just an icon & All u have to do is, right click on drawable the select New > Vector Asset Here u can choose any icon provided by Material Design icon Remember to name ur icon file as next_btn It will automatically create a next_btn.xml inside the drawable folder ✌️
@CodingwithT4 жыл бұрын
Thank you so much for your help!
@Gauravverma-ed7fw4 жыл бұрын
@@dipeshjaiswal859 thanku bhai...
@hamscreatives91064 жыл бұрын
like in 14:10, PagerAdapter class is not visible to me.... instead it shows FragmentPagerAdapter
@CodingwithT4 жыл бұрын
Do me WhatsApp on wa.me/+923060000606
@dhanbelgica69754 жыл бұрын
Thank you so much Sir for you videos. Where can I get your emulator?
@CodingwithT4 жыл бұрын
Contact with me on WhatsApp
@thufu72 жыл бұрын
Did anyone get a solution for the on Boarding screen where only images are displayed and not the headings or descriptions?
@CodingwithT2 жыл бұрын
Please check the hooks or check if layout is pleased properly.
@aliabbash77492 жыл бұрын
Hello, can you please tell me how you make these beautiful photos?
@CodingwithT2 жыл бұрын
You can get these from Icons8.com
@aliabbash77492 жыл бұрын
@@CodingwithT no brother, I am asking about the photos have used on the ViewPager sliding
@ashrafmakandar33704 жыл бұрын
hi bro will you be implementing geo fence in this app
@CodingwithT4 жыл бұрын
I'll use Google Maps so I'll try incorporate it also
@ssquotes24234 жыл бұрын
Hi Taimoor sir, I am unable put addOnPageChangeListener since it is not available.how to make it enable 36:22 Since my app is not proceeding further. Error : non-static method addOnPageChangeListener (OnPageChangeListener) cannot be referenced from static context
@minalchhetri38784 жыл бұрын
same problem bro here ...have u fine any solution?
@dwivedianup4 жыл бұрын
let get started not redirect to the dashboard and via right arrow slide not move ??
@CodingwithT4 жыл бұрын
Getting any error?
@dwivedianup4 жыл бұрын
@@CodingwithT yes if I use your full code given in website...then got error in int visibility and also next slider button not work only one step forward then not goes to 3rd ,4th slider but swaping is work
@shaswatdas65534 жыл бұрын
brother did you use viewpager or viewpager2 ??
@charisaemmanuel59694 жыл бұрын
uh oh, am getting an error that says java.lang.ArrayIndexOutOfBoundsException: length=2; index=2 please why is it doing that? My array list is three onboarding screens...
@CodingwithT4 жыл бұрын
But that array is not receiving 3 but more
@charisaemmanuel59694 жыл бұрын
@@CodingwithT even when I corrected it and wrote 4...it still didn't work
@thatsali31374 жыл бұрын
in slider pages we added heading text and description text but in my case these texts are not visible or not correctly visible
@CodingwithT4 жыл бұрын
.
@Brainwave_Studio2 жыл бұрын
sir Im facing same Issue.did you solved that.Can you explain If You solved.thanks
@CodingwithT2 жыл бұрын
Make sure you added hooks properly
@Brainwave_Studio2 жыл бұрын
Sir can you share slider Adapter.java
@CodingwithT2 жыл бұрын
It's link is in the description
@atharvamilindkhasnis39484 жыл бұрын
Sir Great video. Thank you. One important query. Can we use firebase database for our commercial project? And is it free or later on we need to pay? Can anyone help? Me answer this question
@CodingwithT4 жыл бұрын
Yes👍
@anenacaroline47292 жыл бұрын
Which version of Android studio do u have installed
@CodingwithT2 жыл бұрын
It always remain updated.
@Lofi_Lovers.2 жыл бұрын
bro, do not work for on boarding screen same code from provide by you please solve my problem
@CodingwithT2 жыл бұрын
Can you please share your problem in detail?
@earlandan22 жыл бұрын
Is there a different video using viewpager2?
@CodingwithT2 жыл бұрын
No
@brandonontama24152 жыл бұрын
Sir, when I tried to create the new actvity OnBoarding I got the error that says 'cannot resolve symbol R' do you know what could be wrong?
@CodingwithT2 жыл бұрын
Try to rebuild the project. It's because your app cannot find Resources
@brandonontama24152 жыл бұрын
@@CodingwithT Thanks sir, but when I tried it said that the Gradle build failed and the error I got was 'invalid resource directory name' on drawable-xhdi (this happened when I tried to debug to) do you know what else could be wrong?
@brandonontama24152 жыл бұрын
@@CodingwithT I also a new error when I tried to rebuild the project 'package R does not exist'
@therealsharat3 жыл бұрын
this method is not working anymore. there is no viewpage, only viewpager 2 is there, and if i use that and follow your steps, it keeps crashing please update this video with the new steps
@vikaspandey91814 жыл бұрын
Awesome tutorial sir, Thanks for making it for us.
@CodingwithT4 жыл бұрын
I'm glad you like it 😊
@AGCSABHISHEKHANAMAGOND3 жыл бұрын
Good design.... What is there in next_btn.xml file? It's a which root element Sir
@layly79613 жыл бұрын
May I know how to create dots indicator by using Kotlin? Thank you in before🙏
@AlFinEsFinTV4 жыл бұрын
Muchas gracias desde México! :D Great job!
@alokeshnath42693 жыл бұрын
One question. can we take input from the user on onboarding screen? Why I am asking because I want to create just like on boarding screen where user can sign up or register by inserting their name, then place and then date of birth by selecting the dates from calendar view and then press finish and go to next activity.. If this is possible can you please tell me how to do it?
@CodingwithT3 жыл бұрын
Yes you can do as you please... You can also watch my Login Signup video to get swipe effects etc. Cheers 🥂
@alokeshnath42693 жыл бұрын
@@CodingwithT can you share the link here...
@keyurmakwana40814 жыл бұрын
Hello sir, I want to know that how you make this type of logo and icon if you can make a video so i will be grateful.... Thank you so much
@CodingwithT4 жыл бұрын
Please search them at icons8
@RISHIRAJ-ho4zf4 жыл бұрын
hello sir i need your help in my code image not showing and shows SliderAdapter not used but i used in onboarding class ......
@RISHIRAJ-ho4zf4 жыл бұрын
any whatsapp or telegram or any ways where i can send you image or code
@CodingwithT4 жыл бұрын
Please goto taimoorsikander.com/contact-us
@kennethngai27383 жыл бұрын
I am facing the error the slider adapt cannot be converted to adaptor, i am using viewpager2 in my onboarding.xml
@sumangurung37964 жыл бұрын
I have got error in onboarding slide adapter its say invoke vitual method
@CodingwithT4 жыл бұрын
Do me WhatsApp on wa.me/+923060000606
@iam_rajeevyadav3 жыл бұрын
hello sir, I am using viewpager2 and i am getting error that slider adapter cannot be converted adapter
@code_with_okg3 жыл бұрын
Thank you sir, I am facing one issue "my slider headings and slider description not show" else work very well what should I do
@code_with_okg3 жыл бұрын
hello
@darlingtonobiriyeboah96004 жыл бұрын
Please sir the let's start overlaps when I run the text what should I do.
@CodingwithT4 жыл бұрын
What sort of problem you're facing?
@muhammadreihanseptyansyah22224 жыл бұрын
I got an error on view pager as on 5:03 , it says 'Cannot resolve symbol @+id/relativeLayout. Is it ok if i just don't use the constraint?
@CodingwithT4 жыл бұрын
Yes It is upto your choice! Just make sure the id's are same as in xml
@sidharthrout7284 жыл бұрын
Bhai can i use this picture and publish my app in play store ? thank you so much
@Gauravverma-ed7fw4 жыл бұрын
Where is next_btn image in drawable. arrow image?
@mutarusheitijani73314 жыл бұрын
After splash screen the app crashes please any help? Emulator socketTcpLoopbackClientFor error fd 68688 above FD_SETSIZE 32768
@CodingwithT4 жыл бұрын
Kind a new error
@mutarusheitijani73314 жыл бұрын
Taimoor Sikander I fixed it
@mutarusheitijani73314 жыл бұрын
Taimoor Sikander please check in your Facebook messenger I have sent you important information
@sidharthrout7284 жыл бұрын
@@mutarusheitijani7331 bro can you share the information here how did you fix it. it will help a lot of people.
@CodingwithT4 жыл бұрын
Do contact with me on Instagram
@jasonmartin68054 жыл бұрын
Will you do Code in Android 4.0? I'm getting some exception errors that are preventing me from executing my program. Two of the errors are in reference to fromHTML is depreciated and in the setTextColor for the length of dots, i am getting the same depreciated coding error?
@surajgdesai14063 жыл бұрын
I ran the application , but after the splashscreen, the app crashes?could you please help me out here?
@CodingwithT3 жыл бұрын
Do me WhatsApp on wa.me/+923060000606
@mdsabbirrahman70824 жыл бұрын
After splash screen it loads on boarding xml but it not loads slider xml.Please help
@CodingwithT4 жыл бұрын
Please recheck the code with my code! Link is in the description.
@tharindurewatha38603 жыл бұрын
Thankyou for the tutorial man.
@govindsinghrathore42823 жыл бұрын
Hii When i run my application one error occurs that's show that the slider adapt cannot be converted to adaptor
@CodingwithT3 жыл бұрын
Do me WhatsApp on wa.me/+923060000606
@worldbinary94994 жыл бұрын
05:30 #ViewPager has been updated to ViewPager2 so plz use #ViewPager2 in new code
@anubhavmishra15724 жыл бұрын
I am using it but getting an error Incompatible types: SliderAdapter cannot be converted to adapter
@shreyashpawar91084 жыл бұрын
@@anubhavmishra1572 ok bro I resolved this...simply rename viewpager 2 to viewpager nd add dependency
@thiru.c5413 жыл бұрын
@@shreyashpawar9108 Wt Dependency??
@melkieg37534 жыл бұрын
Great tutorial, keep it up.
@CodingwithT4 жыл бұрын
Thanks 👍
@mformobileapps4 жыл бұрын
error: can not resolve method setText(int) in SliderAdaptor.....please help sir
@CodingwithT4 жыл бұрын
Do me WhatsApp on wa.me/+923060000606
@mformobileapps4 жыл бұрын
@@CodingwithT now it's resolved sir! Thanks Sir 😊
@p.balabhanumrutyunjaya23134 жыл бұрын
pl make a video for database and server page and complete android app publish to play store...
@CodingwithT4 жыл бұрын
Yes I'll make all these videos in this series
@davidorare63384 жыл бұрын
how can i implement a search activity from a database?
@CodingwithT4 жыл бұрын
Keep following this series please because in the coming videos I'm going to create that
@DangDoctorFire4 жыл бұрын
Getting 'AAPT: ERROR: attribute layout_constraintBottom_toEndOF not found error. Can you please help to fix this issue?
@CodingwithT4 жыл бұрын
Show it to me please :)
@zerozet61034 жыл бұрын
where is image for drawable next_btn sir?
@CodingwithT4 жыл бұрын
sorry which one?
@shashagarg93804 жыл бұрын
@@CodingwithT yes I also couldn't find the next button XML how to make it sir
@rubanginosingh34644 жыл бұрын
bro the images are super where did you get this images...?
@CodingwithT4 жыл бұрын
They are at icons8.com
@meersaqibbaloch29903 жыл бұрын
I am getting this error "error: incompatible types: SliderAdapter cannot be converted to Adapter viewPager.setAdapter(sliderAdapter); " rest of code is looking fine. please help me to fix this error.
@CodingwithT3 жыл бұрын
Please check the code at the website taimoorsikander.com and try
@souravrawat83782 жыл бұрын
Sir i have a problem that after my splash screen my app is not working.. I am not getting the on-boarding screen.. Even after i had done the same steps as yours.. Please sir help me..!!
@CodingwithT2 жыл бұрын
Well, there must be some hidden problem. I've to check your code for that. Or try rebuild the project
@baderuu4 жыл бұрын
animation = AnimationUtils.loadAnimation(OnBoarding.this, R.anim.bottom_anim); where i can get this bottom_anim file ?
@CodingwithT4 жыл бұрын
Well I created that file
@katiais87574 жыл бұрын
Thank you again for this video ... may Allah bless you
@CodingwithT4 жыл бұрын
Thank you so much 😊
@ytacczed4 жыл бұрын
Do you know why my emulator is not responding after the splash screen? there was no error and my splash screen is ok
@bepcorporation23212 жыл бұрын
I'm using Kotlin on Splash Screen and when I call this Java class after the Splash Screen, it keeps crashing my app
@CodingwithT2 жыл бұрын
Please run it in debug mode and see the error
@bepcorporation23212 жыл бұрын
@@CodingwithT I fix it, I forgot to enable the OnBoarding Activity export on Android Manifest, Thank you!
@tlaquepartyshow4 жыл бұрын
hello i want to thank you so much i learn many from you tutorial, i have a cuestion im working in android studio 4 and dont have a a viewpager normal i have this
@touseefraza56154 жыл бұрын
where is drawalble images for onboarding screen?
@CodingwithT4 жыл бұрын
Get the link from description please :)
@prajjwalagrahari70524 жыл бұрын
Hello bro, I m gettig error in SliderAdapter... can you please help me??
@CodingwithT4 жыл бұрын
Have your problem got resolved?
@prajjwalagrahari70524 жыл бұрын
@@CodingwithT yes
@shreyashpawar91084 жыл бұрын
@@prajjwalagrahari7052 what have u done pls tell me also
@wcysherlock_34614 жыл бұрын
Dots part:(html. fromhtml) Where the source come from?? Thank you for your help!
@rickyli9944 жыл бұрын
you mean the • thing ? it's a HTML CODE, equivalent of UNICODE U+02022. It's the bullet character expressed in standard code value.
@shubhamphegade54084 жыл бұрын
im using android studio 4.0 and there is viewPager2 instead of viewPager and found no error on ide still i used viewPager, so the result is app is crashing i want to know if this problem is because viewPager or something else?
@Sahil-lv6qn4 жыл бұрын
Sir how to solve this error ??? sir reply ASAP androidx.viewpager2.widget.ViewPager2 cannot be cast to androidx.viewpager.widget.ViewPager
@Sahil-lv6qn4 жыл бұрын
Sir plz reply ASAP ... I used Viewpager2 cuz my viewpager was not available but getting the error mentioned in comment...
@Sahil-lv6qn4 жыл бұрын
Sir plz help me solve this error , I cant code further unless I solve this :(((
@CodingwithT4 жыл бұрын
Sahil maybr you've not followed the exact thing, it'd be better if you can buy the code
@cocacc60944 жыл бұрын
setAdapter not working. It shows error. Please reply fast.
@noicegame134 жыл бұрын
no drawable end icon appeared , how to solve this?
@CodingwithT4 жыл бұрын
Sorry? Drawable plugin?
@noicegame134 жыл бұрын
i already solved it. thanks sir.
@akanshchoudhary5274 жыл бұрын
my app is crashing if i make more than 2 pages...please help..my android studio version is also updated
@CodingwithT4 жыл бұрын
Are you talking about activities? Or onBoarding Screens?
@akanshchoudhary5274 жыл бұрын
@@CodingwithT ohh...no i got it right...i missed a step in ur video...thanks a lot for this video
@babafakruddin53994 жыл бұрын
Bro can u please tell me that step I have same problem
@surenrajp62284 жыл бұрын
Very... Good video bro... But i am facing some problem please help.. Me.... My problem is... When i intent my splash screen to on Boarding activity.. It closing my app.. Pls.. Help me bro...
@CodingwithT4 жыл бұрын
What is the error?
@surenrajp62284 жыл бұрын
@@CodingwithT Bro if i run my app... After the splash screen.... App closing!!
@surenrajp62284 жыл бұрын
@@CodingwithT Bro... No.. Error... No redline under any activity
@babafakruddin53994 жыл бұрын
Bro same problem can u please tell me the step
@krishashah69913 жыл бұрын
did u find the solution? same problem here
@joshuahenderson96703 жыл бұрын
I'm having the same problem as Kenneth and L.Z.
@chandanakumar7044 жыл бұрын
Hey please do help There are no errors in the code at all but still after the splash screen is done onboarding screen is not working and it will say that app stopped working please tell about how to overcome this and i have allowed all the steps from your video
@CodingwithT4 жыл бұрын
Well I've to check your code for that
@chandanakumar7044 жыл бұрын
Problem solved great tutorial 👍🏼
@shubhamphegade54084 жыл бұрын
@@chandanakumar704 hey can you help me i have the same error and im using 4.0 version please tell me what was ur mistake if u can
@chandanakumar7044 жыл бұрын
@@shubhamphegade5408 See logcat down n select errors
@nish28454 жыл бұрын
Hey bro my app is not installlling how to fix it
@nish28454 жыл бұрын
I do everything like you but not heppinng anything
@CodingwithT4 жыл бұрын
Well I have to check that. Can you create a new one?
@nish28454 жыл бұрын
Well it's show's Compilation error s
@nish28454 жыл бұрын
this project contains java compilation errors which can cause rendering failure for custom views.Fix compilation problems first on your third part of video
@tanishqkale52154 жыл бұрын
@@nish2845 1.click on red lines on right near slider. 2.right click...wherever it says "import class".. click on it. Otherwise things are case sensitive. u might have made a blunder as code works fine for rest audience. 3. if still error persists .. go to website and copy paste code as it is. (sometimes there are errors even in xml file ... go through that also.)
@cool-ms8dm4 жыл бұрын
Slider Adapter not found what should i do now? anyone
@CodingwithT4 жыл бұрын
Do me WhatsApp on wa.me/+923060000606
@HamzaKhan-ho4jw3 жыл бұрын
why dont you use linear layout
@sritikamanjrekar4 жыл бұрын
AAPT: error: '#0000000' is incompatible with attribute background (attr) reference|color. what should I use
@thatsali31374 жыл бұрын
hexadecimal color code is consist of 6 digits you have entered 7 digits instead of 6! so enter #000000 or just 3 zeros also do the same task for you like #000 good luck!
@CodingwithT4 жыл бұрын
Do me WhatsApp on wa.me/+923060000606
@CodingwithT4 жыл бұрын
Do me WhatsApp on wa.me/+923060000606
@akshitkumarsharma12704 жыл бұрын
Sir it says app keeps stoping. Please help me out
@CodingwithT4 жыл бұрын
Dry run and let me know
@akshitkumarsharma12704 жыл бұрын
Tried sir but didn't work. Should I contact you on your website.
@akshitkumarsharma12704 жыл бұрын
Please help. Me out
@akshitkumarsharma12704 жыл бұрын
Sir this error is only occurring when I write onboard instead of dashboard in intent
@CodingwithT4 жыл бұрын
For App Development: Email: developer@taimoorsikander.com Whatsapp: +92-306-0000606
@adahaggarwal6 ай бұрын
i dont have the helper classes folder
@CodingwithT6 ай бұрын
You can reach us at WhatsApp +44 7456 285429
@anusmitachanda45603 жыл бұрын
my app is not running please help asap
@indritcenga42064 жыл бұрын
Good Job my friend..Im already your fan :). Can u help me on something ? I finished everytthing runs perfect but cannot show the slider heading and slider desc.@ slideslayout file everything looks fine in design view but at activity on boarding the text and picture are not showing up in design view.When i run it shows only image.Thank you sir
@CodingwithT4 жыл бұрын
There might be something wrong with variable names! Please recheck and give it a go
@eashakhan22834 жыл бұрын
Same with me, can you solve this problem?
@eashakhan22834 жыл бұрын
Plz let me know ASAP
@CodingwithT4 жыл бұрын
Do me WhatsApp on wa.me/+923060000606
@ΜΑΡΚΟΣΑΡΑΚΥΝΘΙΟΣ3 жыл бұрын
I'm facing the same problem. Has anyone found the solution to this?