Create your first Android App by Mark Lassoff

video locked

About the Lecture

The lecture Create your first Android App by Mark Lassoff is from the course Android Development for Beginners. It contains the following chapters:

  • Strings
  • Drawable Resources
  • Introducing the Manifest
  • Understanding the Activity Lifecycle

Author of lecture Create your first Android App

 Mark Lassoff

Mark Lassoff


Customer reviews

(1)
5,0 of 5 stars
5 Stars
5
4 Stars
0
3 Stars
0
2 Stars
0
1  Star
0


Excerpts from the accompanying material

... Using the properties of the fields you have created populate them with your Name, Email and Phone number. (If you wish you can create String resources in the strings.xml and apply that strong resource to the fields.). 5. Find an image of you and (if necessary) resize it so it appears no more than 100px by 100px. Make sure it is a .png, .jpg or .gif and drag it in to the Drawables folders. (Make sure the filename is all lowercase or an error will occur). 6. Move back to the Graphical Layout mode with ...