Android Studio Overview New Android App Development Program

23:34 0 Comments

Google has launched a full and final version of the program for android studio Ondoz, which concerns all those interested in the development and application programming, where available on the editor for source code and other tools to help provide a good working environment for developers.


After the download is available as reported on too many tools compared to previous experimental version, where Basttaat developers and interface applications designed to be compatible with many kinds of devices with various screens, such as telephones and TVs Altabeltat smart watches

Google's Review


Android Studio is the official IDE for Android application development, based onIntelliJ IDEA. On top of the capabilities you expect from IntelliJ, Android Studio offers:
  • Flexible Gradle-based build system
  • Build variants and multiple apk file generation
  • Code templates to help you build common app features
  • Rich layout editor with support for drag and drop theme editing
  • Lint tools to catch performance, usability, version compatibility, and other problems
  • ProGuard and app-signing capabilities
  • Built-in support for Google Cloud Platform, making it easy to integrate Google Cloud Messaging and App Engine
  • And much more
If you're new to Android Studio or the IntelliJ IDEA interface, this page provides an introduction to some key Android Studio features.
For specific Android Studio how-to documentation, see the pages in the Workflow section, such as Managing Projects from Android Studio and Building and Running from Android Studio.

Project and File Structure


Android Project View

By default, Android Studio displays your profile files in the Android project view. This view shows a flattened version of your project's structure that provides quick access to the key source files of Android projects and helps you work with the newGradle-based build system. The Android project view:
  • Groups the build files for all modules at the top level of the project hierarchy.
  • Shows the most important source directories at the top level of the module hierarchy.
  • Groups all the manifest files for each module.
  • Shows resource files from all Gradle source sets.
  • Groups resource files for different locales, orientations, and screen types in a single group per resource type.

Figure 1. Show the Android project view.

Figure 2. Project Build Files.
The Android project view shows all the build files at the top level of the project hierarchy under Gradle Scripts. Each project module appears as a folder at the top level of the project hierarchy and contains these three elements at the top level:
  • java/ - Source files for the module.
  • manifests/ - Manifest files for the module.
  • res/ - Resource files for the module.
For example, Android project view groups all the instances of the ic_launcher.png resource for different screen densities under the same element.

Download Android Studio

Unknown

Some say he’s half man half fish, others say he’s more of a seventy/thirty split. Either way he’s a fishy bastard. Google

0 comments: