Practical


Syllabus




Exercise - 01  Download Example
  • Create “Hello World” application. That will display “Hello World” in the middle of the screen in the red color with white background.

Exercise - 02  Download Example
    • To understand Activity, Intent
      •  Create sample application with login module.(Check username and password) 
      • On successful login, go to next screen. And on failing login, alert user using Toast.
      • Also pass username to next screen.

Exercise - 03  Download Example
    • Create login application where you will have to validate EmailID (UserName). Till the username andpassword is not validated , login button should remain disabled.

Exercise - 04  Download Example
    • Create and Login application as above . On successful login , open browser with any URL.

Exercise - 05  Download Example
    • 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.

Exercise - 06  Download Example
    • Understand resource folders :
      • Create spinner with strings taken from resource folder(res >> value folder).
      • On changing spinner value, change image.

Exercise - 07   Download Example
    • Understand Menu option.
      • Create an application that will change color of the screen, based on selected options from the menu.

Exercise - 08  Download Example
    • Create an application that will display toast(Message) on specific interval of time.

Exercise - 09   Download Example
    • Create an background application that will open activity on specific time.

Exercise - 10   Download Example
    • 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.

Exercise - 11   Download Example
    • Understanding of UI :
      • Create an UI such that , one screen have list of all the types of cars.
      • 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.

Exercise - 12   Download Example
    • Understanding content providers and permissions:
      • Read phonebook contacts using content providers and display in list.

Exercise - 13   Download Example
    • Read messages from the mobile and display it on the screen.

Exercise - 14   Download Example
    • Create an application to call specific entered number by user in the EditText

Exercise - 15   Download Example
    • Create an application that will create database with table of User credential.

Exercise - 16   Download Example
    • Create an application to read file from asset folder and copy it in memory card.

Exercise - 17   Download Example
    • Create an application that will play a media file from the memory card.

Exercise - 18   Download Example
    • Create an application to make Insert , update , Delete and retrieve operation on the database.

Exercise - 19   Download Example
    • Create an application to read file from the sdcard and display that file content to the screen.

Exercise - 20  Download Example
    • Create an application to draw line on the screen as user drag his finger.

Exercise - 21  Download Example
    • Create an application to send message between two emulators.

Exercise - 22  Download Example
    • Create an application to take picture using native application.

Exercise - 23  Download Example
    • Create an application to pick up any image from the native application gallery and display it on the screen.

Exercise - 24  Download Example
    • 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.