Class from java source with URLClassLoader

This tutorial is a result of a java application being developed called AndroidModeler. It will be explained how to obtain methods, fields or anything from a class in a java source code.

It’s was used since the AndroidModeler generates classes programmatically and needs to read and get information about them to generate further classes.

Continue reading Class from java source with URLClassLoader