Algorithm:
1.) Create a new project by File-> New -> Android Project name it GradientDrawingExample.
2.) Create and write following into src/GraphicsActivity.java:
package com.example.GradientDrawingExample;
import android.app.Activity;
import android.os.Bundle;
import android.os.Bundle;