java - Syncing two android projects -


i using 2 different android projects downloaded internet, , assembled them make them 1 single project.

they both online apps, , using jsonparser , urls connect , sort of in different way,

will required compile jsonparser files of both projects compile 1 or , can keep them separate in same project.

let me tell u, 1 project of login,register system...... , second of account management

they in process sync function dependent on kind of each other

all mean ask can 1 android project have 2 or more jsonparser.java classes in different packages or not?

can 1 android project have 2 or more jsonparser.java classes in different packages or not?

yes, possible.

enter image description here


Comments

Popular posts from this blog

mysql - FireDac error 314 - but DLLs are in program directory -

git - How to list all releases of public repository with GitHub API V3 -

c++ - Getting C2512 "no default constructor" for `ClassA` error on the first parentheses of constructor for `ClassB`? -