I want to generate the whole app's screen to share it. I found this question Converting a view to Bitmap without displaying it in Android?
But in my app, this may be a view higher than the screen or just a ListView, is there any way to draw whole view including the invisible part to Bitmap?