How to use bottom navigation bar in Koduar Creator?
Welcome my friends, today we are going to learn "How to use bottom navigation bar in Koduar Creator?" So,we directly start our tutorial on how to use Bottom navigation bar in Kodular Creator.
What is bottom navigation bar?
You might have seen some sort of layout in the bottom of a your screen enabling you to navigate between easily in application.The layout at the bottom used to navigate in between application is called bottom navigation bar in Android Development. In kodular you get a component bottom navigation bar to use this function.
Benifits of using bottom navigation bar:
1. Enables you to give more function to user.
2. Makes application easy to use.
3. Enhances the looking of our application.
4. Makes it easy to navigate in application.
and much more.....
How to implement Bottom Navigation Bar in Kodular Creator?
Step 1: Open your Project In Kodular Creator in your computer and wait until your project loads.
Step 2: Look for bottom navigation bar under the Layout > Navigation > Bottom Navigation Bar.
Step 3: Drag and drop Bottom navigation Bar to the place wherever you want to use Bottom navigation bar.
Now you have implemented Bottom navigation bar in your project successfully.
Properties of Bottom Navigation Bar:
1. Background Color: This set the background color of bottom navigation Bar.
2. Selected Color : This set the color of selected icon and text in bottom navigation Bar.
3. Unselected Color: This set the color of unselected icon and text in bottom navigation Bar.
4. Visible : Sets bottom navigation Bar Visible or Invisible.
Blocks of bottom navigation Bar:
1. Add Item:
Use: Used to add a button or item in bottom navigation Bar.
ID: Used to identify any button to carry out an action.
Title: Text shown under the image when selected.
Image: To show image for a button (Use transparent image)
2. Remove all Items:
Use: This block is used to remove all the items from bottom navigation bar.
3. Remove Item:
Use : To remove a specific item from Bottom Navigation Bar.
Id : Id of item to be removed.
4. Select Item:
5. Update Item:
Use: Used to update a button or item in bottom navigation Bar.
ID: Id of item to be updated in bottom navigation Bar.
Title: Text shown under the image when selected.
Image: To show image for a button (Use transparent image)
6. When item selected:
Use : To do an action when a item is selected in bottom navigation Bar.
Get title : To get title of selected item.
Get id : To get id of selected item.
So, this was all about bottom navigation bar and How to use bottom navigation bar in Kodular Creator. Hope you all got it. We will be back tomorrow again with a new topic.Till then.....
Happy Koding.......
Comments
Post a Comment