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

Kodular Basics- Getting started with Kodular

What Is Kodular? Kodular is a online software which allows us to make android apps without any programming knowledge. Kodular's enable us to make fantastic android apps using their blocks-type editor.We can make our apps stand out with the material design UI. Using Kodular we can make android apps just by dragging and dropping components provided in Kodular Creator.We also need not to write any code to make our app working. We just have to specify blocks in kodular creator and we are out of the tension to write Codes. Getting Started With Kodular :   For making apps you just need to go to Kodular's Creator and sign up there with your email and activate your account.You can create Kodular account and make apps for free. There aren't any charges to use Kodular Creator. So just go Kodular.io and sign up there and start happy coding and app making.  Kodular Dashboard: After you have signed up for Kodular creator,select the option "Create Apps" and you will be redirect

How to use dynamic component in Kodular Creator ?

How to use dynamic components in Kodular Creator? Welcome back my dear friends, today we are back again with a complete new tutorial. Today we are going to learn How to use Dynamic components in Kodular Creator? As of all our tutorials I assure you you will find this tutorial very useful while developing any of you application which the no. of components are not fixed. So, we use dynamic components to add as much as number of components as we want. So, here we start our tutorial with some of FAQ's that will help you to learn what is concept of dynamic components if you didn't understood "What does dynamic components mean?"  FAQ's about Dynamic components 1. What are dynamic components? Dynamic components are the components which allows us to show as much as number of components in our application as we want. So, that we need not to update app to add any component in our application. This is useful when we are developing any application like Shopping application in

How to make a stopwatch application in Kodular?

  How to make a stopwatch application in Kodular? So, guys we are back with a new tutorial. In today's tutorial we will learn making an app rather than learning to use any component in  Kodular creator. It has been time, since we  have provided a tutorial for making a android app in Kodular Creator Series. Hence, today we will  be learning How to make a simple seconds based stopwatch in Kodular. Here firstly we talk about some of FAQ's about Stopwatch in Kodular creator....... FAQ's about stopwatch App 1. Functions of this Stopwatch If you want to know the main functions of this Stopwatch application then we have how this app will work: 1. Firstly User has to start the stopwatch 2. Then he can pause or start the stopwatch. 3. User will be able to reset this stopwatch. 4. User can check timing upto 10 mini seconds. 5. User can easily use this app. 2. How will this app work? In this app we will use a timer component to record time and we will use button for start stop and re