I have read many times that reflection will slow down the phone. How true is this?
For example, in my case, I get some parameters from a web service that have the same name as the class parameters that I have in an Android application. so I just set the values โโof these parameters using java fields and reflection ... this does not seem to slow performance.
can someone explain to me the fact behind this idea regarding reflection slowing down performance?
performance android reflection android-ksoap2
shadesco
source share