Heberth vargas Tello
Heberth vargas Tello
i try to use setOnClickListener on HoldingButtonLayout but it is not working ``` mHoldingButtonLayout.setOnClickListener(new View.OnClickListener() { @Override public void onClick(View view) { Toast toastN = Toast.makeText(ChatActivity.this, getString( R.string.infoToRecord), Toast.LENGTH_LONG); toastN.setGravity(Gravity.CENTER,...
is there a way to put a border color on the button ?? because sometimes the background of the activity has a similar color to button so the button is...
Version of the library: emoji-ios:0.12.0 Affected devices: samsung Affected versions: android 11 i tested on your code example and it works with the same problem, the new emojis show good...
with API 24 and API 25 the list of emoticons are different, only with those APIs maybe the unicode codes have changed is necesary to check this file https://github.com/ankushsachdeva/emojicon/blob/master/lib/src/github/ankushsachdeva/emojicon/EmojiconHandler.java

i read this new about Android 10 https://developer.android.com/about/versions/10/highlights#smart_reply_in_notifications but i have tested on Android 10 with my code and with your code example and never it shows me suggestions on...
goyavewifixtc, Android 4.4 java.lang.OutOfMemoryError: at android.graphics.BitmapFactory.nativeDecodeStream (Native Method) at android.graphics.BitmapFactory.decodeStreamInternal (BitmapFactory.java:749) at android.graphics.BitmapFactory.decodeStream (BitmapFactory.java:725) at android.graphics.BitmapFactory.decodeFile (BitmapFactory.java:460) at android.graphics.BitmapFactory.decodeFile (BitmapFactory.java:498) at pyxis.uzuki.live.richutilskt.utils.RichUtils__RBitmapKt.getBitmap (RBitmap.kt:22) at pyxis.uzuki.live.richutilskt.utils.RichUtils.getBitmap (Unknown Source) at pyxis.uzuki.live.mediaresizer.processor.ImageProcessorKt.resizeImageInternally (ImageProcessor.kt:36)...
i dont know how does work process() but i need to call process in a AsyncTask for running that process on background how do i do that ? or process...
hi i tried to build ecs on my Mac i wrote `sudo ./build.sh 25.03` this is my build.sh ``` #!/bin/sh current=$(date +%y.%m) version=${1:-$current} docker build \ --build-arg VERSION=$version \ --build-arg...