Skip to main content

Progress bars in Kodular Creator Explained by Learn Web?

 

Progress bars in Kodular Creator Explained by Learn Web?

Welcome back Guys to your Friend in your online journey. As you have seen today we are going to discuss about the progress bars available in Kodular creator. So guys, we are going top start our tutorial here.....

Progress bars in Kodular Creator Explained by Learn Web?

1. Circular progress:

The first type of progress bar in Kodular is Circular progress. This is found on the third position in User interface Components.

Progress bars in Kodular Creator Explained by Learn Web?

In the above image you got an idea where we can find circular progress bar and how it looks like.
Now we are going to discuss it's properties.....

Properties of Circular Progress:

1.Color of Circular progress
This option is used to set the Color of the progress of Circular Progress.

2. Height and Width:
These options determines the height and width of Circular Progress.

3. Visible:
This option sets whether we should keep Circular Progress Visible or In-visible when screen initialise.

There is only blocks to set these properties for Circular Progress component. So, I think you will easily find out how to use them.
Now, here we move to our second  Progress Component found in Kodular Creator...


2. Custom Progress :

The second progress component that can be found in Kodular Creator is Custom progress Component. This is component which has many animation for showing progress. This component can be found right under the circular progress component. Illustration:

Progress bars in Kodular Creator Explained by Learn Web?


Properties of Custom Progress:

1. Style:
Choose the style for the animation of progress for your Application.

2. Background Color:
This option is used to choose the background color for the animation of the Custom progress.

3. Color:
This option is used to choose the color of Progress animation.

4. Height and Width:
These options are used to choose the Height and Width of Custom progress.

5. Visible:
This option sets whether we should keep Custom Progress Visible or In-visible when screen initialise.
 
There is also only blocks to set these properties for Custom Progress component. So, I think you will easily find out how to use them.

Now we move to our Third Progress Component in Kodular....

3. Linear Progress Bar:
The third progress component that can be found in Kodular Creator is Linear progress Component. This is component which shows a linear progress. This component can be found on ninth position in User Interface Components. Illustration:


Linear progress bar

Properties of Linear Progress Bar:

1. Width:
This option sets the width of Linear Progress Bar.

2. Indeterminate:
If this option set unchecked or false then Progress bar will show a linear infinite Progress instead of showing given value for progress.

3. Maximum and minimum progress:
This sets the value for minimum and maximum range for progress of Linear Progress Bar.

4. Progress Color:
This option is used to choose the color of Progress animation.

5. Visible:
This option sets whether we should keep Custom Progress Visible or In-visible when screen initialise.

Blocks of Linear Progress Bar:

1 When progress changed:

Progress bar block 1






This block give the value of progress whenever progress is changed.

2. Increase progress:

Progress bar block 2




This block increase the value of progress by the Given Value.

So, in today tutorial we had all these progress we will also learn about some other Progress Components in our coming next tutorials.Till then.....

Happy Koding....

Comments

Popular posts from this blog

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