Introduction to Mobile Applications0%

Introduction to Mobile Applications

Beginner12 min readUpdated: Jul 11, 2026
Study Materials

Introduction to Mobile Applications (मोबाइल ऐप्स का परिचय)

Smartphones have become the primary computing device for hundreds of millions of citizens across India. A Mobile Application (commonly known as a Mobile App) is a software application designed specifically to run on mobile computing devices such as smartphones, smartwatches, and tablets.


1. Major Mobile Operating Systems

Just like desktop PCs require Windows or Linux, smartphones require a Mobile Operating System:

  1. 1
    Android (Google):
  • The world's most popular mobile operating system (powers over 70% of smartphones globally).
  • Built upon an open-source Linux kernel.
  • Official App Store: Google Play Store.
  • App installation package file format: .apk (Android Package).
  1. 1
    iOS (Apple):
  • Proprietary mobile operating system designed exclusively for Apple iPhone and iPod Touch.
  • Known for high security, smooth performance, and tight hardware-software integration.
  • Official App Store: Apple App Store.
  • App installation package file format: .ipa.

2. Types of Mobile Applications

Mobile apps are architecturally categorized into three primary types:

App TypeDescriptionAdvantagesExamples
Native Apps (नेटिव ऐप)Built specifically for a single OS using dedicated languages (Kotlin/Java for Android; Swift for iOS).Fast performance, complete access to camera, GPS, and sensors.WhatsApp, Camera app, Mobile Games (BGMI)
Web Apps (वेब ऐप)Websites designed with responsive layout that look and behave like mobile apps inside web browsers (Chrome/Safari).No download required, consumes zero storage space.m.facebook.com, Cricbuzz mobile site
Hybrid Apps (हाइब्रिड ऐप)Combines web technologies (HTML, CSS, JavaScript) wrapped inside a native shell.Single codebase works on both Android and iOS devices.Instagram, Twitter Lite, Uber

3. Key Indian Government Citizen Apps (Digital India)

In the CCC examination, questions regarding flagship Indian Government digital mobile applications appear frequently:

  1. 1
    BHIM (Bharat Interface for Money):
  • Developed by NPCI (National Payments Corporation of India).
  • Facilitates simple, instant, and secure digital money transfers using UPI (Unified Payments Interface).
  1. 1
    UMANG (Unified Mobile Application for New-age Governance):
  • Developed by Ministry of Electronics and Information Technology (MeitY) and NeGD.
  • Single unified platform offering over 1,200 central and state government services (EPFO provident fund passbook, Aadhaar services, PAN card, gas cylinder booking, CBSE results).
  1. 1
    DigiLocker (डिजिटल लॉकर):
  • Government of India's paperless digital wallet under Digital India.
  • Citizens get 1 GB of secure cloud storage linked to their Aadhaar card to store official driving licenses, vehicle RC, 10th/12th marksheets, and caste certificates.
  • Issued documents stored in DigiLocker are legally recognized at par with physical originals under Rule 9A of the Information Technology Rules, 2016.
  1. 1
    Aadhaar App (mAadhaar):
  • Developed by UIDAI. Allows citizens to carry their Aadhaar card, update biometric lock/unlock, and share demographic details digitally.
  1. 1
    Aarogya Setu:
  • COVID-19 contact tracing and vaccination appointment app developed by NIC.
  1. 1
    mParivahan:
  • Citizen app by Ministry of Road Transport for virtual Driving License and Vehicle Registration Certificate (RC).

4. Mobile App Permissions & Security Precautions

When installing mobile applications from app stores:

  • Check App Permissions (परमिशन जांचें): Why does a simple flashlight app require access to your Contacts or Microphone? Never grant suspicious permissions!
  • Download only from Official Stores: Never install random third-party .apk files downloaded from unknown Telegram channels or websites.
  • Keep Apps Updated: Updates contain critical security patches against hackers.

Multiple Choice Questions

1. What is the file extension used for installing applications on the Android operating system?

A. .exe B. .apk C. .ipa D. .msi Answer: B Explanation: .apk stands for Android Package. It is the package file format used by the Android OS to distribute and install mobile apps.


2. What is the total free cloud storage space provided to Indian citizens in DigiLocker?

A. 500 MB B. 1 GB C. 5 GB D. 15 GB Answer: B Explanation: DigiLocker provides 1 GB of free, secure cloud storage space linked to a citizen's Aadhaar number to store and verify government-issued electronic documents.


3. Which unified Indian mobile application integrates central and state government citizen services into a single app?

A. BHIM B. UMANG C. IRCTC Connect D. MyGov Answer: B Explanation: UMANG (Unified Mobile Application for New-age Governance) is the Government of India's all-in-one mobile platform providing access to pan-India e-Gov services including EPFO, PAN, and utility bills.


4. Which organization developed the BHIM app for UPI payments in India?

A. RBI B. NPCI (National Payments Corporation of India) C. NITI Aayog D. State Bank of India Answer: B Explanation: BHIM (Bharat Interface for Money) was developed by NPCI (National Payments Corporation of India) to enable fast, secure, and cardless digital payments across banks using UPI.


5. On which operating system kernel is Android built?

A. Windows NT B. Linux Kernel C. Unix BSD D. DOS Answer: B Explanation: Google's Android mobile operating system is built on top of an open-source, modified Linux kernel that manages memory, hardware drivers, and low-level processes.


Next Lesson

Basics and Types of Operating Systems

Continue learning with hands-on practice, examples, and exercises in the upcoming topic.

Practice Quiz

Test your understanding of this lesson with 5 questions. Each question has one correct answer.

PrevNext