Hi, everyone
I found some detail about using Reflector lib ... some writing ... such as following code ...
Dim r As Reflector
Dim idPressed As Int
idPressed = r.GetStaticField("android.R$drawable", "list_selector_background")
it using "$" to alternative "." ...
Does it was equivalent ?
Who can tell me about this answer ? TKS!
I found some detail about using Reflector lib ... some writing ... such as following code ...
Dim r As Reflector
Dim idPressed As Int
idPressed = r.GetStaticField("android.R$drawable", "list_selector_background")
it using "$" to alternative "." ...
Does it was equivalent ?
Who can tell me about this answer ? TKS!