Error on starting activity from background Programming Software Development by 9tontruck …PowerManager pm = (PowerManager) context.getSystemService(context.POWER_SERVICE); PowerManager.WakeLock wl = pm.newWakeLock(PowerManager.ACQUIRE_CAUSES_WAKEUP | PowerManager.PARTIAL_WAKE_LOCK, "…> </manifest> Everything until "WakeLock" is working but starting an activity from the… Basic android animation Programming Mobile Development by game06 … Activity implements OnTouchListener{ int delay = 50; /*** Object variables ***/ Animation animationObj; WakeLock wL; @Override protected void onCreate(Bundle savedInstanceState) { // you phone wont… Re: Basic android animation Programming Mobile Development by game06 > first getting a error on "Animation animationObj" error:Animation cannot be resolved to a type just fixed this error. so i just need help with 2nd thing.