Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
スナップショットを作成するのに十分な、現在スクロールダウンしている ScrollView に draw(Canvas) メソッドのみを使用していますか?
コード:
Bitmap bitmap = Bitmap.createBitmap(scrollView.getWidth(), scrollView.getHeight(), Config.ARGB_8888); Canvas canvas = new Canvas(bitmap); scrollView.draw(canvas);