Open your phone right now and there’s a good chance the little green robot logo flashes up somewhere in the boot sequence. Android runs more mobile devices than any other operating system on the planet, and in India specifically, it is close to being the only operating system that matters. But Android didn’t start out as a phone operating system at all. It began as a plan to build smarter cameras. Understanding that origin story, along with the technology underneath and the features that make Android what it is, helps explain why this one piece of software ended up running everything from budget smartphones to smart TVs and wristwatches.
Table of Contents
- How a camera project became the world’s phone
- What’s actually running under the hood
- Built on the Linux kernel
- Open source, with room for customisation
- The features that make Android feel like Android
- Touch-based navigation
- The status bar and notification system
- Deep customisation
- One operating system, many kinds of devices
- The Google Play Store connection
- Why Android leads in India and much of the world
- What do you think?
How a camera project became the world’s phone
Android traces back to a small startup called Android Inc, founded in Palo Alto in October 2003 by Andy Rubin along with Rich Miner, Nick Sears, and Chris White. The original idea was not a phone platform at all. Rubin has said the team initially set out to build a smarter, more connected operating system for digital cameras, a market that was already shrinking as camera functions started moving into other devices. Realising cameras were the wrong bet, the founders redirected their efforts toward mobile phones within months of starting the company.
The pivot worked out better than anyone at the tiny startup could have guessed. In 2005, Google quietly acquired Android Inc, and the deal was never announced publicly at the time, only coming to light later as one of Google’s most consequential purchases. Rubin and his co-founders stayed on, now backed by Google’s resources, and spent the next few years building out a full mobile operating system. The first commercial Android phone, the HTC Dream (sold as the T-Mobile G1 in the US), launched in September 2008. It looked nothing like today’s all-touchscreen devices, pairing a physical keyboard with an early, occasionally clunky touch interface. That modest beginning set off a platform that would eventually overtake every rival mobile OS in the world.
What’s actually running under the hood
Built on the Linux kernel
Android is not a completely original piece of software written from scratch. Its foundation is the Linux kernel, a piece of software that has been tested and hardened across millions of security-sensitive environments over decades. Google took this proven core and layered Android-specific code on top of it, including the runtime that executes apps, the graphics stack, and the security model that keeps one app from snooping on another.
This isn’t a cosmetic detail. Because Android sits on Linux, it inherits a multiuser security philosophy where every app runs in its own isolated space, commonly called a sandbox, so a poorly behaved or malicious app cannot easily reach into another app’s data or take over the device. Google maintains its own set of patches and updates on top of the standard Linux releases, known as Android Common Kernels, which are then adapted by phone manufacturers for their specific hardware.
Open source, with room for customisation
The core of Android is released as open-source code through the Android Open Source Project, which means manufacturers, developers, and hobbyists can access, modify, and build on the underlying platform without paying licensing fees for the base code. That openness is a big part of why Android ended up on such a wide range of hardware. Samsung, Xiaomi, Motorola, and dozens of other manufacturers all take the same open-source foundation and build their own version on top, adding their own interface design, pre-installed apps, and features. This is very different from a tightly controlled, single-manufacturer model, and it’s the main reason Android phones exist at every price point, from budget devices to premium flagships.
The features that make Android feel like Android
Touch-based navigation
Every core interaction on an Android device, tapping, swiping, pinching to zoom, dragging notification panels down, is built around touch as the primary input method. Android standardised gestures like swiping up to unlock or go home, and swiping down from the top edge to reveal notifications and quick settings, so that the interface stays predictable even though the visual style varies wildly between manufacturers.
The status bar and notification system
The status bar sitting at the top of the screen does more work than it looks like it does. It shows network signal, battery level, time, and a running list of notification icons for messages, calls, app alerts, and system updates. Pull it down and it expands into the full notification shade, where users can read, dismiss, or act on alerts without leaving whatever app they’re currently using. This system became one of Android’s defining conveniences early on, letting people triage information at a glance instead of hunting through individual apps.
Deep customisation
Unlike more locked-down mobile platforms, Android lets users change home screen layouts, replace the default launcher entirely, set custom keyboards, choose a different default browser or messaging app, and even sideload apps from outside the official app store if they choose to. This flexibility is exactly what businesses and app developers lean on when they build Android apps meant to integrate deeply with a user’s phone, since the platform doesn’t wall off nearly as much as some competitors do.
One operating system, many kinds of devices
Android’s open-source model made it easy to adapt for hardware well beyond phones. The same core platform, with adjustments for screen size, input method, and performance constraints, now powers a wide spread of product categories.
| Device category | Android variant | Typical use |
|---|---|---|
| Smartphones | Standard Android | Everyday computing, communication, apps |
| Wearables | Wear OS | Fitness tracking, notifications, quick apps on the wrist |
| Televisions | Android TV / Google TV | Streaming apps, casting, voice search on the big screen |
| Game consoles and set-top boxes | Android-based platforms | Casual and cloud gaming, media playback |
| Cars | Android Automotive | In-dashboard infotainment and navigation |
This spread matters for anyone studying computer applications in business, because it shows how a single software platform, built once and licensed openly, can be adapted across an entire ecosystem of hardware categories instead of being rebuilt from scratch for each one. That reuse is a major reason Android scaled the way it did.
The Google Play Store connection
Android’s app ecosystem is tied closely to the Google Play Store, the default marketplace pre-installed on most Android devices. Play Store handles app discovery, downloads, updates, payments, and basic security screening before an app reaches a user’s device. Because Android allows installation from outside this store as well, known as sideloading, the platform offers more flexibility than some competitors, though Google has steadily tightened permission requirements and security checks within Play Store itself to keep malicious apps out. For most everyday users, though, Play Store remains the primary, and by far the safest, route to installing new apps.
Why Android leads in India and much of the world
Android’s dominance isn’t evenly spread everywhere, but in India it is close to total. Android accounted for roughly 92% of the mobile operating system market in India as of mid-2026, with every other platform, including iOS, splitting the small remainder. That level of dominance tracks closely with how phones reach Indian consumers in the first place: Android’s open licensing model lets manufacturers build extremely affordable devices, which matters enormously in a price-sensitive market.
The scale of India’s mobile and internet base makes this even more significant. India’s telecom regulator has reported hundreds of millions of wireless internet subscribers, and the overwhelming majority access that internet through an Android device. For a business studying computer applications, this is the practical takeaway: any product, app, or digital service aimed at the Indian market has to be built with Android as the primary target, not an afterthought.
Globally, Android’s affordability advantage plays out the same way. Regions with high price sensitivity and a large number of first-time smartphone buyers, across South Asia, Southeast Asia, and Africa, tend to skew heavily toward Android, while markets with higher average incomes show a more even split with iOS. This pattern is a useful case study in how pricing strategy and licensing models directly shape market share, not just product features.
What do you think?
What do you think? Given how much of Android’s success comes from being open and licence-free for manufacturers, does that openness create more value for users through choice and affordability, or does it create more fragmentation and inconsistency compared to a tightly controlled platform? And as Android spreads across wearables, cars, and TVs, do you think businesses are doing enough to design experiences that work well across all these different screen sizes, or are most apps still built with only the phone in mind?
References
- https://www.androidauthority.com/history-android-os-name-789433/
- https://www.androidauthority.com/google-android-acquisition-884194/
- https://source.android.com/docs/security/overview/kernel-security
- https://source.android.com/docs/core/architecture/kernel
- https://gs.statcounter.com/os-market-share/mobile/india
- https://www.trai.gov.in/sites/default/files/2026-03/PR_No.32of2026.pdf
Leave a Reply