Top "Android-bitmap" questions

A Java Object from android.

RecyclerView and async Loading

I have a slight problem. Need a nudge in the right direction. I am doing a video editor like Vine …

android android-asynctask android-bitmap
Why Bitmap showing black background in android

I wrote some code witch can to convert tablelayout to bitmap.everythink working perfect but, my bitmap has black background …

android android-layout android-canvas android-bitmap
FAILED BINDER TRANSACTION while passing Bitmap from one activity to another

I want to pass a image as a bitmap from one activity to another. And i want to know whether …

android android-intent android-bitmap android-bundle
SVG to Bitmap at runtime conversion in Android

How can I convert SVG (Scaleable Vector Graphics) to Bitmap at runtime in Android? Kindly if possible provide me the …

android svg android-bitmap
how can I show a video thumbnail from a video path?

I want to show a video thumbnail in an ImageView from a video path on storage. Is there a function …

android file imageview android-bitmap video-thumbnails
programmatically create layer-list

I am trying to programmatically create a layer-list with resized bitmaps as items. From what I have seen BitmapDrawable has …

java android android-bitmap
Android: Convert image object to bitmap does not work

I am trying to convert image object to bitmap, but it return null. image = reader.acquireLatestImage(); ByteBuffer buffer = image.getPlanes()[0].…

android android-bitmap bitmapfactory