postheadericon Android Practical





Exercise - 01  View 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  View 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  View Example
    • Create login application where you will have to validate EmailID (UserName). Till the username and password is not validated , login button should remain disabled.

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

Exercise - 05  View 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  View Example
    • Understand resource folders :
      • Create spinner with strings taken from resource folder(res >> value folder).
      • On changing spinner value, change image.

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

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

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

Exercise - 10   View 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   View 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   View Example
    • Understanding content providers and permissions:
      • Read phonebook contacts using content providers and display in list.

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

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

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

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

Exercise - 17   View 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   View Example
    • Create an application to read file from the sdcard and display that file content to the screen.

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

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

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

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

Exercise - 24  View 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. 







Total Pageviews

© BipinRupadiya.com. Powered by Blogger.