Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 758 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 758 Bytes

Load App

Android app made for the Udacity nanodegree - Android Kotlin Developer.

Starter code: https://github.com/udacity/nd940-c3-advanced-android-programming-project-starter

In this project students will create an app to download a file from Internet by clicking on a custom-built button where:

  • width of the button gets animated from left to right;
  • text gets changed based on different states of the button;
  • circle gets be animated from 0 to 360 degrees

A notification will be sent once the download is complete. When a user clicks on notification, the user lands on detail activity and the notification gets dismissed. In detail activity, the status of the download will be displayed and animated via MotionLayout upon opening the activity.