Jump to content

Android: Difference between revisions

From EDM2
Created page with "An operating system from Google intended to run on mobile computing devices that have a touch interface. Android uses a modified version of the Linux kernel but none o..."
 
Ak120 (talk | contribs)
mNo edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
An operating system from [[Google]] intended to run on mobile computing devices that have a touch interface. Android uses a modified version of the [[Linux]] kernel but none of the userland and is not [[UNIX]] like in structure, the userland and UI is custom built for a touch interface and most of the API is optimised for [[Java]] programming although other languages and systems can be used.
[[Image:Androidlogo.jpg|right|150px]]
An operating system from Google intended to run on mobile computing devices that have a touch interface. Android uses a modified version of the [[Linux]] kernel but none of the userland and is not [[UNIX]] like in structure, the userland and UI is custom-built for a touch interface and most of the API is optimised for [[Java]] programming although other languages and systems can be used.


==Links==
==Links==

Latest revision as of 20:20, 24 August 2022

An operating system from Google intended to run on mobile computing devices that have a touch interface. Android uses a modified version of the Linux kernel but none of the userland and is not UNIX like in structure, the userland and UI is custom-built for a touch interface and most of the API is optimised for Java programming although other languages and systems can be used.

Links