安卓使用getResources().getIdentifier()动态的根据一个资源名获得到对应的资源id
近期在看安卓动画机制的时候看到一段代码1AnimationDrawableanimDrawable=newAnimationDrawable();2for(inti=0;i<5;i++){3intid=getResurces().getIdentifier("common_loading_"+i,"drawable",getPackageName());4Drawabledrawable=getR