Skip to main content

How to use KIO4 gradient in Kodular?

 

How to use KIO4 gradient in Kodular?

Welcome to learn web, today we are back with a completely new tutorial on Kodular Basic-to -Advanced app making.Today topic for our tutorial is that how to use Gradient effect in Kodular app making for any layout.

How to use gradient colors in kodular app?

For this you need to use a extension named "KIO4" gradient.So,before starting you need to get this extension before we start our tutorial.To get this click on link below:

My Drive Link

This is the google drive link for the KIO4 extension.

I think you might have got the extension.So, we start our tutorial on how to use gradient effect Kodular apps.

Step 1:Open your Project in which you want to use gradient Effect.Then click on the extensions button in the bottom of left sidebar and click on import extension.Now select the KIO4 gradient file and click on Import after some time your extension will be processed and imported to your project.

Illustration:
KIO4 Gradient extention


Once you have Imported the KIO4 extension you can see the extension as shown in the above image. 

Step 2:After importing just drag and drop the KIO4 gradient component in your screen.After importing you can see the following properties in the component properties section.

Properties of KIO4 Extention


Now you can see that there are three properties being shown in component properties section.Here the first is corner radius,second is shape and the third is type.Now, we discuss about these properties:

1.Corner Radius:

Here you can change how much the radius of corners of the component chosen should be. If you increase the corner radius value this will increase the radius of corner.

2.Shape:

Here we can change what shape should we give to the selected component.This extension currently provide two types of shapes which are Rectangle and Oval.
For using rectangle you should set shape to 0.
For using Oval you should set shape to 1.

3.Type:

Here we are able to change the style of gradient effect for our component.We can use the linear,radial and sweep gradient style in this extension. Values for styles:
For using linear gradient you should set type to 0.
For using radial gradient you should set type to 1.
For using sweep gradient you should set type to 2.

Blocks of KIO4 Extension:

1. Main Block:

How to add gradient effect in Android app?

In the main block we get three options for attach block.These are used as following:

1.Layout:

The layout in which we are going to show the gradient effect attach the block of that component here. For ex. I used here horizontal arrangement 1.

2.List of Colors:

In this block we can choose which colors we should use for making gradient.We should use make a list block to make list of colors.

3.Orientation:

We get a option to set how we are going to set the orientation for gradient effect.The values for orientation are as:

1 For BL-TR (Bottom Left to Top Right)

2 For BOTTOM-TOP (Bottom to Top)

3 For BR-TL (Bottom Right to Top Left)

4 For LEFT-RIGHT (Left to Right)

5 For RIGHT-LEFT (Right to Left)

6 For TL-BR (Top Left to Bottom Right)

7 For TOP-BOTTOM (Top to Bottom)

8 For TR-BL (Top Right to Bottom Left)

And with value 0 you'll have TOP to BOTTOM.

So this was your tutorial for how to use gradient effect in Kodular components.We will be back tomorrow, 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 Youtube Player in Kodular Creator?

  Welcome guys, today we are back again with our Today's tutorial on "How to use Youtube Player in Kodular Creator?". Now, let's directly start our tutorial without wasting any more time in Talking... How to use Youtube Player in Kodular Creator? 1. What is Youtube Player? Youtube Player is a component given in Kodular creator which we can implement in our app for free. This component enables us to play any video uploaded on youtube in our app.For playing any Video we only need the video ID of that youtube video which is found in the url of the video. This is like a video player in which we can play and control any youtube video without opening URL of video in Webview and which improve our app UI and UX. 2. Why Youtube Video Player? We use Youtube video player because of many benefits some of them are described as below: 1. To show any tutorial for our app. 2. Can control our app better. 3. This is a UX improving Component. 4. No need to get specific server if we need...

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