Navigation Drawer + Bottom Navigation in Android Studio | All in One App | Explanation

Navigation Drawer + Bottom Navigation in Android Studio | All in One App | Explanation

Android Knowledge

11 месяцев назад

21,669 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

Jonas
Jonas - 09.11.2023 22:05

When i am in the HomeFragment for example, how I can integrate more sites for this Fragment? I need to create a Learning-App and wants to use this kind of menu. I would really appreciate any advice

Ответить
Khoa Nguyễn
Khoa Nguyễn - 27.10.2023 22:07

Hello mam, I was followed step by step but when I'm open a fragment it crash my phone can u help me pls?

Ответить
Cheikspier
Cheikspier - 23.10.2023 18:58

Thanks a lot, i did it with this bottom nav and the navigation draw that you made in a past video, i had problems with the themes but i did it

Ответить
CMM Training Center
CMM Training Center - 09.10.2023 19:05

bottomNavigationView.setOnClickListener ( new NavigationBarView.OnItemSelectedListener ( ) {

@Override
public boolean onNavigationItemSelected (@NonNull MenuItem item) {
int itemId = item.getItemId ( );
if (itemId == R.id.bottom_home) {
openFragment ( new HomeFragment ( ) );
return true;
} else if (itemId == R.id.bottom_shorts) ;{
openFragment ( new ShortsFragment ( ) );
return true;
} else if (itemId == R.id.bottom_subscription) ;{
openFragment ( new SubscriptionFragment ( ) );
return true;
} else if (itemId == R.id.bottom_library) ;{
openFragment ( new LibrareyFragment ( ) );
return true;
}
return false;
}
} );

"else if" statement showing error at (itemId == R.id.bottom_subscription) and (itemId == R.id.bottom_library).. What to do ?, please support. (Total 2 error)

Ответить
Nuranathasia A
Nuranathasia A - 10.09.2023 13:33

Hello , i follow ur vid step by step them it succesfully run, but the button add at bottom nav display at rigth side?

Ответить
Kotipalli Srikanth
Kotipalli Srikanth - 08.09.2023 11:06

java.lang.RuntimeException: Unable to start activity ComponentInfo{com.example.project_healthcare/com.example.project_healthcare.HomePage}: android.view.InflateException: Binary XML file line #44 in com.example.project_healthcare:layout/activity_home_page: Binary XML file line #44 in com.example.project_healthcare:layout/activity_home_page: Error inflating class com.google.android.material.bottomappbar.BottomAppBar. this error i got. What to do??

Ответить
divya meher
divya meher - 01.08.2023 14:34

Thanks this works for me.

Ответить
Kishor Ramani
Kishor Ramani - 22.07.2023 15:45

Hi mam
how to handle checked item while go from bottom navigation's fragment to drawer's item fragment (bottom navigation's item should uncheck)

Ответить
GRIN ENERGY
GRIN ENERGY - 14.07.2023 08:23

Hello, I want to develop one Android application with you please let me know if you can do it

Ответить
RaMu AlL In OnE TeCh ChAnNeL
RaMu AlL In OnE TeCh ChAnNeL - 10.07.2023 14:30

Hello madam I done code in the HomeActivity because in my Mainactive I created login and register on, I do all correct how you say but whenever run and login it will back automatic, not open HomeActivity, how can I solve this

Ответить
Ali Ahmad
Ali Ahmad - 29.06.2023 12:33

thnku

Ответить
Deivisson Gomes
Deivisson Gomes - 19.06.2023 21:37

The fragments dont open when i click, and i followed step by step, can you give me any tips?

Ответить
Moha Ali
Moha Ali - 12.06.2023 20:56

Thanks ❤ please make navigation food delivery app

Ответить
sahabuddin NJSN
sahabuddin NJSN - 03.06.2023 06:39

didi when i run this project doing like you.. i face a problem that "android Resource linking failed"
pls help me how to fix this problem????

Ответить
Brian Nyirenda99
Brian Nyirenda99 - 31.05.2023 15:18

Very detailed description adn helpful i followed everything and mine is working perfectly but then its not coming back to the home page

Ответить
Kishan Verma
Kishan Verma - 29.05.2023 05:11

hello ma'am, ye ui responsive to hoti nahi, should i use constraint layout or use sdp library to show the responsivenes??

Ответить
Sridhar S
Sridhar S - 21.05.2023 09:53

Hi mam I'm sri your all vdos are great content as usual and help for becoming app developer kindly make the ecommerce app using Java spring boot if you make this playlist this playlist will help for lots of peoples mam.

Ответить
ebohiparfait
ebohiparfait - 20.05.2023 16:33

nice job thanks👍🏾, but why not in Kotlin 😕 ?

Ответить
SHAMITH PK
SHAMITH PK - 18.05.2023 15:37

Sir because you are using theme.material.daynight.noactionbar i am not able to change the colour of button what will we do if i want to change the colour of button please explain

Ответить
Najibullah Zirak
Najibullah Zirak - 18.05.2023 13:27

Do you have a course about sqlite database, how to connect and insert data to db. Also how to connect sqlite browser?

Ответить
shubham singh
shubham singh - 18.05.2023 13:25

#1 your best video thanks.

Ответить
Aditya Editz
Aditya Editz - 18.05.2023 05:28

Plz didi make a video on nadroid studio Projects from Intermediate to Advance with Projects in JAVA plz did. Plz didi plz🙏🏻🙏🏻

Ответить
Tanishq
Tanishq - 18.05.2023 05:17

Thanks Didi 😊, I completed my Fully Functional App development project with the help of your Videos ❤

Ответить
Total Shorts
Total Shorts - 17.05.2023 21:54

Most helpful video in my android journey.

Ответить
Gufraan Shaikh
Gufraan Shaikh - 17.05.2023 21:30

Nice explaination, Thanks 👍🏼

Ответить
Avinash Suryawanshi
Avinash Suryawanshi - 17.05.2023 20:57

Make videos using Kotlin cause now days most of the developer uses Kotlin instead of Java

Ответить
kelvin mwangi
kelvin mwangi - 17.05.2023 20:31

great work

Ответить
Al-Balag
Al-Balag - 17.05.2023 20:25

Please upload a video for kotlin pdf view

Ответить
Al-Balag
Al-Balag - 17.05.2023 20:21

Thanks for this video,This video is very helpful for me

Ответить
Rupayan Roy
Rupayan Roy - 17.05.2023 20:04

great content as usual!

Ответить
Abdul
Abdul - 17.05.2023 20:01

Thanks 🙏🙏

didi keep it 👍

Ответить