Mobile Software in Computer

Computer में mobile software क्या हैं ?

Mobile software, computer program या application को referred करता है जो smartphone, tablet और Other handheld computing devices like mobile devices पर चलने के लिए design किया गया है। ये application आमतौर पर Touchscreen, Camera, GPS, Accelerometer और other sensors सहित mobile devices की unique features और capabilities का advantage उठाने के लिए developed किए जाते हैं।

Mobile software को few types में classified किया जा सकता है:

  1. Native apps
  2. Web apps

Native Apps

Native Apps (or Native Mobile Apps) ऐसे software application हैं जो special form से किसी specialized mobile operating systems और device platform के लिए developed किए जाते हैं। ये apps related platform seller द्वारा प्रदान की गई programming languages और framework का use करके बनाए गए हैं, जैसे कि Apple का iOS या Google का Android।

Native mobile apps की कुछ major features:

Platform-specific development: native apps लक्ष्य mobile operating system द्वारा supported programming languages और framework में लिखे जाते हैं। उदाहरण के लिए, iOS app आमतौर पर swift या objective-C में लिखे जाते हैं और apple के iOS SDK (Software Development Kit) का उपयोग करते हैं, जबकि android app java या kotlin में लिखे जाते हैं और Google के android SDK का उपयोग करते हैं।

Access to device hardware and APIs : Native Apps के पास device के hardware features और API (Application Programming Interface) तक सीधी पहुंच होती है, जो उन्हें Camera, GPS, Accelerometer और अन्य जैसी features का पूरा लाभ उठाने की permission देती है। Device integration का यह level web-based या hybrid apps के लिए आसानी से उपलब्ध नहीं है।

Performance and responsiveness: Native Apps को device के Native UI (User Interface) components का लाभ उठाकर औरspecific platform के hardware और software के लिए customized करके एक simple और responsible user experience provide करने के लिए design किया गया है।

App store distribution: native apps को उनके related platform के official app store के medium से distribute किया जाता है, जैसे कि iOS app के लिए Apple’s App Store और android app के लिए Google Play Store। यह users को app को आसानी से search, install करने और update करने की permission देता है।

Offline functionality: native apps को offline या limited connectivity के साथ काम करने के लिए design किया जा सकता है, जो poor network coverage वाले areas में या जब user internet तक पहुंचने में unable है, तो better user experience
provide करता है।

Web Apps

Mobile software के reference में Web Apps (or Web Applications) ऐसे application को referred to करते हैं जो सीधे device पर native app के form में install होने के बजाय mobile web browser के medium से access और चलाए जाते हैं।

mobile devices के लिए web apps की कुछ major features यहां दी गई हैं:

Cross-platform compatibility: web apps HTML, CSS और JavaScript जैसी standard web technologies का use करके बनाए जाते हैं, जो उन्हें operating system या platform की परवाह किए बिना Web browser के साथ किसी भी device पर चलाने की permission देते हैं। यह platform की freedom और कई डिवाइसों तक संभावित पहुंच का एक स्तर प्रदान करता है।

No installation required : web apps को user के device पर install करने की need नहीं है; उन्हें एक specific URL याweb address पर navigate करके web browser के medium से access किया जाता है। इससे deployment और update आसान हो सकते हैं, क्योंकि user हमेशा browser के medium से app के latest version तक पहुंचते हैं।

Limited access to device features: native apps के विपरीत, web apps की device की hardware features और API, जैसे camera, GPS या sensor तक limited पहुंच होती है। हालाँकि, HTML5 और Progressive Web Apps (PWA) जैसे modern web standards ने browser के medium से कुछ device features तक पहुँचने के लिए कुछ capabilities introduced की हैं।

Online connectivity required: traditional web apps को कार्य करने के लिए internet connection की need होती है, क्योंकि वे remote server से data और resources लाने पर dependent होते हैं। हालाँकि, कुछ web apps को service workers और client-side caching जैसी techniques का use करके offline काम करने के लिए design किया जा सकता है।

User experience: जबकि web apps, responsive web design techniques के medium से एक responsive और mobile-friendly users experience provide कर सकते हैं, वे native apps के form में simple या feel integrated नहीं कर सकते हैं, खासकर display और platform-specific design guidelines के पालन के मामले में।

Related Posts

Full Forms of Computer for Exam Practice

ACPI : ADVANCED CONFIGURATION AND POWER INTERFACE ALT: ALTERNATE AP : ALERTPAY AP: ACCESS POINT APM : ADVANCED POWER MANAGEMENT ASP : ACTIVE SERVER PAGES AVI :…

Network Component

Server Computer Network में, server एक उपकरण या software program है जो network पर अन्य उपकरणों या programs, जिन्हें client कहा जाता है, को सेवाएँ, resources या…

Types of Network

LAN (Local Area Network) Local Area Network (LAN) एक computer network है जो एक limited area, आमतौर पर एक small geographic locations जैसे home, office, school या…

Network Architecture in Computer Networking

Computer में Network Architecture क्या हैं ? कंप्यूटर नेटवर्किंग में नेटवर्क आर्किटेक्चर कंप्यूटर नेटवर्क के समग्र डिजाइन और संरचना को संदर्भित करता है। यह मूलभूत घटकों, उनके…

TCP/IP Model( Transmission Control Protocol / Internet Protocol)

Computer network में TCP model क्या हैं? TCP/IP (Transmission Control Protocol/Internet Protocol) model एक conceptual framework है जिसका उपयोग modern internet और computer network में उपयोग किए…

OSI Model (Open Systems Interconnection)

OSI Model क्या होता हैं ? जब यह समझने की बात आती है कि computer network पर कैसे संचार करते हैं, तो OSI (Open Systems Interconnection) model…

Leave a Reply

Your email address will not be published. Required fields are marked *