Android Training/Building Your First App: Unterschied zwischen den Versionen

Aus Android Wiki
(Die Seite wurde neu angelegt: „<languages /> <translate> Welcome to Android application development! This class teaches you how to build your first Android app. You’ll learn how to create…“)
 
Keine Bearbeitungszusammenfassung
 
(Eine dazwischenliegende Version desselben Benutzers wird nicht angezeigt)
Zeile 1: Zeile 1:
<languages />
<languages />
<translate>
<translate>
<!--T:1-->
Welcome to Android application development!
Welcome to Android application development!


<!--T:2-->
This class teaches you how to build your first Android app. You’ll learn how to create an Android project and run a debuggable version of the app. You'll also learn some fundamentals of Android app design, including how to build a simple user interface and handle user input.
This class teaches you how to build your first Android app. You’ll learn how to create an Android project and run a debuggable version of the app. You'll also learn some fundamentals of Android app design, including how to build a simple user interface and handle user input.


== Set Up Your Environment ==
== Set Up Your Environment == <!--T:3-->
Before you start this class, be sure you have your development environment set up. You need to:
Before you start this class, be sure you have your development environment set up. You need to:
# Download [http://developer.android.com/sdk/index.html Android Studio].
# Download [http://developer.android.com/sdk/index.html Android Studio].
Zeile 11: Zeile 13:
'''Note:''' Although most of this training class expects that you're using Android Studio, some procedures include alternative instructions for using the SDK tools from the command line instead.
'''Note:''' Although most of this training class expects that you're using Android Studio, some procedures include alternative instructions for using the SDK tools from the command line instead.


<!--T:4-->
This class uses a tutorial format to create a small Android app that teaches you some fundamental concepts about Android development, so it's important that you follow each step.
This class uses a tutorial format to create a small Android app that teaches you some fundamental concepts about Android development, so it's important that you follow each step.
</translate>
</translate>


{{TNT|Android Training/ Vorlage:Attribution}}
{{TNT|Android Training/Attribution}}

Aktuelle Version vom 18. Dezember 2015, 04:43 Uhr

Sprachen:

Welcome to Android application development!

This class teaches you how to build your first Android app. You’ll learn how to create an Android project and run a debuggable version of the app. You'll also learn some fundamentals of Android app design, including how to build a simple user interface and handle user input.

Set Up Your Environment[Bearbeiten | Quelltext bearbeiten]

Before you start this class, be sure you have your development environment set up. You need to:

  1. Download Android Studio.
  2. Download the latest SDK tools and platforms using the SDK Manager.

Note: Although most of this training class expects that you're using Android Studio, some procedures include alternative instructions for using the SDK tools from the command line instead.

This class uses a tutorial format to create a small Android app that teaches you some fundamental concepts about Android development, so it's important that you follow each step.