Are android studio modules and eclipse projects the same?

If so, can modules work standalone like in eclipse projects?

Plus bonus points. If I save the variable in MainActivity.java, can I pass it to another java class in another module? If so, how?

+3


source to share





All Articles