Stopwatch
- It is specialized in measuring elapsed time when you check how long it takes to solve problems. This is between project and hobby, not homework.
Purpose
- There are many tests and problems with math, science, license test etc. If there will be limited testing time, you must distributed the time well to solve all problems. You have to learn and pratice to solve problems within testing time.
- Therefore, I want to make stopwatch measuring time and to see how it is going.
My pleasure
- If someone want to help me a little or little, that's my pleasure regardless of how much you can help. I willing to share my project while inviting invision for myproject, 'Collaborative UI design site'.
Features
-
(1) New(standard) start : You can set your problem's name, limitted time to solve problems and per problem, clock setting etc. Then start lap.
-
(2) Quick start : It just ready to measure lap time right now.
-
(3) Setting : It will save your settings in your app.
-
(4) Save & Share : The result of lap can be saved and shared with friends.
Dependencies (add into build.gradle)
- (1) Material-dialog
dependencies {
// ... other dependencies here
implementation 'com.afollestad.material-dialogs:core:0.9.6.0'
}
- (2) lottie-android
dependencies {
implementation 'com.airbnb.android:lottie:2.5.4'
}
repositories {
mavenCentral()
}
dependencies {
implementation 'com.github.f0ris.sweetalert:library:1.5.1'
}
To be
-
New features like checking answer sheets with records of elapsed time.
-
Improved UI designe There are many opensources from good-skill designer. Look below.
(1) Floating Navigation View (2) android-floating-action-button (3) Searchable (4) AppIntro