Languages Features Creators CSV Resources Challenges Add Language
GitHub icon

Android

Android - Operating system

< >

Android is an operating system created in 2008.

#15on PLDB 15Years Old 976.0kUsers

Android is a mobile operating system developed by Google, based on a modified version of the Linux kernel and other open source software and designed primarily for touchscreen mobile devices such as smartphones and tablets. In addition, Google has further developed Android TV for televisions, Android Auto for cars, and Wear OS for wrist watches, each with a specialized user interface. Variants of Android are also used on game consoles, digital cameras, PCs and other electronics. Read more on Wikipedia...


Example from hello-world:
package com.example.helloworld; import android.app.Activity; import android.os.Bundle; import android.widget.TextView; public class HelloWorld extends Activity { @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); TextView tv = new TextView(this); tv.setText("Hello World"); setContentView(tv); } }

Books about Android on goodreads

title author year reviews ratings rating
Android Application Development For Dummies Donn Felker 2010 14 130 3.66
Android Programming: The Big Nerd Ranch Guide Brian Hardy 2012 35 405 4.29
csharp.html 路 android.html 路 mysql.html

View source

- Build the next great programming language Search Day 209 About Blog Acknowledgements Traffic Traffic Today GitHub feedback@pldb.com