The official site for Android developers. Provides the Android SDK and documentation for app developers and designers.
Intent intent = new Intent(Intent.ACTION_MAIN); intent.addCategory(Intent.CATEGORY_HOME); startActivity(intent);