Difference between revisions of "Hello Android"

From CDOT Wiki
Jump to: navigation, search
(Hello Android Application on Fedora)
(Hello Android Application on Fedora)
Line 3: Line 3:
 
<li>Start by creating a new Android project. Fill in the project name, Application name, Package name and Activity.
 
<li>Start by creating a new Android project. Fill in the project name, Application name, Package name and Activity.
 
[[Image:hello-android-1.png|left|thumb]]<br style="clear:left;" />
 
[[Image:hello-android-1.png|left|thumb]]<br style="clear:left;" />
<li>Start by creating a new Android project
+
<li>Open up the helloandroid.java program in the edit window.
 
[[Image:hello-android-2.png|left|thumb]]<br style="clear:left;" />
 
[[Image:hello-android-2.png|left|thumb]]<br style="clear:left;" />
<li>Start by creating a new Android project
+
<li>Modify the code so that it looks similar to this.
 
[[Image:hello-android-3.png|left|thumb]]<br style="clear:left;" />
 
[[Image:hello-android-3.png|left|thumb]]<br style="clear:left;" />
<li>Start by creating a new Android project
+
<li>Create a new run configuration for the project. Click Apply but don't run the application yet. Just close this window.
 
[[Image:hello-android-4.png|left|thumb]]<br style="clear:left;" />
 
[[Image:hello-android-4.png|left|thumb]]<br style="clear:left;" />
<li>Start by creating a new Android project
+
<li>Open up the Adndroid SDK and AVD manager. Select the platform to run on (2.2 in my case) and click the Start button.
 
[[Image:hello-android-5.png|left|thumb]]<br style="clear:left;" />
 
[[Image:hello-android-5.png|left|thumb]]<br style="clear:left;" />
<li>Start by creating a new Android project
+
<li>In the Launch window just click Launch to start the emulator.
 
[[Image:hello-android-6.png|left|thumb]]<br style="clear:left;" />
 
[[Image:hello-android-6.png|left|thumb]]<br style="clear:left;" />
<li>Start by creating a new Android project
+
<li>The Android emulator will start out looking like this.
 
[[Image:hello-android-7.png|left|thumb]]<br style="clear:left;" />
 
[[Image:hello-android-7.png|left|thumb]]<br style="clear:left;" />
<li>Start by creating a new Android project
+
<li>But then it will switch to this after a minute or so.
 
[[Image:hello-android-8.png|left|thumb]]<br style="clear:left;" />
 
[[Image:hello-android-8.png|left|thumb]]<br style="clear:left;" />
<li>Start by creating a new Android project
+
<li>Now Run your Android application. The Console window might look something like this.
 
[[Image:hello-android-9.png|left|thumb]]<br style="clear:left;" />
 
[[Image:hello-android-9.png|left|thumb]]<br style="clear:left;" />
<li>Start by creating a new Android project
+
<li>Finally, click on the Menu button on the Android emulator and you should see the results of your Hello Android application.
 +
</ol>
 +
Congratulations! You've just run your first Android app.
 
[[Image:hello-android-10.png|left|thumb]]<br style="clear:left;" />
 
[[Image:hello-android-10.png|left|thumb]]<br style="clear:left;" />

Revision as of 19:39, 5 March 2011

Hello Android Application on Fedora

  1. Start by creating a new Android project. Fill in the project name, Application name, Package name and Activity.
    Hello-android-1.png

  2. Open up the helloandroid.java program in the edit window.
    Hello-android-2.png

  3. Modify the code so that it looks similar to this.
    Hello-android-3.png

  4. Create a new run configuration for the project. Click Apply but don't run the application yet. Just close this window.
    Hello-android-4.png

  5. Open up the Adndroid SDK and AVD manager. Select the platform to run on (2.2 in my case) and click the Start button.
    Hello-android-5.png

  6. In the Launch window just click Launch to start the emulator.
    Hello-android-6.png

  7. The Android emulator will start out looking like this.
    Hello-android-7.png

  8. But then it will switch to this after a minute or so.
    Hello-android-8.png

  9. Now Run your Android application. The Console window might look something like this.
    Hello-android-9.png

  10. Finally, click on the Menu button on the Android emulator and you should see the results of your Hello Android application.

Congratulations! You've just run your first Android app.

Hello-android-10.png