Code Monkey home page Code Monkey logo

android-widget-ticktock's Issues

the time text goes out of circle

every time when start the project the text of timer goes out of circle on the right side and on again start it come back on it right position.

Text not centred in Android M

When using TickTockView in Android M the Text is not centred correctly...

Android 4.4.2 KitKat
screen shot 2016-05-29 at 10 41 36

Android 6.0 Marshmallow
screen shot 2016-05-29 at 10 40 29

change default text to text view ?

hi, thanks for this great library,

  1. i want to ask , how can i get the text from onTickListener and set that text to regular textview ?
  2. change font style of the default text ?
  3. request : add timer picker too, like circle seekbar , that would be very helpful

Thanks :)

how to start from count up from 00:00:00 time ?

I have tried to change code be like this :
` Calendar c2= Calendar.getInstance();

    c2.add(Calendar.HOUR, 0);
    c2.set(Calendar.MINUTE, 0);
    c2.set(Calendar.SECOND, 0);
    c2.set(Calendar.MILLISECOND, 0);
    if (view_ticktock_countup != null) {
        view_ticktock_countup.start(c2);
    }`

but got error

endTime cannot be null and must be in the future at com.bcgdv.asia.lib.ticktock.TickTockView.start

Add SeekTo method on your class

this is very useful
public void seekTo(long millisUntilFinished){ if (mTimer != null) { mTimer.onTick(millisUntilFinished); } }

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.