Drawable drawable=context.getResources().getDrawable(R.drawable.back6);
AnimationDrawable animationDrawable= (AnimationDrawable) context.getResources().getDrawable(R.drawable.logo);
LayoutInflater layoutInflater=LayoutInflater.from(context);
LayoutInflater layoutInflater= (LayoutInflater) getSystemService(Context.LAYOUT_INFLATER_SERVICE);
LayoutInflater layoutInflater= context.getLayoutInflater();
layoutInflater.inflate(R.layout.content,null,false);
AnimationUtils.loadAnimation(context,id);
getResources().getAnimation(R.anim.);
Animator a=AnimatorInflater.loadAnimator(MyActivity.this,R.animator.);
android:textColor="?android:textColor"