18
Final project proposal 11-332 Rayma wasim 2011-GCUF-20595 11-319 Nadia mushtaq 2011-GCUF-20582

android media player project proposal

Embed Size (px)

Citation preview

Page 1: android media player project proposal

Final project proposal 11-332 Rayma wasim 2011-GCUF-20595

11-319 Nadia mushtaq 2011-GCUF-20582

Page 2: android media player project proposal

Android Introduction…• Android is an operating system based on the Linux

kernel, and designed primarily for touch screen

mobile devices such as Smartphone’s and tablet

computers.

• Android allows users to customize their home

screens with shortcuts to applications and widgets,

which allow users to display live content, such as

emails and weather information, directly on the

home screen.

Page 3: android media player project proposal

• Android is open source and Google releases the

code under the Apache License.

• Android has a large community of developers

writing applications ("apps") that extend the

functionality of devices, written primarily in the Java

programming language

• Android is the world's most widely used smart

phone platform,[overtaking Symbian in the fourth

quarter of 2010. Android is popular with technology

companies who require a ready-made, low-cost,

customizable and lightweight operating system for

high tech devices.

• Despite being primarily designed for phones and

tablets, it also has been used in televisions, games

consoles, digital cameras and other electronics.

Page 4: android media player project proposal

Interface of android…

Page 5: android media player project proposal

• The user interface of Android is based on direct

manipulation, using touch inputs that loosely

correspond to real-world actions, like swiping,

tapping, pinching and reverse pinching to

manipulate on-screen objects.

• Android home screens are typically made up of app

icons and widgets; app icons launch the associated

app, whereas widgets display live, auto updating

content such as the weather forecast, the user's

email inbox, or a news ticker directly on the home

screen.

Page 6: android media player project proposal

Android versions…

Page 7: android media player project proposal

• Android 1.0 (API level 1)

• Android 1.1 (API level 2)

• Android 1.5 Cupcake (API level 3)

• Android 1.6 Donut (API level 4)

• Android 2.0 Éclair (API level 5)

• Android 2.1 Éclair (API level 7)

• Android 2.2–2.2.3 Froyo (API level 8)

• Android 2.3–2.3.2 Gingerbread (API level 9)

• Android 2.3.3–2.3.7 Gingerbread (API level 10)

• Android 3.0 Honeycomb (API level 11)

• Android 3.1 Honeycomb (API level 12)

• Android 3.2 Honeycomb (API level 13)

• Android 4.0–4.0.2 Ice Cream Sandwich (API level 14)

• Android 4.0.3–4.0.4 Ice Cream Sandwich (API level 15)

• Android 4.1 Jelly Bean (API level 16)

• Android 4.2 Jelly Bean (API level 17)

• Android 4.3 Jelly Bean (API level 18)

• Android 4.4 KitKat (API level 19)

Page 8: android media player project proposal

Symbols of android OS..

Page 9: android media player project proposal

Quick excel media player…

Page 10: android media player project proposal

Introduction:Media Player is android application that can

play various audio and video files. To make

use of android os with more public interest

and make it more users friendly so all can

use it. This project is to design and

implement platform independent media

player which can play most of the audio files

like .mp3,.wav etc. and some video files in

addition to view images .

Page 11: android media player project proposal

Purpose:Explains the functional features,

design…

Scope:This application can run anonymously

in any Android based Smart-phones,

not less than version 2.3.5

Page 12: android media player project proposal

Objectives:

• Application will be written using Android

SDK in Java and should run on all Android

OS handsets.

• The application will play audio files with

format of MP3, AAC, 3GP, M4A, MIDI, RTX,

OGG, and WAV.

• The application will play video files with

format of 3GP, MP4, WEBM.

• Background playing options.

• Notification on the home screen.

Page 13: android media player project proposal

Functional requirements:• Android operating system on the

Smartphone.

• The target device should be sound

enabled.

• Ability to play Audio file

• Ability to play Video File

• Welcome Screen

• Main Screen

• Player Screen

Page 14: android media player project proposal

Playlist menu:

• Play

• Stop

• Pause

• Songs list

• Next

• Previous

Page 15: android media player project proposal

Interface of Quick excel media

player:

Page 16: android media player project proposal

Notification and open notification:

Page 17: android media player project proposal

External interface requirements:

• User Interface Tested on:

Android emulator version 4.3

Any device which have android platform

• Hardware Requirement:

Core i3 processor

4 GB RAM

500 GB

• Hard Disk Software Requirement:

Android SDK Manager

Eclipse

ADT(Android Development Tool)

Page 18: android media player project proposal