Giter VIP home page Giter VIP logo

lazy's Issues

BitMapUtil里有一个方法有问题

getBitmapFromStream(InputStream is, Rect outPadding, int reqWidth, int reqHeight)
{
...
BitmapFactory.decodeStream(is, outPadding, options);
options = calculateInSampleSize(options, reqWidth, reqHeight);
return BitmapFactory.decodeStream(is, outPadding, options);
}
对流的读取只有一次,读取第二次的时候返回的是null的。

继续维护吗?

大佬继续维护吗? 你的这个库这是我看到最实用的工具类库,不浮不漂

README.md文件勘误

README.md文件:

  1. WindowUtils(窗口工具箱)的链接地址不对;
  2. SingletonUtils的描述“单利工具”白字,应该为“单例工具”;

小米手机角标问题

程序有推送功能,本来就要弹出通知栏,控制角标,miui又强行显示一个通知栏,这怎么弄

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.