Skip to main content

How to add Share app Button in Kodular Creator?

How to add Share app Button in Kodular Creator?

Welcome back guys, today we are back with our latest tutorial, How to add Share app Button in Kodular Creator? I think this tutorial will be really helpful for you guys during development of your apps. So, here we start our tutorial....

How to add Share app Button in Kodular Creator?

Here we have some FAQ's regarding sharing Button in app...

1.  What is app Sharing button?

You guys may have understood that what here we are talking about, but if you don't understood what we are meant by app sharing button then don't worry, I am explaining about app sharing button.  During use any app you may have seen there is a sharing button in the app you are using. When you click this button you find option to share and recommend the application to your  Friend using Whatsapp, Facebook etc. This is exactly we are going to learn about. We will be learning today How to implement this sharing option in your app. Now, I think you guys got about what app sharing button we are talking about in today's tutorial.

2. Benefits of adding sharing button:

This button is very useful for us while development of our app. This option lets our users to share our app on Facebook,Whatsapp etc. which will help us like advertisements. This will also improve users engagement in our app. If we use other method of advertisements we have to pay some amount to advertisement companies but by this we get free advertisements from this method by our satisfied users.

Now we move to our tutorial without wasting any more time....

1. How to implement Sharing option?

You will be glad to know that we don't need any external component to add Sharing option. Also we don't need to pay anything for using this option this is free to use option. We get a sharing component in the social option. Now, these are the steps to add sharing option in our app,

Step 1: Firstly you have to check for Social option in the sidebar and click on it.

Step 2: Secondly you have to look for Sharing component under this section, then drag and drop this option to your project.

Now you have implemented sharing component successfully to your project and now we can work with it's blocks.

Properties:

This component has only one option in it's properties which is "Share Dialog Message" text. This is actually the text which will be shown on the dialog to share. You can change this easily.

Blocks:

1. Share to Whatsapp:
Share on Whatsapp
This option share the text app when called on Whatsapp. This directly opens Whatsapp.

2. Message to Facebook:
Share on facebook
This option share the text message provided directly to facebook.

3. Share message:
Share message options
This option shows a dialog showing all options available in mobile from which user has to select an app to share the provided text message.

4. Share file with message:
Share file with message
This option also shows all the sharing app options to share a file with a message.

5. Share File:
Shares files
This block share only the file to the option selected by user in the share selection dialog.


So, guys these were all about the sharing option in Kodular creator app. I hope you understood all these blocks and you will use this option in your app. This was all for today's tutorial. We will be back again with a new tutorial. Till then...

Happy Koding....

Comments

Popular posts from this blog

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: Once you have Imported the KIO4 extension you can see the extension as s...

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