Android and reflection

前端 未结 5 946
臣服心动
臣服心动 2020-12-13 13:48

I get the impression that Android supports reflection. But does it really? How sensible would it be to rely on reflection heavily? What\'s the penalty?

5条回答
  •  执笔经年
    2020-12-13 14:19

    Android of course supports Reflection and we can read methods of a different APK or Framework class. Here is an article on using Reflection in Android as a possible design approach to create API- http://prasanta-paul.blogspot.kr/2013/09/java-reflection-as-android-api.html

提交回复
热议问题