views:

38

answers:

0

I have some custom views that load when I start an activity with an XML layout containing them. They can be found in another thread, here: http://stackoverflow.com/questions/3392351/custom-view-not-appearing . The custom views take forever to load, and the Logcat is throwing a million warnings.

I am considering just using a text button at this point due to how impossibly long the UI is hanging to load the views. This warning is posted repeatedly. It's always the same hex also.

08-03 18:49:10.041: WARN/ResourceType(403): No package identifier when getting value for resource number 0xffffffff

Anyway to inflate before showing the next screen, so I don't have a blank screen while transitioning to the next Activity? I am calling the screen with slow custom views from a loading screen.