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

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