20
Welcome to my presentation

IuDiaryFinal

Embed Size (px)

Citation preview

Page 1: IuDiaryFinal

Welcome to

my presentation

Page 2: IuDiaryFinal

Designing and Developing of an Android Application about Islamic University, Kushtia

Submitted byRoll No: 0918015Reg. No:1303Session: 2009-10

Project title

Page 3: IuDiaryFinal

Contents Android System ? Objective of the Project Users of the App Required Tools Design methods & Implementation Future Enhancement Reference

Page 4: IuDiaryFinal

Android System ? Android is a mobile operating system (OS)based on

the Linux kernel and currently developed by Google.

Android is an ecosystem made up of a combination of three components:

A free, open-source operating system for embedded devices

An open-source development platform for creating applications

Devices, particularly mobile phones, that run the Android operating system and the applications created for it

Page 5: IuDiaryFinal

Objective of the Project To develop an Interactive Android app which

provides

The main aim of the project is to provide general information of all teachers of the Islamic University. contains teachers Name, Department name, designation, phone number and e-mail id.

All teachers will be able to communicate with each other but students are only able to send message, e-mail and set up call through the app.

The App provides general information about Islamic University, also provides necessary phone number and photo gallery.

Page 6: IuDiaryFinal

Users of the App All Teachers and Student of Islamic

University.

Employee of Islamic University.

Others Android User.

Page 7: IuDiaryFinal

Required Tools

Compiler: JDK 1.6+ [Java Development Kit] IDE [Eclipse IDE] Android SDK ADT Plugin

Permissions:o android.permission.CALL_PHONE o android.permission.SEND_SMS

Page 8: IuDiaryFinal

Design methods & Implementation

Make an Android Package Named- com.getweb.iudiary

Page 9: IuDiaryFinal

Methods and Implementation(cont.)First of all I made a class named-

MainActivity.java and its xml file activity_main.xml

Main task of this file is to give startup window.

In start up window I have add IU logo as background of startup window.

Page 10: IuDiaryFinal

Methods and Implementation(cont.)Under MainActivity.java Four buttons

named About IU, Our Teachers, IU Gallery and Necessary Phone number added.

Page 11: IuDiaryFinal

Methods and Implementation(cont.)After clicking About IU Button it gives a

new window with some others button.After clicking on general info button it

gives us details information of our Islamic University.

Page 12: IuDiaryFinal

Methods and Implementation(cont.)

When we click our Teachers button then we will get a new window with all Department name in grid view.

Page 13: IuDiaryFinal

Methods and Implementation(cont.)After then clicking specific department

name view, teachers of that department are shown with name and picture .

Page 14: IuDiaryFinal

Methods and Implementation(cont.)Finally when we click specific view of

teachersThen we get the teacher information with

messaging, calling and emailing options.

Page 15: IuDiaryFinal

Implementation(cont.)When we click Necessary phone Number

button then we will get the contact info and phone number with SMS, Call and Email option.

Page 16: IuDiaryFinal

Implementation(cont.)When we click IU Gallery button then we

will get image gallery.

Page 17: IuDiaryFinal

Implementation(cont.)Finally When we click specific image then

we will get the image with name of the place .

Page 18: IuDiaryFinal

Future Work

I want to improve graphical layout of this application.

I want to add more information.

I want to make IOS version of this application

Page 19: IuDiaryFinal

Referencehttp://www.developer.android.com/

http://www.stackoverflow.com/

http://www.vogella.com/

www.youtube.com

Page 20: IuDiaryFinal

Thanks To All