Skip to content

[중단]ncs 풀이 시간 측정 어플리케이션(Recording Application for only the lap when you solve problems )

Notifications You must be signed in to change notification settings

ukiKwon/java-stopWatch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

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)

	dependencies {
	// ... other dependencies here
    	implementation 'com.afollestad.material-dialogs:core:0.9.6.0'
	}	
	dependencies {
		implementation 'com.airbnb.android:lottie:2.5.4'
	}
	repositories {
		mavenCentral()
	}

	dependencies {
		implementation 'com.github.f0ris.sweetalert:library:1.5.1'
	}

To be

Email

About

[중단]ncs 풀이 시간 측정 어플리케이션(Recording Application for only the lap when you solve problems )

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages