dependencies - Android use App1 sources in App2 without installing App1 on device -


i'm developping 2 apps different names (app1 , app2 instance) , resources (icons , strings mostly) , internal behaviours. i'm trying use .java sources files app1 app2. if import app1's sources in app2's project app1 installed on device upon app2 launching while i'd app2 installed. cannot make app1 library import app2's project since resources conflicting! how use app1's .java files inside app2 without copying them , changing package name 1 one , having remember modify app1's files when bug corrected app2 or new feature added in 1 app , vice-versa?

thanks in advance help, gg.

parents can't inherit child classes, same goes scenario asking.

what can create parent library inherited both app, , perform changes on parents library.


Comments

Popular posts from this blog

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -

php - Magento - Deleted Base url key -

android - How to disable Button if EditText is empty ? -