Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
krtkush committed Apr 27, 2017
2 parents 419afc0 + 8d3a29a commit 4d73cb8
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
<img src="https://raw.githubusercontent.com/krtkush/LinearTimer/master/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png" />
<img src="https://raw.githubusercontent.com/krtkush/LinearTimer/master/lineartimer/src/main/res/drawable/high_res_icon.png" height="200" width="200"/>

<a href="http://www.methodscount.com/?lib=com.github.krtkush%3ALinearTimer%3Av2.1.0"><img src="https://img.shields.io/badge/Methods and size-core: 165 | deps: 19164 | 31 KB-e91e63.svg"/></a> [![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-Linear%20Timer-brightgreen.svg?style=flat)](https://android-arsenal.com/details/1/4959)


# Linear Timer

Expand All @@ -14,9 +17,9 @@ Linear Timer supports following features -

...and much more.

Download the [demo app from the Play Store](https://play.google.com/store/apps/details?id=io.github.krtkush.lineartimeproject).
Download the demo app -

[![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-Linear%20Timer-brightgreen.svg?style=flat)](https://android-arsenal.com/details/1/4959)
<a href='https://play.google.com/store/apps/details?id=io.github.krtkush.lineartimeproject&pcampaignid=MKT-Other-global-all-co-prtnr-py-PartBadge-Mar2515-1'><img alt='Get it on Google Play' src='https://play.google.com/intl/en_us/badges/images/generic/en_badge_web_generic.png' width="160" height="65"></a>

**If you're using this library, please let me know; I'll feature your app in the wiki.**

Expand All @@ -30,8 +33,8 @@ Linear Timer follows the [Semantic Versioning System](http://semver.org/).

## Setup

[![Release](https://jitpack.io/v/krtkush/LinearTimer.svg)]
(https://jitpack.io/#krtkush/LinearTimer)

[![Release](https://jitpack.io/v/krtkush/LinearTimer.svg)](https://jitpack.io/#krtkush/LinearTimer)

Setup is pretty straight forward.
In your project's `build.gradle` add the following -
Expand Down Expand Up @@ -132,8 +135,9 @@ After adding the view, here is how it is initialized and used -

List of methods available to control the timer -


| | Method | Description | Exception |
|---|---|---|---|---|
|---|---|---|---|
|1.|[startTimer()](https://github.com/krtkush/LinearTimer/wiki/Usage#start)|Start the timer.|IllegalStateException|
|2.|[pauseTimer()](https://github.com/krtkush/LinearTimer/wiki/Usage#pause)|Pause the timer.|IllegalStateException|
|3.|[resumeTimer()](https://github.com/krtkush/LinearTimer/wiki/Usage#resume)|Resume the timer from its pause position.|IllegalStateException|
Expand Down

0 comments on commit 4d73cb8

Please sign in to comment.