Sunday, May 31, 2020

Click here to view

10. Create a HTML document with all table elements (Table, Caption, Table Row, Table Data element, Table Heading Element, THEAD, TFOOT, TBODY)
Click here to view

9. Create an image-map, with clickable regions. 
Click here to view

8. Create a HTML document to insert images from another folder or another server. 
Click here to view

7. Create a HTML document to jump to another part of a document (on the same page). 
Click here to view

6. Create a HTML document to open link in a new browser window. 
Click here to view

5. Create a HTML document to use an image as a link.
Click here to view

4. Create a HTML document to show how to create hyperlinks. 
Click here to view

3. Construct HTML document to set the font of a text, size of the font, style of the font. 
Click here to view

2. Create a HTML document and insert comments in the HTML source code and insert horizontal lines. 
Click here to view

1. Create a HTML document consisting of HTML heading, paragraphs and images. 

Saturday, May 30, 2020

Click here to view

24. Create an application to open any URL inside the application and clicking on any link from that URl should not open Native browser but that URL should open the same screen.
Click here to view

23. Create an application to pick up any image from the native application gallery and display it on the screen.

22. Create an application to take picture using native application
Click here to view

21. Create an application to send message between two emulators.
Click here to view

20. Create an application to draw line on the screen as user drag his finger.
Click here to view

19. Create an application to read file from the sdcard and display that file content to the screen.
Click here to view

18. Create an application to make Insert , update , Delete and retrieve operation on the database.
Click here to view

17. Create an application that will play a media file from the memory card.
Click here to view

16. Create an application to read file from asset folder and copy it in memory card.

14. Create an application to call specific entered number by user in the EditText

Friday, May 29, 2020


13. Read messages from the mobile and display it on the screen.

12. Understanding content providers and permissions: i. Read phonebook contacts using content providers and display in list.

11. Understanding of UI :
i. Create an UI such that , one screen have list of all the types of cars. 
ii. On selecting of any car name, next screen should show Car details like: name , launched date ,company name, images(using gallery) if available, show different colors in which it is available. 

10. Create an application that will have spinner with list of animation names. On Selecting animation name, that animation should affect on the images displayed below. 

8. Create an application that will display toast (Message) on specific interval of time.

7. Understand Menu option.
i. Create an application that will change color of the screen, based on selected options from the menu. 

6. Understand resource folders :
i. Create spinner with strings taken from resource folder. 
ii. On changing spinner value, change image. 

5. Create an application that will pass some number to the next screen, and on the next screen that number of items should be display in the list.

4. Create and Login application as above. On successful login, open browser with any URL.

3. Create login application where you will have to validate EmailID (UserName). Till theusername and password is not validated , login button should remain disabled.
Click here to view

2. To understand Activity, Intent
i)Create sample application with login module(Check username andpassword)
ii)On successful login, go to next screen.And on failing login, alert user using Toast
iii)Also pass username to next screen.
Click here to view

1. Create “Hello World” application. That will display “Hello World” in the middle of the screen in the red color with white background.