Anth06ny

Results 11 issues of Anth06ny

Hello thank you for your library. I use them to send MMS and it's work good. When i send MMS, I receive Broadcast event to told me that this mms...

Hello, Is it possible to know if mms correctly received or not ? transaction.setExplicitBroadcastForDeliveredSms(intennt); but for mms ?

Hello, i use reveal and really love it. But some company ask me pdf. So i need to make it pretty. But it's possible to ignore some section with a...

Hello, i would like to change the action on click on arrow controls left and rigth. Is it possible ? Anthony

Hello, I ll try to switch my application from Webview to your AdvancedWebView but when i try lo load this wv.loadUrl("file:///${filesDir.path}/mywebsite/index.html?id=browser-bbaia") I have ERR_ACCESS_DENIED on the AdvancedWebView. But it's work...

question

Hi, I don't arrive to change the color of my image with setColorFilter This is my code CircularImageView civ = (CircularImageView) rowView.findViewById(R.id.civ); ImageView iv = (ImageView) rowView.findViewById(R.id.iv); civ.setImageResource(R.drawable.ic_menu); iv.setImageResource(R.drawable.ic_menu); civ.setColorFilter(getResources().getColor(R.color.vivid_green),...

HUm maybe i ve done something wrong, but fragment not work with include vertical For exemple with 2 include sections vertical only the first one have fragment animation. The second...

Hi, I add this to your library in FrameImageAnimator to add ColorFilter on the animation Paint paint = null; ``` /** * Add Color Filter * @param colorId */ public...

Hi, thanks for your library, it's great. I just have 1 probleme, the transition from the last frame to the first frame, create a blink effect. For the moment I...

Hi, thank you for your library!! Do you have a maven repository to use with gradle ? Thanks you Anthony