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

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