Actually, when we call resources from libraries, sometimes we can take other resources in apk not necessary because we don't have give full path of resources.
With non-Transitive R Class, we are obliged to specify the full path of libraries resources, but we can reduce build time.
Actually, when we call resources from libraries, sometimes we can take other resources in apk not necessary because we don't have give full path of resources.
With non-Transitive R Class, we are obliged to specify the full path of libraries resources, but we can reduce build time.