Saturday 7 November 2015

Understanding Android Studio



Before developing any app you need to understand the development tool's environment(IDE) to be efficient and effective  in your development.Lets get familiar with android studio:

Android Studio Overview
Android Studio is now the officially supported IDE by Google for Android development. This program is based on the JetBrains family of IDE's, so if you've used IntelliJ, PyCharms, or RubyMine, you'll find the user experience very familiar. Fortunately, this IDE is essentially a form of the IntelliJ Community Edition and made free for Android developers.





Android Studio Features
Android studio offers 


Intelligent Code Editor
At the core of Android Studio is an intelligent code editor capable of advanced code completion, refactoring, and code analysis.The powerful code editor helps you be a more productive Android app developer.

Code Templates And Github Integration 
New project wizards make it easier than ever to start a new project.Start projects using template code for patterns such as navigation drawer and view pagers, and even import Google code samples from GitHub.


Multi-Screen Application Development

Build apps for Android phones, tablets, Android Wear, Android TV, Android Auto and Google Glass.With the new Android Project View and module support in Android Studio, it's easier to manage app projects and resources.



Virtual Devices
Android Studio comes pre-configured with an optimized emulator image.The updated and streamlined Virtual Device Manager provides pre-defined device profiles for common Android devices.





No comments:

Post a Comment

Android Studio Project Structure

Android Project Structure In this blog i have explained Android project structure and file organization in detail, by creating a new An...