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

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 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 make a Browser in Kodular Creator ?

Welcome back my friends, today I am going to illustrate you "How to make a Android Web Browser in Kodular?" We will make this web browser in Kodular Creator. This will be a basic web browser. By this project we will how to handle  Web View provided in Kodular Creator. We will also learn about many design elements. I am sure you are excited with this project. So, here we start our tutorial without any more discussion. But before starting our tutorial I want to tell you that what are things we will learn in this tutorial: 1. How to design splash screen? 2. How to use text box with web view? 3. How to use material typeface buttons? 4. How to use Horizontal arrangement layout? 5. How to use if-then-else statement?  and many other things which we will use while making this web browser. And now you might be more excited for this project. Now, we move on to our tutorial for making a web browser in Kodular creator; How to make a Browser in Kodular Creator ? We will learn to make a we...