ºÝºÝߣ

ºÝºÝߣShare a Scribd company logo
Applications of location Based
Services in Android Phone
Project guide
Mr. Imran khan, B E,M.Tech
Asst Professor
Dept. of IS&E
Project associates:
Prashanth C.B
Niranjan Murthi B E
Krishna Mohan kumar
Punith J C
Contents
? Feasible solution and system requirements
? System architecture
? Use case Diagram
? Data Flow Diagram
? Sequence Diagram
? Flow Charts
? Activity Diagram
? Modules
? Objectives achieved
FEASIBLE SOLUTION
? Nowadays the location became a new
dimension.
? In The olden days it was not possible to find
the location so easily.
? But as the technology developed the finding of
location became easy using geo location and
android phones.
? It provide easy to get the location based on
longitude and latitude.
? So our project make use of this technology and
developed the app which can be use full for
various situations.
1. Functional Reqiurements:
?User needs to create place.
?After creating place set the profile and
alarm.
?Set the broadcast for particular user.
SYSTEM REQUIREMENTS
2.NON FUNCTIONAL REQIREMENTS:
?Single User system
?Security
?Open System
?Cost Effective
?Availability
?Reliability
System Architecture
Use Case Diagrams
Data Flow Diagram
Sequence Diagram
Flow Chart
Flow chart is refered as ..flow.docx
Activity Diagram
phase
phase
phase
phase
MODULES
These are the following modules come
under this application:
?Setting profile, alarm according to longitude and
latitude.
?Broad casting Messages.
Pseudo code
1.Create Place
sub createplace
ack<=database(longitude,latitude,storedetails)
show(ack);
end createPlace
2.Set Profile
sub setprofile
ack<=database(place,profile,details)
show(ack);
end setprofile
3.Set Alarm
sub setalarm
ack<=database(place,status,details)
show(ack);
end setalarm
4.Broadcast Message
sub broadcastmessage
ack<=database(place,message,conta
ct number,details)
show(ack);
end broadcastmessage
5.Set FIle
sub setfile
result<=file_system(files_list)
ack<=database(result)
viewfiles(ack);
end setfile
Objectivies Achieved
? Created user interface for getting android
location.
?Created user interface for creating place
based on longitude and latitude.
?Created user interface for broadcast
message.
?Created user interface for setting, viewing
files.
?Created user interface for profile
setting.
?Created user interface for setting the
alarm based on place.
QUERIES
THANK YOU

More Related Content

phase