Skip to main content

Home/ Android Dev/ Drawable to Bitmap By Hong
Luke Shan

Drawable to Bitmap By Hong - 8 views

Drawable Bitmap

started by Luke Shan on 27 Mar 10
  • Luke Shan
     
    Bitmap bitmap = Bitmap.createBitmap(width, height, true);
    Drawable iconDrawable = packageManager.getActivityIcon(resolveInfo.activityInfo); Canvas canvas = new Canvas(bitmap);
    drawable.setBounds(0, 0, width, height);
    drawable.draw(canvas);
  • Vincent Tsao
     
    啊~~~,一直没有留意App Buddy是良子大哥做的啊,哈哈,5星了, "Luke Shan"一下没让我联想起"良子"来 Orz

To Top

Start a New Topic » « Back to the Android Dev group