https://github.com/malekkamel/udacity-load-app
Udacity Load App
https://github.com/malekkamel/udacity-load-app
Last synced: about 1 month ago
JSON representation
Udacity Load App
- Host: GitHub
- URL: https://github.com/malekkamel/udacity-load-app
- Owner: MalekKamel
- Created: 2022-10-16T17:42:18.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-16T17:43:04.000Z (almost 3 years ago)
- Last Synced: 2025-03-22T15:30:58.337Z (7 months ago)
- Language: Kotlin
- Size: 142 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LoadApp
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 degreesA 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.
[The final look of the app](https://gph.is/g/Zywmnre)
## Getting Started
Instructions for how to get a copy of the project running on your local machine.
### Dependencies
```
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation 'androidx.appcompat:appcompat:1.0.2'
implementation 'androidx.core:core-ktx:1.0.2'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'androidx.test:runner:1.1.1'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.1'
```### Installation
Step by step explanation of how to get a dev environment running.
List out the steps:
```
1. Open Android Studio Application
2. Choose "Open an existing Android Studio Project"
3. In the opened finder find `nd940-c3-advanced-android-programming-project-starter` folder
4. Click on the folder and select `starter` folder and click on "Open" button
5. Once the project is opened in Android studio, go to File -> Sync Project with gradle files
6. Click on "Run" button in Android Studio to install the project on the phone or emulator
```## Testing
Explain the steps needed to run any automated tests
### Break Down Tests
Explain what each test does and why
```
Examples here
```
## Project InstructionsThis section should contain all the student deliverables for this project.
## Built With
* [Android Studio](https://developer.android.com/studio) - Default IDE used to build android apps
* [Kotlin](https://kotlinlang.org/) - Default language used to build this projectInclude all items used to build project.
## License
Please review the following [license agreement](https://bumptech.github.io/glide/dev/open-source-licenses.html)