Click here to Skip to main content
15,891,136 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
I am using two different android projects downloaded from internet, and assembled them to make them into one single project.

they both are online apps, and they are using JSONparser and urls to connect , but sort of in a different way,

will it be required to compile the jsonparser files of both projects to compile into one or , i can keep them separate as they are in the same project.

let me tell u, one project is of login,register system...... and the second is of account management

they are in process to sync to function dependent on kind of each other


all mean to ask is can one android project have two or more jsonparser.java classes in different packages or not?
Posted
Comments
Sergey Alexandrovich Kryukov 19-Aug-15 13:09pm    
It depends on what you are trying to achieve. It looks like you are not talking about synchronizing projects (always a bad thing, the only right approach is Single Point Of Truth), but processes/activities.
—SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900