mcgowen007 wrote: > Hey Guys, > > I am a game developer and have developed a nice global high scores > module. The source code is in two different games of mine and anytime > I make changes I carefully copy and paste the java files from one > project to the other. As I increase the sophistication of this > module, the copying and pasting can take a day or two to make sure I > get it right. Now I am finishing up my third game and want to add the > high scores module, but copying and pasting this in three separate > projects seems absurd and will take up much of my time! Is there any > way to externalize this module? > > Unfortunately, the module makes reference to R for strings, layouts > and other resources. It also uses common Android functions and > resources from the Android library. Almost anything would be easier > than the method I am using now--so any and all suggestions are > welcome!
Some possibly-relevant techniques were just discussed today: http://groups.google.com/group/android-developers/browse_thread/thread/d7fc4045ef9bf7bc# -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy _Android Programming Tutorials_ Version 1.1 Available!
-- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en