Skip to main content

How to add Professional Sidebar in Kodular Creator?

How to add Professional Sidebar in Kodular Creator?

How to add Professional Sidebar in Kodular Creator?

Welcome to Learn Web Series of Kodular App Development Series. As you have seen in title today we are going are going to learn how to add Sidebar in Kodular Project. So, without wasting any more time Firstly we discuss about some FAQ's about Sidebar in Android.

FAQ's about Sidebar

1. What is Sidebar?

You may have seen in many apps that a layout appear sliding containing many option in it, this layout is called sidebar. In Kodular we get a dedicated component for this sidebar. So, by this we can easily add sidebar in our app. In today's tutorial we are going to learn How to design and make this sidebar working in our Kodular Project? I think now you are excited about this component and How to use it. 

2. Benefits of adding Sidebar:

There are many benefits of using this component in your project. This component makes your app more user friendly and attractive. There are also many other benefits such as it makes navigation throughout our application easy for our users. This component also improve UI and UX for our application. We can also give many options which can be easily accessed from here to our user and doesn't confuse our users in our application.

Now we should move to our Tutorial....

1. How to implement Sidebar component in our app?

Step 1: Check for Layout option and click on Navigation option.

Step 2: Now you will find there Side Menu Layout. So, simply drag and drop this component to your app.
OR
Search For Side menu layout in components and find the Side menu Layout component there. Then simply drag and drop this Component to your project.

So, until here we have completed the implementation of sidebar in our app.

1. Properties of Side Menu Layout:

1. Background Color: 
This option sets the Background image of the side menu layout.

2. Circle Image Header:
This Crops and shows the image of Header of Sidebar as Circle.

3. Disabled Color:
This sets the color of Disabled option in Sidebar.

4. Enabled Color:
This sets the color of the Enabled option in Sidebar.

5. Header background Picture:
This is used to select the Background picture of header of Sidebar.

6. Header Picture:
This shows the provided image in the Header.

7. Header Subtitle:
This adds a subtitle that is to be shown in the header.

8. Header Title:
This is used to add a title in the header of Sidebar.

9. Selected option:
This sets the color of option that is selected.

Blocks of Side Menu Layout:

1.Add Item to Sidebar:
Kodular block no. 1
This blocks add option to a sidebar. You have to add this block multiple times to add multiple items. 
Options:
1. Title:
This sets title of the Item to be added.
2. Image:
This adds the image as icon for option before Title.
3.  Enabled:
This sets the option as clickable or not.
4. Checked
This sets the item being added as selected.
5. Group:
This adds the item to a given number.

2. Remove Item:
Kodular Side Menu layout block no. 2
This remove item with the Provided title in Side Menu layout.

3. When item selected:
Kodular Side Menu layout block no. 2
This handles the action when any option is selected. You can handle this situation with if then else block such as,
Kodular Side Menu layout block no. 4

So this was all about Sidebar in Kodular. Using this you can easily add professional sidebar in Kodular. This was for today we will be back with a new tutorial again. Till then....

Happy Koding......


Comments

Popular posts from this blog

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 ...

How to use Kodular Companion to test App?

 What is Kodular Companion? I understand, if you are new to kodular then you won't be able to understand what is meant by Kodular companion.So, today we are going to clear your doubt "What is Kodular Companion?".Kodular companion is a android app by Kodular Organisation.This app allow us to test the Realtime changes in our app while creating apps.If we don't use companion then we have to create and download our app to check whether is it working properly or not.But this is not a comfortable method because we can't check realtime changes in our app.So, to check app by downloading and installing we have have to download our app more than 100 times which is not easy for us. Therefore, we are provided a app which we can use to check the realtime changes in our app without downloading it every time. Benefits of Kodular Companion: 1.No need to download app multiple times. 2.Can be used to see realtime changes. 3.We can check different apps with Companion. 4.Useful while...

How to use Blocks in Text section in Kodular Creator?

How to use Blocks in Text section in Kodular Creator?  Guys welcome back to Learn Web Online, Today as you have seen we will be learning about using the main text related blocks. These text blocks are very useful while making your android application. We can edit, trim, join etc. text using the blocks which we will be talking about. The blocks which we will be learning to use today can be found under the built in components 'Text'. So, open your project to get live results to try these blocks your own. Here we start our tutorial without wasting time any more.... Blocks In text section Here, we have the main blocks which we are going to learn to use today's tutorial 1. Text Block: This block is used to denote a text string. This is the basic block which provide a text string in block section. We can use this block to give a text string to any other block. For example we can enter a text and set this text to a specific Label's text. 2. Join Text This block is used to join...