I have a custom view that draws a scrollable bitmap to the screen. In order to initialize it, i need to pass in the size in pixels of the parent layout object. But during th
Simply check it by calling post method on your layout or view
view.post( new Runnable() { @Override public void run() { // your layout is now drawn completely , use it here. } });