Navigation Drawer Android Studio 2020 |Android Navigation Component - Navigation Component Android

แชร์
ฝัง
  • เผยแพร่เมื่อ 29 ม.ค. 2025

ความคิดเห็น • 231

  • @CodingwithT
    @CodingwithT  3 ปีที่แล้ว +5

    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

  • @CodingwithT
    @CodingwithT  4 ปีที่แล้ว +5

    hi everyone I hope you are enjoying our videos.. here is the link of library which I mentioned in the video -> github.com/yarolegovich/SlidingRootNav

  • @tortilla-dev
    @tortilla-dev 4 ปีที่แล้ว +1

    The best navigation drawer I've seen so far thanks condig with tea

  • @gee1262
    @gee1262 3 ปีที่แล้ว

    Thank you so much! I have zero knowledge on how to use this android studio but luckily your tutorial was very helpful! Thank you

    • @CodingwithT
      @CodingwithT  3 ปีที่แล้ว

      I'm glad you like it 😊

    • @timo5142
      @timo5142 3 ปีที่แล้ว

      Hi, can you send me source code because my app crashes always

  • @FarooqAhmad-lr1fx
    @FarooqAhmad-lr1fx 3 ปีที่แล้ว +1

    Awesome Video. Thanks

  • @EPICTechnicalTricks
    @EPICTechnicalTricks 3 ปีที่แล้ว +1

    Thanks for this video and library

  • @ankitgoyal8556
    @ankitgoyal8556 2 ปีที่แล้ว +7

    There are couple of Errors in this code, for all those who are finding solution.
    I am sharing solution here:
    1) java.lang.StackOverflowError: stack size 8MB
    at com.drm.dmbeat.DrawerItem.isChecked(DrawerItem.java:18) this error is shown
    Solution: replace isChecked() with isChecked in DrawerItem isChecked() method, here it goes for endless recursion.
    2) holder.title.setText(isChecked ? selectedItemTextTint : normalItemTextTint); in SimpleItem.java
    Solution: Replace this line with
    holder.title.setTextColor(isChecked ? selectedItemTextTint : normalItemTextTint);
    Hope this helps 😉

    • @aymen5780
      @aymen5780 ปีที่แล้ว +1

      Thank you very much

  • @gouthamm7935
    @gouthamm7935 2 ปีที่แล้ว +2

    im facing problem with dependency, i cant import it in main activity its showing error, can you tell me how to resolve it ?

  • @watchinfo51
    @watchinfo51 2 ปีที่แล้ว

    sir, at 26:47, from where it come Container(R.id.container). plz tell me

  • @albertperellacanelles1314
    @albertperellacanelles1314 3 ปีที่แล้ว +3

    setSupportActionBar(toolbar); is getting an error :(

  • @AbdulSamad-yu1zn
    @AbdulSamad-yu1zn 4 ปีที่แล้ว +1

    Its The Best or AweSome 😍

  • @vishnusharda
    @vishnusharda 4 ปีที่แล้ว +2

    Wating 🔥❤️

  • @aakashchauhan5068
    @aakashchauhan5068 4 ปีที่แล้ว +5

    hi coding with tea, please make a video on how to send mms from your own application , and this topic is not covered by anyone on youtube.

    • @CodingwithT
      @CodingwithT  4 ปีที่แล้ว

      Every one has tried to send multimedia in their chat application

  • @djprior82
    @djprior82 9 หลายเดือนก่อน

    Android Studio can't find drawer_list because it's in drawer_menu but not in activity_main layout, what to do?

  • @HARINFACTS
    @HARINFACTS 4 ปีที่แล้ว +3

    Bro can you please make a video on how to use tab layout with navigation drawer(with fragments).
    Pls......

    • @CodingwithT
      @CodingwithT  4 ปีที่แล้ว

      Yeah the next video will be on this topic

    • @HARINFACTS
      @HARINFACTS 4 ปีที่แล้ว

      @@CodingwithT thank you bro

  • @storypur
    @storypur 4 ปีที่แล้ว +2

    Could you please add a tutorial on how to add navigation drawer & button navigation in home screen

    • @CodingwithT
      @CodingwithT  4 ปีที่แล้ว +1

      It'll be done in the next tutorial

    • @storypur
      @storypur 4 ปีที่แล้ว

      @@CodingwithT I'm waiting

  • @watchinfo51
    @watchinfo51 2 ปีที่แล้ว

    android.widget.Toolbar cannot be cast to androidx.appcompat.widget.Toolbar.......i am having this issue plz help

  • @amanmotwani4727
    @amanmotwani4727 4 ปีที่แล้ว +2

    can you please make a tutorials on developing an app using flutter, i really liked your videos :)

    • @CodingwithT
      @CodingwithT  4 ปีที่แล้ว +1

      Yeah I'll start the new series soon with React Native and Flutter

    • @amanmotwani4727
      @amanmotwani4727 4 ปีที่แล้ว +1

      @@CodingwithT nice to hear😊

  • @kumarshubham2812
    @kumarshubham2812 4 ปีที่แล้ว +1

    Can you plzz make videos using kotlin also!! It will be very helpful.
    By the way, great content!!!

    • @CodingwithT
      @CodingwithT  4 ปีที่แล้ว +1

      I'll start this in next year

  • @mazidul36i
    @mazidul36i 4 ปีที่แล้ว +1

    Hey dear sir, I want to notify and update my listview when database changes something else or delete something. Is their any videos in your channel....
    I really need this .....

    • @CodingwithT
      @CodingwithT  4 ปีที่แล้ว

      I will recommend you to use recycler view with room persistence library instead of listviews

    • @mazidul36i
      @mazidul36i 4 ปีที่แล้ว

      Okey. Thanks 4 your recommendation 👍

  • @rhupin5276
    @rhupin5276 3 ปีที่แล้ว

    Can you build it from inside a fragment instead of a mainactivity?

  • @robinviscos6612
    @robinviscos6612 4 ปีที่แล้ว +1

    After a whole day of research I finally got the click on fragment to close menu LoL!

    • @CodingwithT
      @CodingwithT  4 ปีที่แล้ว

      Do me WhatsApp on wa.me/+923060000606

    • @tradeartist69
      @tradeartist69 3 ปีที่แล้ว

      How to do it

  • @vilmarjohns.irigan9791
    @vilmarjohns.irigan9791 3 ปีที่แล้ว

    very organized

  • @vishnusharda
    @vishnusharda 4 ปีที่แล้ว +2

    🔥🔥

  • @motodron3242
    @motodron3242 4 ปีที่แล้ว +1

    Hello is open source that code and library ?

  • @mohanavelk2724
    @mohanavelk2724 4 ปีที่แล้ว

    I'm beginner in android now I have one doubt
    Should I need to create activity each time to intent, Let me ask question with example for example I'm going to create food delivery app There are many hotels and each hotels have different recipes so now i'm going to create one activity with name as ABChotel with some recipes and going to create another activity with name as BBBhotel with some recipes and so on(hotels with recipes)
    now there will n number of activity and it takes more memory and app size will be more right?
    IS There any way to solve this in java ? How to do that?

  • @ibrahimsj1933
    @ibrahimsj1933 3 ปีที่แล้ว

    i want to load activities instead of fragments.can you help?

  • @Aaditya_singhXz
    @Aaditya_singhXz 3 ปีที่แล้ว

    Sir a have a trouble in my app when i touch some where app hash crashed or reastarted

  • @unaquetzadilla
    @unaquetzadilla 4 ปีที่แล้ว +1

    Hiiii!!
    This menu is amazing!!
    Did you know how can I change the color of the menu icon and arrow on the toolbar?

    • @CodingwithT
      @CodingwithT  4 ปีที่แล้ว +1

      Do me WhatsApp on wa.me/+923060000606

  • @rajeshchityal963
    @rajeshchityal963 3 ปีที่แล้ว

    I am getting and error on isChecked method "java.lang.StackOverflowError: stack size 8192KB" this one not able to find solution

  • @widcoshop
    @widcoshop 4 ปีที่แล้ว

    Hi thank you really..bro can you make navigation bottom with mvvm?

  • @mukhtarali9447
    @mukhtarali9447 4 ปีที่แล้ว +1

    Good to see you posting video so fast :)

    • @CodingwithT
      @CodingwithT  4 ปีที่แล้ว

      Please do pray for me 👍

  • @talalfaqi1973
    @talalfaqi1973 4 ปีที่แล้ว +1

    Hi bro; very nice work. Is it possible to do this with flutter ?.

    • @CodingwithT
      @CodingwithT  4 ปีที่แล้ว +1

      Yeah

    • @talalfaqi1973
      @talalfaqi1973 4 ปีที่แล้ว +1

      @@CodingwithT thanks. Could you please make an video which explains the same subject using flutter.

    • @CodingwithT
      @CodingwithT  4 ปีที่แล้ว

      I'll start a series on Flutter after a month

  • @Hindu10111
    @Hindu10111 4 ปีที่แล้ว +1

    Hello.plz make video on artboard.i want to create some designs as a portfolio to put on insgagram

  • @tanmaysinghal8370
    @tanmaysinghal8370 3 ปีที่แล้ว

    holder factory and sparce array kya hota h bhaiya

  • @aryantnigam2246
    @aryantnigam2246 3 ปีที่แล้ว +1

    Sir kindly make the similiar video in kotlin

    • @CodingwithT
      @CodingwithT  3 ปีที่แล้ว

      Sure, I'll come to that side as well. Currently working on Flutter Crash Course.
      Regards 😊

  • @bilalcharefa9462
    @bilalcharefa9462 3 ปีที่แล้ว

    Hey sir excellent tutorial like always but i got a single error with
    holder.title.setText(isChecked ? selectedItemTextTint : normalItemTextTint);
    when i removed it the app work but without the color text change transaction but with i got a crash
    Can you help me please.

    • @ankitgoyal8556
      @ankitgoyal8556 2 ปีที่แล้ว +1

      I am facing same error, did you find solution for this ?

    • @mi_coder8637
      @mi_coder8637 2 ปีที่แล้ว

      yeah me too facing this error, reply me if u solved this problem.

    • @nissisemanyoh8735
      @nissisemanyoh8735 ปีที่แล้ว

      holder.title.setTextColor(isChecked ? selectedItemTextTint : normalItemTextTint);

  • @angaddeep2642
    @angaddeep2642 2 ปีที่แล้ว

    Hii @CodingWithTea, The dependency is not working properly for SilidingRootNav. Please Check again I am facing problem

    • @yashsharma8875
      @yashsharma8875 ปีที่แล้ว

      Have you solve this problem? I'm also facing....

    • @angaddeep2642
      @angaddeep2642 ปีที่แล้ว

      @@yashsharma8875 No bro...

    • @yashsharma8875
      @yashsharma8875 ปีที่แล้ว

      Hey! I solved this problem by adding jcenter() in setting.gradle under dependencyresolutionmanagement()

  • @sayemmahmud9535
    @sayemmahmud9535 4 ปีที่แล้ว +1

    Brother could you please make a tutorial on real time Location tracking system .It would so helpful to me

  • @anshmayani8776
    @anshmayani8776 4 ปีที่แล้ว +1

    My app is crashing after watching and implementing same thing from this video. Maybe 3-4 times I delete whole code and write new though my app is crashing plz reply coz this is important for me...

    • @CodingwithT
      @CodingwithT  4 ปีที่แล้ว

      match your code from the source code of library which I mentioned in the video.. here is the link of library -> github.com/yarolegovich/SlidingRootNav

    • @CodingwithT
      @CodingwithT  4 ปีที่แล้ว

      Do me WhatsApp on wa.me/+923060000606

  • @jayeshseth
    @jayeshseth 4 ปีที่แล้ว +2

    will this work with kotlin?

  • @karthikeyan2193
    @karthikeyan2193 4 ปีที่แล้ว +1

    Waiting bro

    • @CodingwithT
      @CodingwithT  4 ปีที่แล้ว

      Hope you've like this video 👍

  • @amareghn6613
    @amareghn6613 4 ปีที่แล้ว +2

    How did you directly go to dashboard without sign in? Could you please explain it?

    • @CodingwithT
      @CodingwithT  4 ปีที่แล้ว

      I set the intent filter in manifest to test this UI, I had done this several times in my previous videos

  • @Skinrangat
    @Skinrangat 3 ปีที่แล้ว

    Error in DrawerItem.java....stackoverflow error...line
    return isChecked();... please help

  • @shubhamjha2256
    @shubhamjha2256 2 ปีที่แล้ว

    I have make the correction also but still my app is not running plzz helpp

  • @codesolutions6866
    @codesolutions6866 3 ปีที่แล้ว +1

    I have an error in SimpleItem and SpaceItem i.e an enclosing instance contains DrawerAdapter.ViewHolder is required. How I can solve this issue? any one help me???

    • @CodingwithT
      @CodingwithT  3 ปีที่แล้ว

      Do me WhatsApp on wa.me/+923060000606

  • @anthonyjael4182
    @anthonyjael4182 3 ปีที่แล้ว

    @CodingWithTea, i have an error in DrawerItem, it says 'Raw use of parameterized class'. Please help me thank you :)

  • @LathaEditings
    @LathaEditings 3 ปีที่แล้ว

    Sir i have created app,
    In that app I put a add option in navigation drawer
    Iam the host the app to add an item
    Users also add items
    How to remove users adding option
    Please gave me answer sir
    There is any tutorial send me the link please, sir.

  • @rahuljain5520
    @rahuljain5520 3 ปีที่แล้ว

    How we can get the state and city list according to the selected country in Drop down Menu

  • @il_mancio_98
    @il_mancio_98 4 ปีที่แล้ว +1

    Where i can modify the color of menu icon?

    • @CodingwithT
      @CodingwithT  3 ปีที่แล้ว

      Do me WhatsApp on wa.me/+923060000606

  • @karthikoficl
    @karthikoficl 2 ปีที่แล้ว

    how to change toolbar icon color?

  • @timo5142
    @timo5142 3 ปีที่แล้ว +1

    Cant't buy the sourcecode :(

    • @CodingwithT
      @CodingwithT  3 ปีที่แล้ว

      Which one you want to buy?

    • @timo5142
      @timo5142 2 ปีที่แล้ว

      ​@@CodingwithT I bought it now. But how can I add profile photo in drawer. Please help me

  • @עידןגלנט-ח5ט
    @עידןגלנט-ח5ט 4 ปีที่แล้ว

    Love your videos!! Can you please tell me how to do a menu that would suit people that write from right to left? I mean how to change that the gravity of the words and all menu will be RTL? please I need your help!!!!!

    • @CodingwithT
      @CodingwithT  4 ปีที่แล้ว +1

      use .withGravity(SlideGravity.RIGHT) while initilizing new SlidingRootNavBuilder(this) in main activity

  • @abhishekkumarsingh3850
    @abhishekkumarsingh3850 3 ปีที่แล้ว +1

    I am not able to get the code. I think there is some problem with your paypal.

    • @CodingwithT
      @CodingwithT  3 ปีที่แล้ว +1

      Well it's up and running. I'm receiving payments daily.

  • @tarunsastry4153
    @tarunsastry4153 4 ปีที่แล้ว +1

    hello sir
    the app is crashing even after i did all the changes u told to make... unable to identify the problem what can i do now please suggest sir.

    • @CodingwithT
      @CodingwithT  4 ปีที่แล้ว

      Do me WhatsApp on wa.me/+923060000606

    • @mukulagrawal3632
      @mukulagrawal3632 3 ปีที่แล้ว +1

      @@CodingwithT I tried WhatsApping you 3 to 4 times months passed you never replied till now there is no solution I am following your videos from long time still you dont help us back . I follow exact code from scratch as you do still I face errors due to version diffrence it takes me so long to find solution by myself .I aint gonna follow your videos anymore thank you for what you did till now but I cant anymore sorry.

    • @CodingwithT
      @CodingwithT  3 ปีที่แล้ว

      Hi Mukal agarwal I totally agreed that I don't deserve to be followed but also if you try to see things from my side that I've dozens of people to solve their issues daily and I might forget about yours.
      This thing already happened with few other people as well.
      I'm sorry guys but I'm trying my level best.

    • @mukulagrawal3632
      @mukulagrawal3632 3 ปีที่แล้ว +1

      @@CodingwithT I am so sorry if I was rude ,but its so frustrating rewatching videos multiple times still not able to find error . I really appreciate your work thats why I followed almost all of your playlists
      and learned stuff I take back what I said
      I found an alternative and continue following your videos

    • @CodingwithT
      @CodingwithT  3 ปีที่แล้ว

      So kind of you Mukul. I wish you a blessed life ahead.
      Also I always try to be cooperative with everyone and specially those who need help.

  • @dabiyonko4822
    @dabiyonko4822 3 ปีที่แล้ว +1

    can you please do a similar design but using kotlin.
    Thank you so much.

    • @CodingwithT
      @CodingwithT  3 ปีที่แล้ว

      Yes for sure, I'll create that

  • @akankshapandey511
    @akankshapandey511 4 ปีที่แล้ว

    I have an error in SimpleItem and SpaceItem i.e an enclosing instance contains DrawerAdapter.ViewHolder is required. How I can solve this issue?

  • @placidmobin8335
    @placidmobin8335 4 ปีที่แล้ว

    can i have to use the License file in code? actually I want to use it for one of my plastore project

    • @CodingwithT
      @CodingwithT  4 ปีที่แล้ว

      Do me WhatsApp on wa.me/+923060000606

  • @mazidul36i
    @mazidul36i 4 ปีที่แล้ว

    Sir, I have a String in MainActivity and want to get it in OnBoardingFragment (which is in MainActivity) .
    Sir please help e to get it...🙏🙏🙏

    • @CodingwithT
      @CodingwithT  4 ปีที่แล้ว

      you mean fragment is also in main activity ??

    • @mazidul36i
      @mazidul36i 4 ปีที่แล้ว

      @@CodingwithT Yes sir. And I got it .... Thanks 4 your great response

  • @PacifistGaming963
    @PacifistGaming963 3 ปีที่แล้ว +1

    where i can get the source code of this project to find the mistake in my code?

    • @CodingwithT
      @CodingwithT  3 ปีที่แล้ว

      Taimoorsikander.com

    • @allstar1528
      @allstar1528 3 ปีที่แล้ว +1

      @@CodingwithT but this not free...it is 2$

    • @CodingwithT
      @CodingwithT  3 ปีที่แล้ว

      Yeah

  • @صاحبالوايت-ث6م
    @صاحبالوايت-ث6م 3 ปีที่แล้ว

    please, answer i need your help...
    DrawerItem.isChecked(DrawerItem.java:18)
    DrawerAdapter.setSelected(DrawerAdapter.java:73)
    MainActivity.onCreate(MainActivity.java:78)
    can you help me with this please,

  • @fabioramos8499
    @fabioramos8499 4 ปีที่แล้ว

    It is possible to do the same with kotlin??

    • @CodingwithT
      @CodingwithT  4 ปีที่แล้ว

      yes

    • @fabioramos8499
      @fabioramos8499 4 ปีที่แล้ว

      @@CodingwithT can you explain??

    • @CodingwithT
      @CodingwithT  4 ปีที่แล้ว

      Do me WhatsApp on wa.me/+923060000606

  • @jinalshah7419
    @jinalshah7419 3 ปีที่แล้ว

    Sorry sir but in mobile your voice is low and not clear. Hope that you will sort out this problem🙏

  • @TshepoMphirime
    @TshepoMphirime 4 ปีที่แล้ว

    Hi @CodingWithTea, thanks for the video. Great vids. Somehow my recyclerview can't be found. I have implemented this in a fragment and have declared my recyclerview like this list = view.findbyId(R.id.drawer_list); but this isn't working... Please help?

    • @CodingwithT
      @CodingwithT  4 ปีที่แล้ว +1

      Do me WhatsApp on wa.me/+923060000606

    • @dabiyonko4822
      @dabiyonko4822 3 ปีที่แล้ว

      hi @Tshepo Mphirime did he answer you i have the same problem

    • @user-sn1xt4gc3j
      @user-sn1xt4gc3j ปีที่แล้ว

      @TshepoMphirime @dabiyonko4822 I'm facing the same problem. Would appreciate it, if anyone can help!

    • @uthpakhi
      @uthpakhi ปีที่แล้ว

      same problem. Please help.

    • @user-sn1xt4gc3j
      @user-sn1xt4gc3j ปีที่แล้ว

      @@uthpakhi couldn't solve the problem. so I followed this tutorial instead th-cam.com/video/f6TN96jdcFE/w-d-xo.html
      there is git link in description I downloaded it and copy pasted the code and then it worked. hope it works out for you

  • @ralphjamesestonio1667
    @ralphjamesestonio1667 3 ปีที่แล้ว

    there's an error in line "setSupportActionBar(toolbar);" it automatically crashes when i run it. How to fix it?

    • @rajeshchityal963
      @rajeshchityal963 3 ปีที่แล้ว

      go to your styles and remove ActionBar and add NoActionBar

    • @hassanwrites3723
      @hassanwrites3723 3 ปีที่แล้ว

      @@rajeshchityal963 bro I did as u say and also changes many themes but crash everytime 😐😐

  • @flutter_crafter
    @flutter_crafter 3 ปีที่แล้ว +1

    Sir my app is crashing?!

  • @vaibhavkumarpatel6863
    @vaibhavkumarpatel6863 4 ปีที่แล้ว +1

    Sir start with react native first rather than flutter

    • @CodingwithT
      @CodingwithT  4 ปีที่แล้ว

      Yeah I'm also thinking about it

  • @muhammadrafaymalik5694
    @muhammadrafaymalik5694 2 ปีที่แล้ว

    can i get the source code of this drawer menu i need it your library slidingrootnav not working it is giving error please help me out i have to complete my project

    • @yashsharma8875
      @yashsharma8875 ปีที่แล้ว

      Have solve this problem?

    • @muhammadrafaymalik5694
      @muhammadrafaymalik5694 ปีที่แล้ว

      @@yashsharma8875 no

    • @yashsharma8875
      @yashsharma8875 ปีที่แล้ว

      @@muhammadrafaymalik5694 Bro! I solved it by applying jcenter() in settings.gradle into dependencyresolutionmenagement() it worked for me hope also yours.

  • @SVN_05
    @SVN_05 3 ปีที่แล้ว

    Bro for me the app is getting crashed, can you help me out

  • @ehsanmohammed9170
    @ehsanmohammed9170 4 ปีที่แล้ว +3

    very amazing tutorials ❤️❤️
    link for libery
    compile 'com.yarolegovich:sliding-root-nav:1.1.1'

    • @CodingwithT
      @CodingwithT  4 ปีที่แล้ว

      Do me WhatsApp on wa.me/+923060000606

  • @MrLauHD
    @MrLauHD 2 ปีที่แล้ว +1

    bro please do kotlin

  • @Marr797
    @Marr797 3 ปีที่แล้ว

    The different views of the menu are not shown

  • @mazidul36i
    @mazidul36i 4 ปีที่แล้ว +1

    Sir, I am getting an error..
    android.content.res.Resources$NotFoundException: String resource ID #0xff000000
    I checked much times but got nothing...
    Please help me solve this error

    • @mazidul36i
      @mazidul36i 4 ปีที่แล้ว

      Sir, it is coming from
      .withTextTint(color...)
      Which is inside
      DrawerItem createItemFor(...)
      I got it but unable to solve it yet...
      Please help me

    • @CodingwithT
      @CodingwithT  4 ปีที่แล้ว

      @@mazidul36i navigate through the files of library which I used in this video, you will find source code there. You can easily match your code from there. For your ease, I had used same name for files in this video

    • @sergean
      @sergean 4 ปีที่แล้ว +1

      Maybe, in class SimpleItem in function bindViewHolder, replace setText with setTextColor

    • @CodingwithT
      @CodingwithT  4 ปีที่แล้ว

      Do me WhatsApp on wa.me/+923060000606

    • @mazidul36i
      @mazidul36i 4 ปีที่แล้ว

      @@CodingwithT Thank you sir, but I solved this problem a long day ago.....
      I really a great fan of you❤❤❤

  • @صاحبالوايت-ث6م
    @صاحبالوايت-ث6م 3 ปีที่แล้ว

    I am getting this problem >>>>>>>java.lang.ArrayIndexOutOfBoundsException: length=7; index=7

  • @daemperador123
    @daemperador123 3 ปีที่แล้ว

    Where can we get the code?

  • @khengarwithinvesting
    @khengarwithinvesting 4 ปีที่แล้ว +1

    City Guide App Ko Pending Hi Chhod Di Aapne to .......🙄🙄

    • @CodingwithT
      @CodingwithT  4 ปีที่แล้ว

      It'll be continue after some time

  • @YO-dd3ot
    @YO-dd3ot 2 ปีที่แล้ว

    private SlidingRootNav slidingRootNav; not working

  • @saadrahim8274
    @saadrahim8274 4 ปีที่แล้ว +1

    hello
    SIr mari application keep stoping ho rahi ha bar bar

    • @CodingwithT
      @CodingwithT  4 ปีที่แล้ว

      Do me WhatsApp on wa.me/+923060000606

  • @fahamarahmani7223
    @fahamarahmani7223 4 ปีที่แล้ว

    Is it java or kotlin

  • @saadrahim1248
    @saadrahim1248 4 ปีที่แล้ว

    ya jo java file ha wo kha sa mila gi?

  • @jafartemirov7812
    @jafartemirov7812 4 ปีที่แล้ว +2

    Hey , why did you make it such difficult to understand , also why are you not giving its source code, is that easy for us to write it one by one , I spend one hour to write but just i came to 10 minutes. Be humble, give your source code also, make little bir ease for us, then we will subscribe more than it was

    • @CodingwithT
      @CodingwithT  4 ปีที่แล้ว

      You can buy the code from the site

  • @aakashdeep7305
    @aakashdeep7305 3 ปีที่แล้ว

    Everything is fantastic but you have intentionally made this tutorial difficult by typing everything manually and avoiding some auto tasks.
    To get more watch time?

    • @rhupin5276
      @rhupin5276 3 ปีที่แล้ว

      But i like it that way.

  • @spsikho8104
    @spsikho8104 2 ปีที่แล้ว

    Dependencies error aa rha ha

  • @SakshiSingh-ik4gu
    @SakshiSingh-ik4gu 3 ปีที่แล้ว

    App crashing 😐 plz help

  • @shubhampatel9404
    @shubhampatel9404 4 ปีที่แล้ว

    I can't get recycler view
    Can you help me please

    • @goldend1191
      @goldend1191 4 ปีที่แล้ว

      whats the error?

    • @shubhampatel9404
      @shubhampatel9404 4 ปีที่แล้ว +2

      @@goldend1191 bro i doesn't impliment dependansy in gredle.build so that's why
      Now it's okay program perfectly run

    • @CodingwithT
      @CodingwithT  4 ปีที่แล้ว

      Do me WhatsApp on wa.me/+923060000606

    • @hassanwrites3723
      @hassanwrites3723 3 ปีที่แล้ว

      @@shubhampatel9404 my app is crashing can u help me plz it's important for me

    • @shubhampatel9404
      @shubhampatel9404 3 ปีที่แล้ว

      @@hassanwrites3723 Show in in run function which is in a bottom left side and you can show error exactly in which line

  • @tortilla-dev
    @tortilla-dev 4 ปีที่แล้ว

    what is the first part?

    • @CodingwithT
      @CodingwithT  4 ปีที่แล้ว +1

      we have a playlist on it

    • @tortilla-dev
      @tortilla-dev 4 ปีที่แล้ว

      @@CodingwithT I can't find the one from the same app, part 1, I only find the list of the navigation drawer, a list of 20 shuffles, etc. But the list that contains part 1 of Food Delivery App can not be found

    • @CodingwithT
      @CodingwithT  4 ปีที่แล้ว +1

      @@tortilla-dev I think you are looking for this one -> th-cam.com/video/8EcEk2pVt0A/w-d-xo.html

    • @tortilla-dev
      @tortilla-dev 4 ปีที่แล้ว

      @@CodingwithT Thank you very much coding with tea, you are the best and thanks for the tutorials.

  • @WajidKhan-bb4ne
    @WajidKhan-bb4ne 4 ปีที่แล้ว

    please proved github link..

  • @rohanverma1675
    @rohanverma1675 3 ปีที่แล้ว

    dependency depreciate ho gyi h vro

    • @CodingwithT
      @CodingwithT  3 ปีที่แล้ว

      Ok, will find out new one

  • @ameyaaadhi1975
    @ameyaaadhi1975 3 ปีที่แล้ว +1

    source code

  • @DWestPol
    @DWestPol 2 ปีที่แล้ว

    Failed to resolve: com.yarolegovich:sliding-root-nav:1.1.1

    • @alvarohernandezprado595
      @alvarohernandezprado595 2 ปีที่แล้ว

      You have solved that?? I have that problem too

    • @DWestPol
      @DWestPol 2 ปีที่แล้ว

      @@alvarohernandezprado595 in settings.gradle you need to add: jcenter()

    • @anirudhmenon5617
      @anirudhmenon5617 2 ปีที่แล้ว

      @@DWestPol Thx mate

  • @allstar1528
    @allstar1528 3 ปีที่แล้ว +1

    in DrawerAdaptor class-->>private AdapterView.OnItemSelectedListener listener; if i remove AdaptorView then give me error....plzz help me

  • @ibrahimabushouk2970
    @ibrahimabushouk2970 3 ปีที่แล้ว

    Please help me.. when I run the program I get this error... java. Long. StackOvrerflowErrow: stack size 8mb

  • @abdulqader400
    @abdulqader400 2 ปีที่แล้ว

    In the DrawerAdapter class; OnItemSelectedListener is showing error on deleting "AdapterView."
    any help?

    • @abdulqader400
      @abdulqader400 2 ปีที่แล้ว

      So I've impoted it again and resolve it by adding on-demand static import for 'android.widget.AdapterView'

    • @abdulqader400
      @abdulqader400 2 ปีที่แล้ว

      listener.onItemSelected(position);
      is still displaying an error;
      Expected 4 arguments but found one

  • @karruramesh9798
    @karruramesh9798 4 ปีที่แล้ว +1

    Bro can u make a video on how to use tab layout with navigation drawer(with fragments)
    Pls