Navigation Drawer on Multiple Activities Using Base Activity - 08 - Water Delivery Android App

Поделиться
HTML-код
  • Опубликовано: 23 ноя 2024

Комментарии • 75

  • @sureshnewwithandroid
    @sureshnewwithandroid 7 дней назад

    Very good, I checked it for more than 20 activities, working fine, thanks bro.

  • @mominajaved5058
    @mominajaved5058 2 года назад +1

    Perfect Video with proper guidance, I was facing this issue since two days and your half video resolve my issue. I didn't know how to implement that drawer functionality from the base activity. Thankyou so much for guiding in the correct way! it worked properly. :)

  • @Laprincesavampire
    @Laprincesavampire 2 года назад +1

    Thank You so much.
    You helped me in My project.

  • @rajhabala3536
    @rajhabala3536 5 месяцев назад

    Extraordinary Video.. Thanks

  • @isharachamika8628
    @isharachamika8628 Год назад

    Very informative, Thanks for sharing your knowledge. ☺☺☺

  • @linoyoz6135
    @linoyoz6135 Год назад

    Thank you so much!! You have helped me a lot

  • @mukeshdak
    @mukeshdak 2 года назад

    Amazing, Extremely Helpful, 100% working.

  • @ZafkieL23
    @ZafkieL23 2 года назад

    Thank you! it worked perfectly fine for me. hope u got more subs in the future, so keep it up the good work!

  • @manpreetkhokhar4478
    @manpreetkhokhar4478 2 года назад

    Thanks man... Such a detailed video.. great respect

  • @gunasekaran9908
    @gunasekaran9908 3 года назад +2

    Thankyou so much this video is helpful.

  • @p.polunin
    @p.polunin 2 года назад

    Perfectly! Thank you very much!

  • @zark_aoui
    @zark_aoui 2 года назад

    This is really great, Thaaanks man

  • @lamh876
    @lamh876 2 года назад +1

    Thanks for the grateful tutorial. I navigate to another activity from the drawer menu but any actions in the another activity are not working! do you know what the problem?

    • @nivarad5722
      @nivarad5722 Год назад

      Have you found any solution ? I am stuck on this scenario for a few days

  • @antoniofuller2331
    @antoniofuller2331 6 месяцев назад

    I just started watching this video, if I works, I WILL comment again

  • @govindannarayanan6510
    @govindannarayanan6510 Год назад

    thanks and nicely explained. One query : for me "From the main navigation drawer -> Menu and onclick its switching to an activity1". But later i cannot navigate to child activity of activity1 :( Buttons are just clickable but no action or not switching to linked activities. any suggestion ? thankyou.

  • @syedjawadshah79
    @syedjawadshah79 Год назад

    Thanks a lot.

  • @asadjan8233
    @asadjan8233 3 года назад +1

    This VideoIs Helpfull.

  • @anewbeginningquinn
    @anewbeginningquinn 2 года назад +5

    The fact there is no github link to the code...why?

    • @tudorradu5848
      @tudorradu5848 2 года назад +1

      Exactly. No point in not putting in in the description, the project is open source anyway..

  • @espectactorteatro4028
    @espectactorteatro4028 Год назад +1

    Hello,
    How can I implement in the Navigation Drawer the options of:
    if a user is equal to a certain email, it shows some options. If it is not the same, it shows other options of items?
    Help me please

  • @تطبيقالطفلالمفقود

    ty boss it work .. but can i replace( dashboard activity) with (main activity) ?

  • @MrVipulLal
    @MrVipulLal 2 года назад

    Good video, thanks

  • @Nico-ly7lh
    @Nico-ly7lh 2 года назад

    thank you!!!!

  • @jazzyfoxx104
    @jazzyfoxx104 9 месяцев назад

    I skipped the signup/signin activity. I just want to proceed to dashboard after the splash. But it's either the app crashed or the navigation drawer don't display. It's just a blank white screen. 😢

  • @manjunathmulimani6926
    @manjunathmulimani6926 Год назад +1

    It can't visible ActivityDashboardBinding how can take it if i going to type it's give me an error

  • @memorykanyalu2666
    @memorykanyalu2666 2 года назад +1

    Code link pleeaaseee... it's urgent. I really need this mr coding pursuits sir

  • @priyaranjan2802
    @priyaranjan2802 2 года назад

    very useful

  • @ДмитрийГромов-ф8ч
    @ДмитрийГромов-ф8ч 2 года назад

    How to make such a menu, but so that you can switch between the client and the buyer in this menu? And each has a different function.

  • @Ogrenciogrenci-gi7dt
    @Ogrenciogrenci-gi7dt Год назад

    Hi, it very nice tutorials. Can you share source code please?

  • @OES-FISHING
    @OES-FISHING 2 года назад

    Hello GoodTutorial but suddenly not final, fields cannot be resolved in java file "DrawerBaseActivity":
    Avoid passing `null` as the view root (needed to resolve layout parameters on the inflated layout's root element)
    Resource IDs will be non-final in Android Gradle Plugin version 7.0, avoid using them in switch case statements

    • @buzzyso
      @buzzyso 2 года назад

      What should be there instead of null then?

  • @kidsnkiddi2337
    @kidsnkiddi2337 2 года назад

    good

  • @asadjan8233
    @asadjan8233 3 года назад

    I m working with that custom navigation but idgets are showing on an activity when i run it on real time device.

  • @415_pavankalyan9
    @415_pavankalyan9 2 года назад

    Sir in this menu I want. To add the logout button sir so pls can u give me any reference video of logout action of logout plsss

  • @ishmamnewaz2972
    @ishmamnewaz2972 Год назад +1

    In 21:31 of the video when I try to write ActivityDashboardBinding it shows error. Please can anyone tell me how to fix this?

    • @GivFnz
      @GivFnz Год назад

      Add buildFeatures{
      viewBinding true
      } to build.gradle file

  • @TrueDareToSucceed
    @TrueDareToSucceed 2 года назад

    sir I have one question . suppose click to order then open to order_layout how can be posible

  • @ArslanTufani
    @ArslanTufani 2 года назад

    sir how we can show activity data with activity name as we shown in this video at the last

  • @espectactorteatro4028
    @espectactorteatro4028 2 года назад

    Hello,
    In the file drawerbaseActivity,
    in the line of code: @Override
    public boolean onNavigationItemSelected(@null MenuItem item){
    The item gives error, in the following lines the titleString, also gives error.
    Can anyone help me?

  • @krishchopra22
    @krishchopra22 2 года назад +2

    I can't find the source code in description

  • @hungdinh2589
    @hungdinh2589 2 года назад

    15:43

  • @saiyadymhn
    @saiyadymhn 2 года назад

    which mic u r using voice quality is good

  • @HeliX04
    @HeliX04 Год назад

    Hey I ran into a lil issue with my codes. I know the issue but don't know how to fix it. Can I contact u for some help please 🙏

  • @mobhamjee786
    @mobhamjee786 2 года назад +1

    Does anyone one know why the hamburger icon won’t show up

  • @khalidhasan2340
    @khalidhasan2340 2 года назад

    I want to show navigation drawer in multiple fragment activity

  • @kiddsappuser160
    @kiddsappuser160 2 года назад

    hello how to solve this
    ERROR:C:\Users\Windows 10\AndroidStudioProjects\kids_app\app\build\intermediates\packaged_manifests\debug\AndroidManifest.xml:33: AAPT: error: unexpected element found in .

  • @AlokSingh-gy3rx
    @AlokSingh-gy3rx Год назад

    i tried doing this. its working on emulator, but not in my mobile. plz help

  • @ratulmondal7154
    @ratulmondal7154 Год назад

    not easy to me because a build a projject firest and try to add this but cant :

  • @devvakil5941
    @devvakil5941 2 года назад

    Hi, I created the same nav menu for my app, but the form (editText,Buttons) are invisible. I can type in it but cant see it. Please solve my error

    • @devvakil5941
      @devvakil5941 2 года назад

      In content_layout frame layout height is 0dp how will that work?

  • @khalidhasan2340
    @khalidhasan2340 2 года назад

    How to do this with multiple fragment activity, anyone please help me

  • @RohitSinghJakhar
    @RohitSinghJakhar 2 года назад +1

    code link?

  • @asadjan8233
    @asadjan8233 3 года назад

    Can Now We Add Buttons to these order activity

    • @codingpursuit914
      @codingpursuit914  3 года назад

      Yes you can add buttons and can design according your plan

  • @camerondavis2012
    @camerondavis2012 Год назад

    can you please show this code in kotlin thats what im building my app in.

  • @chaitanyagopinadh6000
    @chaitanyagopinadh6000 2 года назад +1

    Can you please share the source code link

  • @shaimaaattia5779
    @shaimaaattia5779 2 года назад

    how to solve this issue plz..
    > Task :app:dataBindingGenBaseClassesDebug FAILED
    Execution failed for task ':app:dataBindingGenBaseClassesDebug'.
    > not a valid name: continue

  • @juancarmona3864
    @juancarmona3864 Год назад

    the navigation goes lag :(

  • @RohitKumar-ht4sr
    @RohitKumar-ht4sr 3 года назад

    Hello bro can we collaborate

  • @asadjan8233
    @asadjan8233 3 года назад

    Hello

  • @RohitKumar-ht4sr
    @RohitKumar-ht4sr 3 года назад

    I need help to get youtube oauth api verified

  • @natnaelagenagnew3169
    @natnaelagenagnew3169 2 года назад

    I got this errors.=>DrawerBaseActivity.setContentView(DrawerBaseActivity.java)
    DashboardActivity.onCreate(DashboardActivity.java) what shall i do ???????

  • @bambam4919
    @bambam4919 2 года назад +1

    Can you please share the source code link