Video Demo of the app in action: https://drive.google.com/file/d/1OdSTdUYf52VnBtCD2vmuxJuPOe0LtAQw/view
Download the APK here: https://drive.google.com/file/d/1-KU44Gr25xNvlOn5Tj0U7CN3NGXkCtT1/view?usp=sharing
Timer is an android application. It counts down from a specified time interval given by user. Screenshots showing the functioning of application have been provided below.
Note: Do Sync Project with Gradle Files in order to have local.properties file in the code (if not there already) for proper functioning of app as it holds the SDK location.
- Kotlin (Official Language for Android) -> https://kotlinlang.org/docs/home.html
- Jetpack Compose(Android’s modern toolkit for building native UI) -> https://developer.android.com/jetpack/compose/documentation
Click to expand
Application logo | Screen Splash | Starting Screen | Half completion | Timer End Initial | End State Change |
---|---|---|---|---|---|
- Clone the project:
git clone https://github.com/DSCVITBHOPAL/Timer
- Setup Android Studio and open the project.
- Fork the Project
- Create your Feature Branch (
git checkout -b <github-username>
) - Commit your Changes (
git commit -m 'Project Name-github-username'
) - Push to the Branch (
git push origin <branch-name>
) - Open a Pull Request
- Star the Repo(Really helps with discoverability)
We decided to come up with a point system for all of our repositories under GDSC, VIT Bhopal and here's how it looks.
Levels | Task | Points |
---|---|---|
Level 0 | Additons to Readme Files & Documentations | 2 |
Level 1 | First-time contributors Issues | 5 |
Level 2 | Intermediate Issues including backend & Frontend | 10 |
Feel free to send us feedback on Survey-Form or file an issue. Feature requests are always welcome.