[android-developers] Embedding Activity from different Application, both applications using same library causing ClassCastException on inflating views

2011-09-30 Thread smill
Hi I have 2 applications: APP1 (with activity Act1), APP2(with activity Act2) and some android library LIB used in both applications with "uses-library" in AndroidManifest.xml. I'm trying to embed Act2 into Act1 using ActivityGroup. After inflating Act2's layout I'm trying to get some view form t

Re: [android-developers] Embedding Activity from different Application, both applications using same library causing ClassCastException on inflating views

2011-09-30 Thread Mark Murphy
On Fri, Sep 30, 2011 at 10:00 AM, smill wrote: > I'm on Gingerbread so I don't have Fragments Sure you do, via the Android Compatibility Library: http://android-developers.blogspot.com/2011/03/fragments-for-all.html -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/comm