Saba Hilal has Published 65 Articles

Using Lists in Snack

Saba Hilal

Saba Hilal

Updated on 02-May-2023 14:34:09

121 Views

Sometimes, the task is to store and display several items as a List. For this React Native component, Flatlist can be used. The FlatList can also be made selectable or clickable. In this article, the React native and javascript code is shown with two different examples where first the items ... Read More

Making Two Screen App in Snack

Saba Hilal

Saba Hilal

Updated on 02-May-2023 14:25:07

230 Views

In React native apps, multiple screens are often needed. And the user needs to go from one screen to the other screen. In this article, two different approaches are used to make the two-screen apps where the user can go from one screen to the other and back. In Example ... Read More

How to load CSS files using JavaScript?

Saba Hilal

Saba Hilal

Updated on 18-Apr-2023 15:23:15

5K+ Views

Sometimes, the task is change the page themes and to use different CSS files on the same page content. In such tasks the need is to fetch a CSS and load it dynamically while selecting a theme. In this case the CSS file has to be accessed, loaded and even ... Read More

How to locate the user's position in HTML?

Saba Hilal

Saba Hilal

Updated on 18-Apr-2023 15:19:08

241 Views

Sometimes, the task is to find the user’s current position and then to show the location coordinates on the webpage or show the location on a map. Using HTML and javascript code this process of getting the current location of the user in an HTML page is demonstrated in this ... Read More

How to load a hyperlink from one iframe to another iframe?

Saba Hilal

Saba Hilal

Updated on 18-Apr-2023 15:12:22

419 Views

Sometimes, the task is to click a link in one container and to display the content in another container. In HTML, iframes are used to easily show the content in specified area on the page. In this article, using two different examples, links are used to load an iframe ... Read More

How to link back out of a folder using the a-href tag?

Saba Hilal

Saba Hilal

Updated on 18-Apr-2023 15:09:20

912 Views

Sometimes, the task is to fetch a page from a subfolder and then to come back to the page in the parent folder. Using HTML code this process of providing a link to back out of a folder using a tags and href tags is demonstrated in this article. This ... Read More

The ESP32 and its Pin Description

Saba Hilal

Saba Hilal

Updated on 18-Apr-2023 13:56:15

7K+ Views

For IoT projects, we need to use a microcontroller. ESP32 is one such microcontroller that can be used to start learning IOT and making IOT circuits. It is therefore important to learn about its pins layout and also what is the purpose of each pin and how it can be ... Read More

Using the WiFi Mode with ESP32

Saba Hilal

Saba Hilal

Updated on 18-Apr-2023 13:55:11

1K+ Views

ESP32 microcontroller can connect to the internet and use the wifi. It can be used to see the network details of the available networks. It can also be used for advanced functions such as changing the MAC address of ESP32. In this article, using three different examples, the programs using ... Read More

Using NoSQl Database with IOT

Saba Hilal

Saba Hilal

Updated on 18-Apr-2023 13:54:22

898 Views

NoSql databases are those databases that do not store the data as data is stored in relational databases. Most of the data that is used in real life is often unstructured. These NoSQL databases provide an easy way to store this unstructured data by using key-value pairs. In this article, ... Read More

Things Needed to start IOT

Saba Hilal

Saba Hilal

Updated on 18-Apr-2023 12:42:12

140 Views

IOT ie. The Internet of Things refers to all those devices that can communicate over the Internet and can be made accessible or connectable by anybody and from anywhere in the world. IoT is already being used or has been seen implemented in different forms such as in Smart cars ... Read More

Advertisements