Mad Ex3
Mad Ex3
No: 3
Write an application that draws Basic Graphical
Date: Primitives on the screen
Aim:
To develop a Simple Android Application that draws basic Graphical Primitives on the screen.
Procedure:
Creating a New project:
Open Android Studio and then click on File -> New -> New project.
Then type the Application name as “exno3″and click Next.
Then select the Minimum SDK as shown below and click Next.
Then select the Empty Activity and click Next.
Finally click Finish.
It will take some time to build and load the project.
After completion it will look as given below.
Now click on Design and your application will look as given below.
So now the designing part of is completed.
Result:
Thus a Simple Android Application that draws basic Graphical Primitives on the screen is
developed and executed successfully.