Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 445 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 445 Bytes

JustJava

This project is part of the Udacity Android Basics Nanodegree Program.

Project Overview

I followed the lessons to create the JustJava app.

Topics Learned

  1. Designing an app experience to achieve a certain goal
  2. Creating new activities
  3. Using explicit Intents to link between activities in your app.
  4. Using OnClickListeners to add behavior to buttons using Java code.