I am creating notification with music controls. Everything is fine except artwork update.
The original artwork Bitmap is like 1024x1024 pixels or around so. If I call setImageBitmap(, ) for my RemoteViews directly, it causes lags. If I'm trying to create new, smaller Bitmap via Bitmap#create(), then there is still lag.
So, what am I doing wrong?