0
ビデオサムネイルでビデオプレーヤーのリストを作成しました。 scorllの表示時間は非常に遅いです.. 私はどのように高速ビデオthumnailを表示できますか?ビデオのリストは8行です。ソース - >Android:非常に高速の動画サムネイルを表示できますか?
ImageView imageView = null;
Bitmap bm = null;
bindView(View view, int iViewType, Context context,Cursor cursor, boolean bExpand)
{
bm= MediaStore.Video.Thumbnails.getThumbnail(vmcontext.getContentResolver(),index, MediaStore.Video.Thumbnails.MINI_KIND, null);
imageView.setImageBitmap(bm);
}
ビデオサムネイルを表示できます。リスト表示やスクロール表示は非常に遅いです。