Skip to content

My solution of tasks of course "Android Development for Beginners by Udacity"

License

Notifications You must be signed in to change notification settings

lyza-shyrzai/Android-Development-for-Beginners-by-Udacity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Android-Development-for-Beginners-by-Udacity

My solution of tasks of course Android Development for Beginners by Udacity

Projects:

  1. Happy Birthday App
  2. Merry Cristmas Card
  3. Court Counter
  4. Cookies
  5. Menu
  6. Just Java

First project: Happy Birthday App

Task: create a Happy Birthday Card.

Everything was done right.

TODO

  1. Invent a greeting text and position it correctly
  2. Locate each section of the text in the upper left and lower right corner, respectively
  3. Make indentation between the edge of the screen and text
  4. Find the picture and place it correctly
  5. Locate it in the center
  6. Zoom and crop it

Second project: Merry Cristmas Card

Task: create a Own Card. I done Merry Christmas Card for Android tablets.

Everything was done right.

TODO

  1. Find the picture and place it correctly
    1. Locate it in the center
    2. Zoom and crop it
  2. Set forcibly a landscape screen orientation
  3. Set a theme color of app
  4. Correctly post the text of congratulations considering screen size

Third project: Court Counter


I made all the tasks programmatically and will introduce You what I have done overall.

This application counts the number of shots in the basketball hoop each team.

This app consists of:

  1. 3 buttons for each team
  2. TextView which count point of each team
  3. Reset button which refresh score

Fourth project: Cookies

Task: Hook up the “Eat Cookie" button so that, when it's clicked, the image and the text change.

Task have been done by me programmatically.

Screenshots


Fifth project: Menu

Task:

When you press the button Print menu to logs the XML code has already been set up to trigger a method called printToLogs. Add code to this method to read data from each of the menu item TextViews and to print the value of each menu item to the logs.

Task have been done by me programmatically. In the log, when you press the button, the menu list appears, which was on application screen.


Sixth project: Just Java

The app is done as task of course during two lessons. I made all the tasks programmatically and will introduce You what I have done overall.

This is Just Java App. This application is designed for order coffee.

Features of application:

  1. To form your order, you can enter your name into the "Name" field.
  2. You can choose the toppings: whipped cream ($1) or chocolate ($2) or both.
  3. Select the quantity of cups of coffee. Each cup costs $5. You can not order more than 100 cups of coffee.
  4. Click on the Order button! This opens your mail application, where you will see information about your order. And you can send your order!