in my android project I have one single activity named NewsViewActivity.java. But when I do some static analysis over the apk file itself, it shows multiple files with the same name just $(some number appended to it). NewsViewActivity$1.java NewsViewActivity$2.java.
If i use method profiling I also see the same. What may be the reason for that?