How can I get all classes within a namespace in android? I found some links for java but they do not work for android.
Edit:
I want to iterate on classes which I defined in a package. these classes have a static field that I want to get its value. I get that field using reflection but I can not loop on my defined classes.
How can I loop on my classes?
Thanks,