Skip to main content

How to use Tiny DB in Kodular Creator?

 

How to use Tiny DB in Kodular Creator?

"So,welcome back to Learn Web and to today we are to learn "How to Use Tiny DB in Kodular".Now, let's directly get into it.

How to use Tiny DB in Kodular Creator?

1.What is Tiny DB?

A tiny DB is a component provided to us in Kodular Creator.This component is used to store data in storage of Device.It saves a data string in storage of device and which we can retrieve then using the tag or key we used to store data .Tiny DB is found in the storage options in Kodular in sidebar in creator. We have to use different tags and keys to retrieve data string.Now you might have understood what is tiny DB and why it is called tiny DB.

2.Need of Tiny DB:

As you know that in Kodular made app if closed and Opened again it can't remember any variable which is set in previous session of User.That's why we can't perform some function due to this.So,for this we use Tiny DB to store value of a variable in our app. So that, the value of variable is stored and can be retrieved when app opened again.

3.Example of projects to use Tiny DB:

1.On login Screen.

2.To store user chosen language.

3. For store a value for switch.

And there are also many other projects in which we can use Tiny DB. Now we move to our next step how to implement Tiny DB in Kodular.

4.How to implement Tiny DB in Kodular?

Step 1: Open your project in which you want to use Tiny DB.

Step 2: Look for storage option in Sidebar of creator page.

Step 3: Now you can see Tiny DB, so just drag and drop this to viewer.

Now you have implemented Tiny DB to your project Successfully.

5.Blocks in Tiny DB component:

Here, we are going to discuss the main blocks and what they perform...

Block 1


Tiny DB block 1

Clear All: This block clears all the values and tags of a DB.

Block 2

Tiny DB block 2
Clear Tag: Clears the values of a Specific tag given.

Block 3


Tiny DB block 3

Get Value: Returns the value stored in a tag. And returns the value if tag is not there given in "value if tag is not there"

Block 4


Tiny DB block 4

Store Value: Stores the value given in "value to store" for the given tag string.

So,these was all about the Tiny DB in your project.This was for our today's tutorial and we will be back tomorrow with a fresh topic.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 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 ...