[android-developers] Re: ResourceNotFound occurs sometimes during layout inflation

2010-10-21 Thread Doug Gordon
Yes. It occurred to me at the time that my technique was a bit of a kludge to avoid writing some additional routines, so I'm going to take TreKing's suggestion and put it into onCreate. On Oct 21, 6:55 pm, William Ferguson wrote: > In ActivityA's #onCreate are you invoking super#onCreate before y

[android-developers] Re: ResourceNotFound occurs sometimes during layout inflation

2010-10-21 Thread William Ferguson
In ActivityA's #onCreate are you invoking super#onCreate before you do any other work like starting ActivityB? On Oct 22, 6:43 am, Doug Gordon wrote: >   My app may launch a sub-activity for a specific purpose. When that > activity finishes, I get the results in onActivityResult. These results >