AndroidManifest-Merge
一个apk只会包含一个清单(AndroidManifest)文件,但是在androidStudio下你的工程会有多个清单文件来自于-主modle下,build variants,依赖的库(依赖的Modle,aar)。所以在运行工... Read more
业精于勤荒于嬉
一个apk只会包含一个清单(AndroidManifest)文件,但是在androidStudio下你的工程会有多个清单文件来自于-主modle下,build variants,依赖的库(依赖的Modle,aar)。所以在运行工... Read more
资源重名在不同的modle里面有相同名称的布局文件名称。 Read more
The ClassLoader The ClassLoader Hierarchy Class Loading Dynamic Class Loading Read more
Creating Proxies InvocationHandler’s Known Use Cases Database Connection and Tran... Read more
java.lang.reflect.Array Creating Arrays Accessing Arrays Obtaining the Class Obje... Read more
The Generics Reflection Rule of Thumb Generic Method Return Types Generic Method Parameter... Read more
What are Java Annotations? Class Annotations Method Annotations Parameter Annotat... Read more
Accessing Private Fields Accessing Private Methods 获取私有的成员变量域和方法也是可能的。这甚至不是那么的困难。在单元测... Read more
使用Java反射使得你能在程序运行时获取到类的方法。这就使得我们可以获取类中定义的getter和setter方法。你不能准确的获取getter和setter方法,但是遍历所有的方法来确定是不是getter和setter。... Read more
Obtaining Method Objects Method Parameters and Return Types Invoking Methods using Method ... Read more