How to Implement Bottom Navigation With Activities in Android Studio | BottomNav | Android Coding

  Рет қаралды 37,757

BTech Days

BTech Days

Күн бұрын

Пікірлер: 39
@Icaro360lol
@Icaro360lol Жыл бұрын
I had an error inside the switch. I had the idea of ​​putting if, and it worked, thank you very much for the video
@Icaro360lol
@Icaro360lol Жыл бұрын
if (item.getItemId() == R.id.menuHome) { startActivity(new Intent(getApplicationContext(), HomePage.class)); overridePendingTransition(0, 0); } if (item.getItemId() == R.id.menuEvents) { startActivity(new Intent(getApplicationContext(), Events.class)); overridePendingTransition(0, 0); } if (item.getItemId() == R.id.menuProfile) { return true; }
@wisebroadcast
@wisebroadcast Жыл бұрын
Thanks. I need this video for my assignment..
@MdArif-ef1gz
@MdArif-ef1gz 3 жыл бұрын
Thanks for the help, there not a single video of switching activities from navigation Menu on utube .Very clean and clear explanation. Make Videos on adding food items to cart and storing the data to firestore.
@mikkomengullo2017
@mikkomengullo2017 2 жыл бұрын
Great tutorial bro, your details in explanation is very helpful ✨
@tfckiller
@tfckiller 3 жыл бұрын
this was the only video that worked for me. thanks.!!
@zohalmohebzadeh7854
@zohalmohebzadeh7854 2 жыл бұрын
Thanks a looooooot🙏🙏🙏🙏🙏♥♥♥♥♥♥♥♥♥your video helped me a looooot 😍😍😍😍god bless you🤲♥
@hadiyaaijaz7181
@hadiyaaijaz7181 2 жыл бұрын
Your video literally helped me out in my project. God bless❤️
@1MoTimeRound
@1MoTimeRound Жыл бұрын
This video earned a new subscription. :)
@weonYlawea
@weonYlawea 2 жыл бұрын
Gracias me ayudaste bastante saludos desde CHILE
@vasamnamitha
@vasamnamitha 3 жыл бұрын
Bro, I can Integrate bottom navigation with activities. But how to integrate CUSTOM bottom navigation with activities????
@D4vSG
@D4vSG 2 жыл бұрын
Thank you so much for the tutorial
@josue6667
@josue6667 2 жыл бұрын
Thanks thanks thanks , your video really relped me
@BTechDays
@BTechDays Жыл бұрын
You're welcome
@beccabigcca
@beccabigcca 2 жыл бұрын
HI i got error if i paste the bottom navigation switch case to the other two activity why? It works only for the main activity(my home page)
@beccabigcca
@beccabigcca 2 жыл бұрын
after i click other activity icons it will go back to my main activity , click again, then it crashed in my emulator and the problem mentioned that Resource IDs will be non-final by default in Android Gradle Plugin version 8.0, avoid using them in switch case statements
@beccabigcca
@beccabigcca 2 жыл бұрын
bottomNavigationView = findViewById(R.id.navBar); bottomNavigationView.setSelectedItemId(R.id.history); bottomNavigationView.setOnItemSelectedListener(new NavigationBarView.OnItemSelectedListener() { @Override public boolean onNavigationItemSelected(@NonNull MenuItem item) { switch (item.getItemId()) { case R.id.home: startActivity(new Intent(getApplicationContext(), HomePage.class)); overridePendingTransition(0, 0); return true; case R.id.profile: startActivity(new Intent(getApplicationContext(), Profile.class)); overridePendingTransition(0, 0); return true; } return false; } }); ---------------------------------------------------- This is my code and I cannot use setOnNavigationItemSelectedListener because it is deprecated
@creatorsofcreator
@creatorsofcreator Жыл бұрын
​@@beccabigcca important thing is add your activity in manifest​
@GoingOno
@GoingOno 2 жыл бұрын
What about backPressd?
@kissgergo5202
@kissgergo5202 2 жыл бұрын
So I have a custom sliding animtion for the transition but how can I make it so the navigation bar doesn't move?
@Code_123
@Code_123 Жыл бұрын
Thank you sir for this
@BTechDays
@BTechDays Жыл бұрын
Most welcome
@azizboukhchim4818
@azizboukhchim4818 2 жыл бұрын
Saved my life thankssss !
@dovdover
@dovdover 2 жыл бұрын
Great work! thanks
@vidyakini6079
@vidyakini6079 Жыл бұрын
For me inside switch case not able access menu ids
@BTechDays
@BTechDays Жыл бұрын
Check the code again.
@kavitabharti9791
@kavitabharti9791 2 жыл бұрын
Its setonNavigationItemselectedListenr function is depricated
@ROGELDominicM
@ROGELDominicM Жыл бұрын
how to change icon color
@proviwebApp
@proviwebApp 3 жыл бұрын
you can make this video from kotlin??
@sharjeelrajput2877
@sharjeelrajput2877 2 жыл бұрын
can u please tell me how to handle the back pressed?
@yanni3379
@yanni3379 2 жыл бұрын
Hi thank you so much for the video I'm working on an app project for school rn and have to use kotlin instead of Java do you know how to change the Java to kotlin I cant't move on from 15 minutes if there's an online converter or something?
@tushar5961
@tushar5961 Жыл бұрын
Use fragments
@doniyorartikov8307
@doniyorartikov8307 2 жыл бұрын
Thanks you bro
@BTechDays
@BTechDays Жыл бұрын
Welcome
@qwezzet3110
@qwezzet3110 2 жыл бұрын
мэн итс вери гуд сэнкью
@thoykarkhei4199
@thoykarkhei4199 3 жыл бұрын
Can i have kotlin code ?
@yrsndevelopment514
@yrsndevelopment514 3 жыл бұрын
thank you
@riyadofficiall
@riyadofficiall 2 жыл бұрын
great (:
Scroll View in Android Studio
4:30
BTech Days
Рет қаралды 1,2 М.
Арыстанның айқасы, Тәуіржанның шайқасы!
25:51
QosLike / ҚосЛайк / Косылайық
Рет қаралды 700 М.
Сестра обхитрила!
00:17
Victoria Portfolio
Рет қаралды 958 М.
RecyclerView | Everything You Need to Know
25:07
Practical Coding
Рет қаралды 147 М.
2,000 People Fight For $5,000,000
24:45
MrBeast
Рет қаралды 36 МЛН
НОВАЯ ШКОЛА ТАБА ЛАПКЕРОВ ДЛЯ МЕДВЕДЯ ВАЛЕРЫ
13:30
Why Agent Frameworks Will Fail (and what to use instead)
19:21
Dave Ebbelaar
Рет қаралды 100 М.
Google’s Quantum Chip: Did We Just Tap Into Parallel Universes?
9:34
Арыстанның айқасы, Тәуіржанның шайқасы!
25:51
QosLike / ҚосЛайк / Косылайық
Рет қаралды 700 М.