2011-03-09 94 views

回答

2

您可以使用BitmapFactory和位圖類對圖像執行簡單的操作。查看http://developer.android.com/reference/android/graphics/Bitmap.html,瞭解您可以使用此課程做什麼。它支持簡單的東西,如重新加載,淡出,創建ScaledMaps和在基本級別上操作屏幕上的圖像。 對於一些簡單的說明和示例,請參閱:

  1. http://developer.android.com/guide/topics/graphics/index.html
  2. http://www.anddev.org/resize_and_rotate_image_-_example-t621.html
  3. 第6章中的 「Android開發者食譜」:http://www.informit.com/store/product.aspx?isbn=0321741234
相關問題