Saba Hilal has Published 65 Articles

How to make Mini sized Vertical controlgroups using jQuery Mobile?

Saba Hilal

Saba Hilal

Updated on 04-May-2023 17:02:07

73 Views

The controlgroups can have the options of vertical or horizontal. Sometimes, if many buttons are taken together, it is also required that the controlgroup size is reduced. Using HTML and jquery mobile, this process of creating the mini-sized vertical controlgroups is demonstrated in this article. This is shown by using ... Read More

Using Material Bottom Tab Navigator in Snack

Saba Hilal

Saba Hilal

Updated on 02-May-2023 15:30:39

282 Views

Tabs are created to implement multipage views in apps. Tabs are often placed on the top or at the bottom of the screen. Some libraries permit making tabs in mobile apps. Tabs can use icons instead of text type of labels. In this article, the React native and javascript code ... Read More

Using The Audio in Snack

Saba Hilal

Saba Hilal

Updated on 02-May-2023 15:27:55

225 Views

Audio is a common component of mobile apps. Audio can be used in apps in many ways. Audio can be selected from the mobile, it can be used from any online link, or can be included in the project itself as local audio. Expo-av can be used in all these ... Read More

Using Cards in Snack

Saba Hilal

Saba Hilal

Updated on 02-May-2023 15:23:20

210 Views

Sometimes, the task is to show a small bounded area with some text, picture, or colors and to retrieve more information from it later or to perform some actions on selecting that item. For this Card from react-native-paper can be used. More than one Card can also be used on ... Read More

Using Tabs in Snack

Saba Hilal

Saba Hilal

Updated on 02-May-2023 15:11:31

152 Views

Tabs are created to implement multipage views in apps. Tabs are often placed on the top or at the bottom of the screen. Some libraries permit making tabs in mobile apps. Tabs can also be made using simple components like buttons. In this article, the React native and javascript code ... Read More

Text to Speech Examples in Snack

Saba Hilal

Saba Hilal

Updated on 02-May-2023 15:04:35

349 Views

Text to Speech is an important area where the written language text is converted into speech form. For using Text to Speech conversion, functionality from expo-speech can be used. In this article, the React native and javascript code is shown with two different examples, where in the first example while ... Read More

Using the Slider Examples in Snack

Saba Hilal

Saba Hilal

Updated on 02-May-2023 14:59:17

249 Views

Sometimes, the task is to increment a number in a given range. For this different types of Sliders can be used. Different libraries permit using sliders in mobile apps. In this article, the React native and javascript code is shown with two different examples where in the first example, the ... Read More

Using SVG Circles in Snack

Saba Hilal

Saba Hilal

Updated on 02-May-2023 14:47:57

936 Views

Sometimes, the task is to draw basic shapes such as lines, rectangles, circles, etc. in an app. For this, using Svg from 'react-native-svg' can be used. In this article, the React native and JavaScript code is shown with four different examples where in the first example, the 'react-native-svg' component “Svg” ... Read More

Using data in JSON format in Snack

Saba Hilal

Saba Hilal

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

514 Views

There are lots of ways to use data with apps made with Snack Expo. Sometimes the data is stored as JSON, that mean JavaScript Object Notation. In this format, the data can be stored easily as Key-Value pairs and can also be converted to a CSV file. In this article, ... Read More

Using Images in Snack

Saba Hilal

Saba Hilal

Updated on 02-May-2023 14:40:43

460 Views

Sometimes, the task is to pick the images from the mobile device and then show these images in Apps. For this ImagePicker from expo-image-picker can be used. In this article, the React native and javascript code is shown with two different examples where in the first example, the React Native ... Read More

Advertisements