MAY3AM

Results 15 issues of MAY3AM

Hi Bro I think this beautiful library needs to have `setTypeface` option Thanks for sharing ;)

Hi there, I'm going to use this library on my project, but when notification count goes beyond 100, last character (0) show in new line in notification badge! ![screenshot_2016-11-26-11-20-06](https://cloud.githubusercontent.com/assets/4468890/20638913/7b6a9b18-b3ca-11e6-89e1-a48e59f67b05.png) P.s:...

Hi there, I can't download file from this [link](http://photos03.wisgoon.com/media/pin/photos03/images/o/2017/2/14/9/1487051331562608.jpg), because request header does not contain "Content-Length".

Your formatTime method return wrong information. I use of this method instead of yours: in MainActivity class define these two: `StringBuilder mFormatBuilder;` `Formatter mFormatter;` in onCreate defined these two like...

Hi there First of all, I just wanna thank you for this library. I Have some suggestions for you to make this library more robust. **Showing open orders on chart:**...

Hi there, I want to add arrived message to top of my recyclerview, and as you provided in "insert" demo, I'm using `.insert(object, position)` By this way Item added, but!...

When try to build signed APK, this error occurred! It's refers to `SwipeRefreshLayout` file Android Studio 2.3.2 Build #AI-162.3934792, built on April 21, 2017 JRE: 1.8.0_112-release-b06 amd64 JVM: OpenJDK 64-Bit...

In the `onVisibilityChanged` method, we have: @Override protected void onVisibilityChanged(@NonNull View changedView, int visibility) { super.onVisibilityChanged(changedView, visibility); if (visibility == View.INVISIBLE) { timer.cancel(); } else { timer = new Timer();...

Hi there, When I use of your library (denivip-video-components) my app crashed :( Is there any tutorial or step by step guide of using? I add your library from my...

In some devices ( like samsung Galaxy S5 ), ongoing notification flashing every time information get update! whats the problem here! P.s: Can you provide a sample demo to demonstrate...