Projektübersicht
in diesem Projekt erstelle ich eine Single Screen App. Die Android-App soll Adress-Informationen zu Udacity sowie ein Foto anzeigen.
Anforderungen
Um dieses Projekt abschließen zu können, muss ein XML-Dokument in Android Studio erstellt werden. Die App soll ViewGroups (RelativeLayout oder LinearLayout) und genügend Ansichten (Bild-, Text- oder Button-Ansichten) einschließen.
Es kann jedes beliebige Bild verwendet werden das in einer Form Udacity darstellt. Kreativität ist gefragt!
Hier die Beispiel-Vorlage wie die fertige App aussehen könnte:
Damit das Projekt angenommen wird muss es nachfolgendes beinhalten:
Basic Project Requirements
- Project is named
HelloAndroid
- Project is setup for submission by the
submitAndroid
command (see the next concept for instructions on how to setup your project for submission)
Design Requirements
- Design includes, at minimum, the following text (business name, address, and phone number):
- Udacity
- 2465 Latham St
- Mountain View, CA 94043
- 650-555-5555
- Design includes at least one image that the student feels represents the business in some way (creativity is fine, and encouraged!)
Code Requirements
- At least one ViewGroup is included
- XML must include a RelativeLayout or LinearLayout
- ViewGroups contain at least one ImageView and at least one TextView
- The project must have one or more ImageViews and TextViews
Single Screen App
hier mein Ergebnis, das ich heute im Forum geteilt habe.