Bottom Navigation Bar in Android Studio using Java | Explanation

preview_player
Показать описание
Welcome to Android Knowledge!

In this video, I have share how to create bottom navigation bar in android studio with fragments. We will create four fragments attach to the bottom navigation bar and add one floating action button to give a materialistic design look.

Color HEX Code: 8692f7 (Lavender)

If you have any queries or errors, please feel free to comment below :-)
Please subscribe to my channel 😊👍

Join our Telegram Group:

Instagram:

Source Code:

Stepwise Video:
1. Bottom Navigation Bar in Android Studio using Java:

2. Bottom Sheet Dialog in Android Studio using Bottom Navigation Bar:

Chapters:
0:00 - Intro
0:08 - Pre-requisites
7:44 - Fragments
13:44 - Output

Keywords:
how to create bottom navigation bar android
bottom navigation android
bottom navigation bar in android studio
bottom navigation view in android studio
bottom bar in android studio
how to change navigation bar on android
how to add navigation bar in android
how to create navigation bar android
material design
bottom navigation bar design android
bottom navigation bar android studio,bottom navigation view android studio,bottomnavigationview,android bottom navigation bar,bottom navigation view with round,android bottom navigation,navigation bar,bottom navigation bar with fragment,android bottom navigationview,android bottom navigation example,android bottomnavigation,android bottomnavigationview,android bottomnavigationview fragment,android bottomnavigationview custom,android bottomnavigationview example

Hashtags:
#android #navigation #androidstudio

All rights reserved by Android Knowledge ©
Рекомендации по теме
Комментарии
Автор

For those that have issues with the FAB button not centering try changing the theme to If you use Theme.Material3... it will not work

KarlVanHauwermeiren
Автор

Your tutorial has been amazing. Thanks!

rasheednazar
Автор

Hi my friend i had a problem, the fab is a square, i did the tururial like you and my fab is a square y want that circle, do you know how i can fix it? And the animation like center circle as drop don't works 😢

mxsrxm
Автор

PLEASE HELP me when i put setoncliclistener and everything i try i cant get action bar the plus in the middle to become clickable and open new activity when clicked its just not working HELP PLs

sarkis
Автор

Hello mam, This videos was very informative.
ps : Would it be possible for you to make full fledged video tutorials for development of a app. Like a video series for a ToList application or any other app.
I feel that people look for a video series so that they have a application ready to put it in their resume or atleast have one application in their pocket.
once again, Thanks for these videos they are really helpful😊...

aasifali
Автор

I have errors AcitivyMainBinding Cannot find error and can't call bottomNavigationView

khinphyuphyulinn
Автор

Hi, I have been watching your video since then and it really help me in doing my project. But currently im stuck in my new project where i have to generate and save the QR code to firebase/gallery . I hope you can make a full vid tutorial on how to do that

itxmiraacle
Автор

help me, i have a wrong in 12:46 this is case R.id.Home but it's wrong to me, how to fix it please, tks

cuongduong
Автор

Hi Thanks for this - I did use my own names for Fragments but stuck to the rest. Go some errors on MainActivity
replaceFragment(new HomeFragment()); - problem "new HomeFragment()"
case R.id.home: - problem "R.id.Home" - same on all cases
replaceFragment(new HomeFragment()); - problem on "HomeFragment" - same on all cases
Finally, . fragmentTransaction.replace(R.id.frame_layout, fragment); - problem with ", fragment)"
NB. The quotes I have added, they are not in the code. Would send screen shot but cannot see a way. Please let me know what I did wrong. Thanks.

bristolwebdesigner
Автор

I'm having issues with my keyboard visibility when using edittext.
It is not displaying my keyboard. What can i do?

LightDev-cpym
Автор

How to add set on clickListener to the floating button?

SyedUzair_
Автор

please help me as in your design the app bar and bottom nav have a slight color difference but when you run the app the color is merged but my app still show the difference in color please help me to fix it

aroojsabir
Автор

can i suggest next video? can you make loan calculation (interest, amount and year, = monthy and total payment) thanks in advance

jayperson
Автор

i cant use switch case when i take cause my R.id.* isnt act

luongnguyenuc
Автор

Awosome Explanation

Please make mock test type apps with firebase database

gopalmahato
Автор

Good day! how can i solve the problem in constant expresssion required in switch case (R.id.home).

jerrybaldivianojr.
Автор

hi, my R.id.home and others are having red underlines (errors), why do you think this is?

kllyctr
Автор

hello man, i have a little bit problem, the icon_add don't stay on the center of the bottomAppBar, but when i give the anchor the icon go inside that, can you help me ?

michelerispo
Автор

Hello i tried the same thing for floating button but my floating button is going in the hand side and getting on the bottom of navigation

TanmaySalunke
Автор

help me I don't know how to fix the error: constant expression required
case R.id.home:

mollyolly