Giter Site home page Giter Site logo

easycountdowntextureview's Issues

The hour will reduce 24 when it bigger than 24

I want to know why the Hour will reduce 24 when I set it's value bigger than 24.
I hope to count down from 26 hours, but it display only 2 hour, is that a bug? or you just design as it ?

       private int checkCalendarHour(final long millisInFuture, int calendarHour) {
            final int days = (int) (millisInFuture / ONE_DAY);
            if (days > 1) {
                calendarHour += (days - 1) * 24;
            }
            return calendarHour;
        }

闪退bug

打开有这个控件的界面 > 返回 > 再打开 > 再返回,快速重复多次操作会闪退,报内存方面的错误,检查排除了内存泄漏原因,百度了也未查明。有时10次左右能触发这个bug,有时要三五十次。测试了界面只有这一个控件的情况下也会出现这个bug,排除其它因素。

ANR

ANR occurs even if I stoped the EasyCountDownTextureView.

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.