On Tue, May 3, 2011 at 2:20 PM, Aaron <[email protected]> wrote:
> I have an app which I am trying to turn into a library and create 2 new > apps that consume it. I have to move all code differences between the 2 > apps out of the library and into the separate apps due to the fact that I > sold source code to the owner of the app. This way I can give them them > library and their app. Huh? If you sold the code for one app, why do you need to break it out into a library and two apps? > Obviously the library no longer knew what CustomerListAcitivity was so I > got compiler errors. I am at a loss on how to solve this problem. I think > I need some way to refer the activity other than by class name. Either A) Your customer list activity remains in the library, handling differences via some other mechanism. B) You move the code that is dependent on that Activity to both app projects. ------------------------------------------------------------------------------------------------- TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago transit tracking app for Android-powered devices -- 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

