I have a android project as a library, and this library contains a home screen. The new app needs this home screen (as well as everything else in the library), but but also needs to make changes to all of the graphics, as well as add a few new buttons, how would I do this?
I don't want to edit the library. I can make the new app have images with the same name as the library, so the new images over-take the libraries images. But this doesn't help me in adding in 3 new buttons to the layout, as well as the new pieces of functionality to the activity (while keeping all of the old functionality).
Any one have any experience with this sort of thing?