Skip to main content

How to use bottom navigation bar in Koduar Creator?

 

How to use bottom navigation bar in Koduar Creator?

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.

How to use bottom navigation bar in Koduar Creator?


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:

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:


How to add item in Bottom Navigation Kodular?

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:


Remove all items

Use: This block is used to remove all the items from bottom navigation bar.

3. Remove Item:


Remove specific item


Use : To remove a specific item from Bottom Navigation Bar.

Id : Id of item to be removed.

4. Select Item:


Select given item from bottom navigation bar

Use : To Select a specific item from Bottom Navigation Bar.

Id : Id of item to be Selected.


5. Update Item:


Update item in Bottom navigation bar

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:


When item selected in Bottom navigation bar?

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

Popular posts from this blog

How to use Utilities component in Kodular Creator?

  How to use Utilities component in Kodular Creator? Welcome back guys to Learn webs online. As you may have seen in above image, in today's tutorial we will be going to learn to use the utilities components in Kodular Creator. These components will surely be useful for your future projects. In today tutorial we will learn to use these four utilities components. These are the main utilities components in kodular creator. There are also another utilities components which we will learn to use in further tutorials. So, let's start our tutorial without waiting any more..... 1. Wallpaper component Introduction: This component can be found at the last position in the utilities components under utilities option in sidebar. As you can understand by it's name this is used to access the wallpaper settings of user's device. This is very useful component while developing a app in which we allow user to change or modify wallpaper within the application. This app may be a browser app...

How to use KIO4 gradient in Kodular?

  Welcome to learn web, today we are back with a completely new tutorial on Kodular Basic-to -Advanced app making.Today topic for our tutorial is that how to use Gradient effect in Kodular app making for any layout. How to use gradient colors in kodular app? For this you need to use a extension named "KIO4" gradient.So,before starting you need to get this extension before we start our tutorial.To get this click on link below: My Drive Link This is the google drive link for the KIO4 extension. I think you might have got the extension.So, we start our tutorial on how to use gradient effect Kodular apps. Step 1:Open your Project in which you want to use gradient Effect.Then click on the extensions button in the bottom of left sidebar and click on import extension.Now select the KIO4 gradient file and click on Import after some time your extension will be processed and imported to your project. Illustration: Once you have Imported the KIO4 extension you can see the extension as s...

How to use Firebase database in Kodular?

Welcome to Learn Web my friends. Today we are going to learn about how to retrieve and store data from user in firebase database. This will be surely very exciting and useful for you guys. So, here we start our tutorial on "How to store data of user in Firebase in Kodular?" How to store data of user in Firebase in Kodular? 1. What is Firebase? I think you guys may have listened about Firebase but if not, then don't worry this isn't any rocket science you will easily learn "How to store and retrieve data of user in Firebase?". Firstly I want to tell you about What is Firebase Database? So, firebase is a cloud storage platform provided by google to store and retrieve data and Firebase also provide many other services that we will learn in our next tutorials. Today we are going to talk about "How to use Firebase Database in Kodular?"  2. What is Firebase database in Kodular? Now I would like to tell you what is Firebase database and what we are going ...