Skip to main content
5 events
when toggle format what by license comment
Jan 21, 2015 at 3:18 comment added Michael K I don't think it's the same use case. That answer deals with two versions of the same app that are very slightly different, while this question is about what I see as different applications entirely. I'd still prefer not to have the branch at all even in the "slightly different" case; however, it's difficult to factor out functionality to separate libraries in Android if there is any view xmls involved. Looks like that answerer didn't think it was worth the trouble for his situation.
Jan 21, 2015 at 3:04 comment added Francisco Corrales Morales what do you think of this approach: stackoverflow.com/a/2540471/2615737 ? it seams reasonable...
Feb 13, 2012 at 13:21 comment added Michael K View elements can be extracted, but possibly not to a jar. For instance, javascript can be extracted from every page into a single file that can then be included in each project. JSP common code should be extracted into JSP tags. You probably don't need to pull entire pages, but I don't know your project, so I could be wrong.
Feb 13, 2012 at 12:58 comment added João Daniel Much of the code that is shared is GWT code (views, services, etc). Is it possible to extract it to a jar library? Or it's just possible to server-side java code?
Feb 10, 2012 at 15:58 history answered Michael K CC BY-SA 3.0