Android Studio - Overview
Nowadays Android is spreading its wings with more enhanced versions such as Android Nougat, Oreo. There are several IDE ( Xamarin , PhoneGap ) available which can be helpful to work with Android development. Android Studio is an official IDE for Android App Development. It allows us to write better code with an intelligent code editor which provides code completion for Java, Kotlin, c/c++ languages. You can download it from the link . IDE The toolbar lets you carry out a wide range of actions, including running your app and launching Android tools. The navigation bar helps you navigate through your project and open files for editing. It provides a more compact view of the structure visible in the Project window. The editor window is where you create and modify the code. Depending on the current file type, the editor can change. For example, when viewing a layout file, the editor displays the Layout E...