You see, I am beginning to working with Android development, and confused. For the sake of not making too much misspelling, I would like to just ask the questions:
There are many R.java in different packages as you can see here, so what is the differences between these R.java files? If they are the same, then what is the purpose of keeping these R.java files?
Does there exist an incredible relationship between these R.java files with that one in the project, which can be dynamically self-edited?
As I creating my "Hello" Activity which extends class AppCompatActivity in android.support.v7.app package, and beginning to say hello to the world, I came across my problem: does this mean from this very point on, my project has nothing to do with the package known as android.app?
Most important, any help and guide would be appreciated from the bottom of my heart, and please keep this in mind: I'm a clumsy beginner, but humble, and very hungry to learn.