I managed to pull the layouts, and i add it to my viewflipper, however, there it is loaded as blank.
The code is,
Resources packageResources; Context pac
You are not inflating a layout. You are creating an empty View and adding it to your ViewFlipper.
View
ViewFlipper