DocDelivery is a package/shipment tracking application that helps the user track their incoming packages/shipments easily.
DocDelivery is built using Kotlin and it leverages Jetpack Compose, Dagger-Hilt, Coroutines etc. It uses Gmail API to fetch the users email. For detailed information on how DocDelivery is developed see development wiki
Login Screen | Details Screen |
---|---|
Linux,Mac or Windows should work to build DocDelivery.
Install Android Studio
If you plan to contribute and propose pull requests then use a web interface at https://github.com/shankarpriyank/DocDelivery to fork the repo first and use your fork's url in the command below.
git clone https://github.com/shankarpriyank/DocDelivery
To run the app you will also need to setup a new project in gcp console.
- Go to your gcp console
- Setup your OAuth consent screen, this article might help.
- Enable Gmail api in your project.
- Add your personal email, or whatever suits you as testing users so that you you can run your application with those emails.
- Replace
${{ secrets.API_KEY }}
in this file with your client id, which you got from gcp console.
After all this is done run the command below in the terminal of your Android Studio to check if everything is working fine.
./gradlew assembleDebug
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to follow the development style, and abide by our code formatting guidelines.