Apps/Applications Articles

Page 2 of 148

Differentiate between Zoom, Google Meet and Cisco Webex.

Bhanu Priya
Bhanu Priya
Updated on 16-Mar-2026 500 Views

Let us see the difference between Zoom, Google Meet, and Cisco Webex by comparing their system requirements, features, strengths, and weaknesses. These are three leading video conferencing platforms used for business meetings, remote work, and online collaboration. Video Conferencing Platforms Comparison Zoom Up to 1000 participants 40 min free limit Google Meet Up to 100 participants 60 min free limit Cisco Webex Enterprise-grade security ...

Read More

What is the introduction of Cloud of Things (CoT)?

Bhanu Priya
Bhanu Priya
Updated on 16-Mar-2026 4K+ Views

Cloud of Things (CoT) is an integration of Internet of Things (IoT) with Cloud Computing. It is a high-performance cloud-based IoT application platform that enables remote monitoring, management, and control of IoT-enabled devices across distributed networks. The CoT represents the ongoing trend for next-generation applications of IoT smart services, where massive amounts of data generated by IoT devices are processed and analyzed in the cloud to produce actionable insights for various smart applications. Architecture of Cloud of Things IoT objects generate large volumes of data that must be processed and analyzed in the cloud to produce sensitive ...

Read More

Difference between Facial Recognition and Face ID

Mahesh Parahar
Mahesh Parahar
Updated on 14-Mar-2026 956 Views

Facial Recognition and Face ID are both face-based biometric technologies, but they differ in implementation and accuracy. Facial recognition is a general-purpose technology used across many devices and platforms, while Face ID is Apple's proprietary, advanced face recognition system built specifically for iPhones and iPads. Facial Recognition Facial recognition is a technique in which a person is identified using their face. The system captures facial details, analyzes key features (distance between eyes, jawline shape, etc.), and compares them with an existing database of known faces to find a match. Facial recognition is used in smartphones, security cameras, airports, ...

Read More

How to Send Google Forms with Pre-filled Answers

Sirigiri Yaswanth
Sirigiri Yaswanth
Updated on 18-Aug-2025 209 Views

Google Forms is a useful tool which is used to collect responses for surveys, quizzes and also feedback. It also have user-friendly interface which can be also easily understandable by the beginners. The main feature of google form is they save the responses in the spreadsheet which can be easily accessible and also the users can easily customize the appearance of their forms according to their requirements. In this article we will see how can we create and send the google form with pre-filled answers.Steps to Create and Send the Google Form with the Pre-filled AnswersStep 1 : Head to the Link to ...

Read More

Create Multiple Sub-folders in Google Drive Automatically

Ayodhay Kushwaha
Ayodhay Kushwaha
Updated on 14-Apr-2025 162 Views

Automatically creating multiple sub-folders in Google drive helps organize files efficiently and saves time. Instead of manually setting up folders, using App Script for automatic sub-folders ensures efficient document management. This is important for educators and individuals handling large datasets, as it improves accessibility, collaboration and systematic file management. Step by step procedure for creating multiple sub-folders in google drive automatically is given below as:- Step 1: Open Google Drive and create a parent folder Go to https://drive.google.com/drive.Click New. And then, select New Folder. Name the folder (e.g.,  Main Folder) and click the Create button. Open the Folder and copy ...

Read More

How to Extract Email Addresses from Gmail Messages

Ayodhay Kushwaha
Ayodhay Kushwaha
Updated on 08-Apr-2025 311 Views

To extract email addresses from Gmail Messages, you have to use google sheets also Apps Script for automation. Open a New google sheets and navigate to Extensions. Then,  set up script that scan your mailbox and lists sender emails address in the google sheets automatically. Here's is step-by-step procedure to extract email addresses from Gmail messages is given follow these steps:- Step 1: Open Google Sheets Go to Google Sheets and create a new or Blank sheets. Step 2: Open Apps Script Click on Extension on clicking you will see many option among them select Apps Script.   Step 3: ...

Read More

Send Confirmation Emails with Google Forms

Ayodhay Kushwaha
Ayodhay Kushwaha
Updated on 04-Apr-2025 481 Views

What is Google Forms? Google Forms is a user-friendly tool used for creating surveys, quizzes and making forms quickly and easily. The key features of Google Forms include:- Free to use and customizable form: It's completely free and integrated with google workspace tools like google drive, Email as well as Sheets. You can create a form with multiple question types as per your need like multiple choice, checkboxes etc. Collects Responses: Responses are automatically collected and organized in google forms itself. Quiz mode: You can turn your ...

Read More

How to detect device is Android phone or Android tablet?

Azhar
Azhar
Updated on 07-Feb-2025 3K+ Views

In this article we will see, how we can detect the device is an Android phone or Android tablet. Here are the following steps for it.Detecting device is Android phone or Android tablet The following are the steps tp detect device is Android phone or Android tablet:Step 1 − Create a new project in Android Studio, go to File ⇒ New Project and fill all required details to create a new project. Step 2 − Add the following code to res/layout/activity_main.xml.   Step 3 − Add the following code to src/MainActivity.java import androidx.appcompat.app.AppCompatActivity; import android.content.Context; import android.os.Bundle; import ...

Read More

What is the Difference Between Snapchat and TikTok

Aniket Jain
Aniket Jain
Updated on 17-Dec-2024 308 Views

Snapchat and TikTok are two of the most popular social media platforms among young audiences today. While both focus on sharing short, engaging visual content, they cater to different use cases and offer unique features. This article explores the key differences between Snapchat and TikTok to help you understand their functionalities and choose the right one for your needs. What is Snapchat? Snapchat is a multimedia messaging app designed for sharing ephemeral content. Users can send photos, videos, and text messages that disappear after being viewed. Known for its privacy-focused features, Snapchat also offers Stories, filters, and augmented reality (AR) ...

Read More

How to dynamically remove items from ListView on a click?

Nitya Raut
Nitya Raut
Updated on 18-Nov-2024 2K+ Views

This example demonstrate about How to dynamically remove items from ListView on a click Step 1 − Create a new project in Android Studio, go to File ⇒ New Project and fill all required details to create a new project. Step 2 − Add the following code to res/layout/activity_main.xml.   In the above code, we have taken listview. Step 3 − Add the following code to src/MainActivity.java package com.example.myapplication; import android.app.Activity; import android.os.Bundle; import android.view.View; import android.widget.AdapterView; import android.widget.ArrayAdapter; import android.widget.ListView; import android.widget.TextView; public class MainActivity extends Activity {  TextView textView;  ArrayAdapter adapter = null;  String[] ...

Read More
Showing 11–20 of 1,475 articles
« Prev 1 2 3 4 5 148 Next »
Advertisements