Android Program Yazmak

Android Program Yazmak
Arkadaşlar ilk kez Android programı yazmak için aşağıdaki videoları izleyerek adımları takip etmeniz yeterlidir. Gayet basit bir şekilde Android Studio programını kurup ilk programınızı yazmaya başlayabilirsiniz.
Video açıklaması
In this tutorial, we will be installing Android Studio on a Windows 7 64-bit OS. If you have questions, feel free to ask in the comments or visit my forums and leave a topic in the Android section.
İngilizce olmasın diyenler için Çağlar Artar gayet güzel bir şekilde anlatmış. Tekrarlamaya gerek yok diye düşünüyorum.:))
Bu videoda JAVA JDK ve ANDROID STUDIO kurulumu anlatılmakla birlikte karşımıza çıkabilecek olası hatalardan da bahsedilmektedir. Android Program Yazmak için videoyu sonuna kadar takip ediniz.
Android Studio is a new Android development environment based on IntelliJ IDEA. It provides new features and improvements over Eclipse ADT and will be the official Android IDE once it’s ready. On top of the capabilities you expect from IntelliJ, Android Studio offers:
- Flexible Gradle-based build system.
- Build variants and multiple APK generation.
- Expanded template support for Google Services and various device types.
- Rich layout editor with support for 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.
Android Studio vs. Eclipse ADT Comparison
The following table lists some key differences between Android Studio Beta and Eclipse with ADT.
Feature | Android Studio | ADT |
---|---|---|
Build system | Gradle | Ant |
Maven-based build dependencies | Yes | No |
Build variants and multiple-APK generation (great for Android Wear) | Yes | No |
Advanced Android code completion and refactoring | Yes | No |
Graphical layout editor | Yes | Yes |
APK signing and keystore management | Yes | Yes |
NDK support | Coming soon | Yes |
Caution: Android Studio is currently in beta. Some features are not yet implemented and you may encounter bugs. If you are not comfortable using an unfinished product, you may want to instead download (or continue to use) Eclipse with ADT. Android Program Yazmak Android Program Yazmak Android Program Yazmak
İlgili Gönderiler
http://www.canererden.com/2011/02/21/android-program-yazmak/