I've tried 10 other videos, and you're the first to make it works for me, so huge thanks man ! Keep doing videos :)
@CodesEasy Жыл бұрын
Glad the video helped you
@Sethsoulbe Жыл бұрын
@@CodesEasy But now I wonder how to personalize it. Change the background color, tue icon ans text color?! Do you have some help, sources to give?
@Sethsoulbe Жыл бұрын
For exemple I want to change the background color for #212121 what should I do?
@edkcreation7797 Жыл бұрын
You have explained step by step in your video which I liked very much. So there is a request from you that how do you use drawer layout along with bottom navigation, please make a video on it.
@CodesEasy Жыл бұрын
Sure We will make a video on this too very soon.
@hiraethsmith-l1z Жыл бұрын
Hi, im having a hard time in switch case in R.id.bottom_home: it's getting error and it says "constant expression required". What should I do?
@CodesEasy Жыл бұрын
If you are using a switch try Converting the switch statement into an if-else statement.
@Tonyhill12 Жыл бұрын
I have the same error, how do I fix this
@CodeFixer_Abhikash8 ай бұрын
Use if else condition
@gerdsfargen66878 ай бұрын
@@Tonyhill12 he just explained how to do it above. Change it from a switch statement to an if-else statement.
@manfredleitner2105 Жыл бұрын
Thanks a lot for your videos! Recently I try to combine two of them: crud and bottom navigation. Unfortunately I just can't find out how to show the result of a (read-) statement in just one fragment. And what also would be very interesting: How to create a dynamic list from a database request and then show each item as a row which is clickable and leads to a detail page for this item. Would it be possible for you to make a video about this issue?
@CodesEasy Жыл бұрын
Check this video. kzbin.info/www/bejne/pJ-xi4unid98fJo
@toshfarmi Жыл бұрын
How to convert HomeFragment to MainActivity ?
@CodesEasy Жыл бұрын
Just create new activity and unde intent to open on click
@toshfarmi Жыл бұрын
@@CodesEasy the code in mainactivity is not getting into homefragment ???
@ritikjaiswal2633 Жыл бұрын
How to off the swiping left right
@CodesEasy Жыл бұрын
Check the bottom navigation part in this video kzbin.info/www/bejne/qne4qp97npmnmKssi=SkSOCkSf41WDqY95
@nagaprakashnagu7596 Жыл бұрын
hi sir i got error in switch statements id is not imported
@CodesEasy Жыл бұрын
it typically means that the variable id is not defined properly in the scope of your code