Android Programming Lab Manual, Lecture notes of Computer Programming

A doc file containing the Android Programming lecture notes.

Typology: Lecture notes

2017/2018

Uploaded on 06/10/2018

himanipujara86
himanipujara86 🇮🇳

3.5

(2)

1 document

1 / 181

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
INDEX
Sr. List of Experiments & Assignments Page Sign
No. No.
1. Setting Up the Development Environment
2. Implement an Android Application that demonstrates the use of
ScrollView for text with HTML formatting
3. To understand Activity, Intent
4. Implement an android application that demonstrates the use of
Alert Box.
5. Implement an android application that demonstrates the use of
Picker.
6. Develop and android application that shows the use of Progress
Dialog and AsyncTask.
7. Develop an android application that demonstrates the use of FAB
(Floating Action Button).
8. Develop an android application that implements Alarm Manager.
9. Implement an Android application to understand the use of HTTP
Client and host.
10. Create an Android application to understand android lifecycle.
11. Publish your Android application on Google Market.
12. Create an application that will change colour of the screen, based
on selected options from the menu.
13. Create an application that will have the use of animation :
1)zoom-in- out 2)Rotation 3) Fade-in-out.
14. Create an application which converts entered text into speech
pf3
pf4
pf5
pf8
pf9
pfa
pfd
pfe
pff
pf12
pf13
pf14
pf15
pf16
pf17
pf18
pf19
pf1a
pf1b
pf1c
pf1d
pf1e
pf1f
pf20
pf21
pf22
pf23
pf24
pf25
pf26
pf27
pf28
pf29
pf2a
pf2b
pf2c
pf2d
pf2e
pf2f
pf30
pf31
pf32
pf33
pf34
pf35
pf36
pf37
pf38
pf39
pf3a
pf3b
pf3c
pf3d
pf3e
pf3f
pf40
pf41
pf42
pf43
pf44
pf45
pf46
pf47
pf48
pf49
pf4a
pf4b
pf4c
pf4d
pf4e
pf4f
pf50
pf51
pf52
pf53
pf54
pf55
pf56
pf57
pf58
pf59
pf5a
pf5b
pf5c
pf5d
pf5e
pf5f
pf60
pf61
pf62
pf63
pf64

Partial preview of the text

Download Android Programming Lab Manual and more Lecture notes Computer Programming in PDF only on Docsity!

INDEX

Sr. List of Experiments & Assignments Page Sign

No. No.

  1. Setting Up the Development Environment
  2. Implement an Android Application that demonstrates the use of ScrollView for text with HTML formatting
  3. To understand Activity, Intent
  4. Implement an android application that demonstrates the use of Alert Box.
  5. Implement an android application that demonstrates the use of Picker.
  6. Develop and android application that shows the use of Progress Dialog and AsyncTask.
  7. Develop an android application that demonstrates the use of FAB (Floating Action Button).
  8. Develop an android application that implements Alarm Manager.
  9. Implement an Android application to understand the use of HTTP Client and host.
  10. Create an Android application to understand android lifecycle.
  11. Publish your Android application on Google Market.
  12. Create an application that will change colour of the screen, based on selected options from the menu.
  13. Create an application that will have the use of animation : 1)zoom-in- out 2)Rotation 3) Fade-in-out.
  14. Create an application which converts entered text into speech
  1. Read phonebook contacts using content providers and display in

list.

  1. Create an application that will play a media file from the memory

card.

  1. Create an application to make Insert , update , Delete and retrieve

operation on the database.

  1. Create an application to display the location and map using

Geocoding.

  1. Create an application that change the color of screen when you

move your phone using Sensor.

  1. Create an application that will turn on, scan all

the devices and

turn off Bluetooth.

  1. Create an application that will use the DOM parsing and JSON

parsing.

  1. After the file has downloaded run the setup file. You will be shown the welcome screen. Press

Next on this screen.

  1. If Jave SE Development Kit (JDK) is not found on your system you will be asked to download it from the Java website. Click on Visit java.oracle.com to install the JDK. Without the JDK you cannot continue with the installation. If you already have JDK installed you can proceed to Step

2

3

After choosing the location where the SDK will be installed press Next.

  1. (^) Next you will be asked to Choose if you want to make a Start Menu Folder. If you do not want to make a Start Menu Folder select the box Do not create shortcuts. If you want to create Start Menu Folder than just click Install.

The Installation will start and after installation you will be asked to press Next button to

proceed to the Finish page where you can decide to Start SDK Manager. We will look at the SDK Manager later first let’s install Android Development Tools in Eclipse.

Installing the ADT Plugin for Eclipse

Follow the steps below to install the ADT plugin in Eclipse:

  1. (^) Eclipse must be installed on your system to proceed further from here. If Eclipse is installed then you can go to Step 2. Otherwise download and install Eclipse from http://java.sun.com/ javase/downloads/index.jsp and go to Step 2.
  2. I use Eclipse 3.6 (Helios). Start Eclipse and then select Help > Install New Software...

5

6

If you have trouble downloading the plugin, try using 'http' in the Location URL, instead of 'https'. Now Click OK.

  1. Next you will be back in the Available Software dialog. In this dialog select the checkbox next

to Developer Tools and click Next.

  1. Eclipse will look for dependencies and then show you the next window. Here you can see a list of the tools to be downloaded. Click Next.
  1. Next you will be shown the license agreements. Read and accept the license agreements,

then click Finish.

  1. After the installation finishes, restart Eclipse.

8

9