AbdulAlim Rajjoub
AbdulAlim Rajjoub
@MahdiPishguy Hi,sorry for late here is my Full Code with support for Older APIs `private void maybeInitProperties(CircleImageView child, View dependency) { if (mStartYPosition == 0) mStartYPosition = (int) (dependency.getY()); if...
@abbasalim thanks man ,it's working :)
actually you can set a **ClickListener** to the **EditText** and inside it you can call `emojIcon.closeEmojIcon();`
i have the same issue too! , it only works from the second click
UPDATE: i got a **Workaround fix** for this problem ```java emojiBtn.getViewTreeObserver().addOnGlobalLayoutListener(new ViewTreeObserver.OnGlobalLayoutListener() { @Override public void onGlobalLayout() { //free up resources! emojiBtn.getViewTreeObserver().removeOnGlobalLayoutListener(this); //Prefix for Bug! in Library emojIcon.ShowEmojIcon(); } });...
@AIlll i just noticed that there is an open issue for this ,anyway i just made a pull request for that ,check it out..
@FranciscoNin this is the best result i got after many attempts to get best Quality with minimum Size ```java String compressParam = " -b 6507k "; final VideoKit videoKit =...
until now i did not figure out how to get the **progress** :( but if you want to know when the compress is finished you can use a `ProcessingListener` like...
@alexzhaobin take a look at [this](https://gist.github.com/lukehedger/277d136f68b028e22bed)