Thanks Mark, Using fragments would require to rewrite lot of code so for me it's not a solution. I'll try to reproduce this problem with fragments anyway.
I'm still waiting for an answer about the LayoutInflater job. It seems my problem and the other refered in my previous post are related. If we run 2 apps and use same library from both apps, only the first app's layout resources inflated from library have view instantiated correctly. The second activity gets the views from library instantiated by the first app's classloader. br, smill On 30 sep., 20:15, Mark Murphy <[email protected]> wrote: > On Fri, Sep 30, 2011 at 10:00 AM, smill <[email protected]> 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/commonsguyhttp://commonsware.com/blog|http://twitter.com/commonsguy > > _The Busy Coder's Guide to *Advanced* Android Development_ Version 2.0 > Available! -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

