Android is an open source operating system designed for mobile devices. It was founded in 2003 by Andy Rubin, Rich Miner, Nick Sears and Chris White and was first acquired by Google. The first Android mobile phone was the HTC G1, which was manufactured by HTC and sold by T-Mobile USA. Android is built on top of the Linux kernel and uses Dalvik as its virtual machine instead of the Java Virtual Machine. Activities represent screens in Android and have a defined lifecycle to manage resources. Intents allow communication between components and ContentProviders manage shared data across applications.