Skip to content

A simple loading app lets the user has the ability to download from 3 different links by choosing the desired link for downloading and the app has a notification channel that notifies the user after the download is successfully finished. In addition the downloading button is a custom created button with a meaningful downloading animation.

Notifications You must be signed in to change notification settings

hady993/Simple-Loading-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Load App

In this project, there is an app to download a file from Internet by clicking on a custom-built button where:

  • The width of the button gets animated from left to right.
  • The text gets changed based on different states of the button.
  • The 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.

The final look of the app

Getting Started

After downloading the starter code, I started to create the options radio-buttons list for the 3 links. After that, I created a custom downloading button with a meaningful downloading animation. Finally, I made a notification to notify the user after the download is finished successfully and enabled in the notification action to go to the download details page (fragment).

Dependencies

This app is working on Android versions from Android 7.0 (Nougat) to Android 11 (Red Velvet Cake).

Gradle Versions:

  • Android Gradle Plugin Version: 4.0.1
  • Gradle Version: 6.1.1

There are the other dependencies to enable them in the build.gradle (module) file:

    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

Built With

  • Android Studio - Default IDE used to build android apps
  • Kotlin - Default language used to build this project

Include all items used to build project.

License

Please review the following license agreement

Project Screens' Images

1 2 3 4 5

About

A simple loading app lets the user has the ability to download from 3 different links by choosing the desired link for downloading and the app has a notification channel that notifies the user after the download is successfully finished. In addition the downloading button is a custom created button with a meaningful downloading animation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages