Francisco Llaryora

Results 4 comments of Francisco Llaryora

I had a resembling error. If I use a chart view (from a library), the particles will appear **in the top left corner** of the chart instead of the center....

i am waiting for the ldpi implementation

I tested It and When I receive it on a MediaLibrarySession.Callback the method onAddMediaItems I find the extras of the requestedMetadata of the media empty If I want to try...

I translate the code of @niektuytel to kotlin ``` import android.graphics.Bitmap import android.graphics.Canvas import android.graphics.drawable.BitmapDrawable import android.graphics.drawable.Drawable object BitmapTransformer { fun drawableToBitmap(drawable: Drawable): Bitmap { if(drawable is BitmapDrawable) { if(drawable.bitmap...