SlideShare a Scribd company logo
1 of 6
Download to read offline
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976INTERNATIONAL JOURNAL OF COMPUTER ENGINEERING &
6367(Print), ISSN 0976 - 6375(Online), Volume 5, Issue 1, January (2014), © IAEME

TECHNOLOGY (IJCET)

ISSN 0976 – 6367(Print)
ISSN 0976 – 6375(Online)
Volume 5, Issue 1, January (2014), pp. 62-67
© IAEME: www.iaeme.com/ijcet.asp
Journal Impact Factor (2013): 6.1302 (Calculated by GISI)
www.jifactor.com

IJCET
©IAEME

IMPLEMENTATION OF GEO-MESSAGING USING GOOGLE CLOUD
MESSAGING AND LOCATION BASED SERVICES API OF ANDROID
Bindu Priya1,

Dr. N. Chandra Sekhar Reddy2,

Dr. Poshal3,

Ramya Krishna4

1

(IT, Institute of Aeronautical Engineering, India)
(CSE, Institute of Aeronautical Engineering, India)
3
(Mechanical, Institute of Aeronautical Engineering, India)
2, 4

ABSTRACT
In this paper, we are proposing the implementation of Geo-Messaging using Location based
services and Google Cloud Messaging API’s of Android. Geo-Fencing can be defined as the process
of sending messages tied to a location which means the receiver will not get the message until he
enters the vicinity of the specified location. Geo-Fencing can be implemented using Location based
services support provided by the Android platform. Location based services can be pull- based or
push-based services. Pull based services are where the user sends a query to get the results for
example if the user wants to get the nearest petrol bunk he has to send the query as “Where is the
nearest petrol bunk”. Push based services are where the messages will be automatically pushed to the
users based on their location without explicitly requesting/pulling them from the server.
Keywords: Location-Based Services, Geo-Fencing, Android, GCM (Google Cloud Messaging),
GPS.
I. INTRODUCTION
Geo-Fencing is one of the applications of Location based services which is generally used for
proximity marketing or advertising. Geo-Fencing technology uses the GPS (Global Positioning
System) to select the geographical boundaries. Geo-Fencing uses the location based services to
retrieve the current location of the user/customer.
Geo-Fencing has many practical uses. For example if a customer has downloaded a geo
fencing app which sends alert messages either in the form of text messages or as email alerts then
whenever the customer comes to that boundary of the location then the customer will receive some
discounted coupon codes of the restaurant. Another use case for the usage of Geo Fencing is where a
student smart card will send an alert to the security guard if a student tries to enter a restricted area.
62
International Journal of Computer Engineering and Technology (IJCET), ISSN 09766367(Print), ISSN 0976 - 6375(Online), Volume 5, Issue 1, January (2014), © IAEME
Location based personalized recommendations makes sense when they are provided through
a mobile application where the user can look up when he requires. Mobile analytics applications
offers key trends in mobile data usage which in turn helps the service providers and users to receive
right recommendations at the right time.
Geo-Fencing unlocks a new world of innovative applications to create location aware smart
apps in a non-intuitive way. Geo-Fence can be created by specifying the boundaries on the Google
Maps or location-based
This paper presents a mobile application that sends messages to the users at the right time
personalized to their needs and contextualized to the device location.
II. BACKGROUND/RELATED WORK
For determining the location of the user automatically there are various mechanisms available
and are in use today. These techniques are classified into two types, one which is suitable for finding
location in outdoor environments and the other one that is suitable for finding location in indoor
environments.
Capturing the location of the user in outdoor environments can be done in three ways: one is
finding the location based on the mobile device built in capability i.e., using GPS, second is finding
the location based using the mobile cellular network and the third way is to use the combination of
both the above two techniques.
The first technique to determine the user location is through GPS, GPS captures the signals
from the satellites to capture the location information. It gives highly accurate location information
and doesn’t require any additional infrastructure to use it. It provides enhanced privacy to the user.
However this technique doesn’t work in indoor environments and there will be some delay in
computing the user location.
The second technique used to determine the user location is through the Cell ID of the
cellular network. This technique uses the location of the base station of the network operator to find
the location of the user. It is a low cost mechanism and there is no modification required to the
mobile handset. However the accuracy of the location is low when compared to the GPS technique.
The third approach to determine the user location is using the combination of the above two
approaches. Assisted GPS is the hybrid approach of this category, in this technique GPS receivers
are rooted in the mobile cellular network which helps in assisting to get the location information by
reducing the computing burden.
Apart from GPS most of the other techniques are not widely implemented. Regarding the
indoor techniques to find the user location of mobile handset are difficult to implement as there is no
sight with the satellites. Indoor techniques are mostly suited to laptop and desktop users where the
location information can be fetched from Infrared or Bluetooth or Wi-Fi.
Hightower and Borriello (2001) gave six attributes to distinguish the techniques to determine the
location. The six attributes are:
•

Physical position and Symbolic Location: GPS receiver gives the physical position in terms
of Latitude and longitude values, whereas the symbolic location indicates the target device
being in some nearby place or in a room.

•

Absolute vs. Relative: Absolute location gives the exact the location of the handset in terms
of latitude and longitude. Relative location gives the location with reference to other objects.

63
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976
09766367(Print), ISSN 0976 - 6375(Online), Volume 5, Issue 1, January (2014), © IAEME
•

Localized location computation: In Assisted GPS systems, the handset takes the
information supplied by the network to compute its own position. This provides privacy
position.
because no other object knows the location of the device until the device reveals this
information.

•

Accuracy and Precision: The location tracking system should give an accurate position
The
details instead of locating the position within 10mts of the destination. Precision refers to
how often the system is recording the accurate position.

•

Scale: Scale refers to the area size within which the object location is achievable. Hightower
and Borriello (2001) recommend assessing scale in terms of the coverage area per unit of
riello
infrastructure and the number of objects that can be located per unit.

•

Cost: Different location sensing systems vary in their costs. There are lot of costs involved in
using a location sensing system like time costs, maintenance costs and space costs.

III. PROPOSED SYSTEM
,
In our proposed system, we are developing an application to send messages to the students
who enter the vicinity of the college. Messages can be related to the latest happenings in the college
or some kind of important notifications. These messages will be send only if the student is in the
college vicinity, once the student goes out of the college area notifications will no longer be sent to
the student.
In order to implement this we are using two API’s of Google Android Platform, one is Geo
GeoFencing API to set the boundaries of the location that we want to use to track the students entry and
exit. The second API is Google Cloud Messaging API which is used to push the messages sent by
the server to the devices.
System Architecture

64
International Journal of Computer Engineering and Technology (IJCET), ISSN 09766367(Print), ISSN 0976 - 6375(Online), Volume 5, Issue 1, January (2014), © IAEME
The workflow of the architecture contains three main components of the application. They
are:
•

Google Connection server which is used as the push server which can push the
messages to the user devices. This receives the notification messages and the location
boundaries of the area to the connection server.

•

Application Server side code is used for sending the messages/updates to the GCM
Connection server.

•

Client Application which runs on the user device and receives the notifications from
the Google Connection server.

In order to receive the notifications from the Google Connection server to the client
application, first the client device has to register itself to the connection server. Registration of the
device can be done programmatically using the Google Cloud Messaging API method register
().The server side code should send the notification messages along with the Latitude and Longitude
information to the Google connection server. Once the GCM server receives the messages it will
push the messages to all the devices registered with it. But the notification message gets displayed to
the user only when he is in the boundary of the given location.
Setting the boundary for pushing the messages can be implemented using the Geo-Fencing
API of Android where the entry and exit by setting the latitude, longitude and radius of the location.
Geofence is generally treated as an area rather than as proximity by the location services. We can
handle both the entry and exit events of Geofence to keep track of the user movement.
In the client application, first the user device has to register with the GCM connection server to
receive the notifications. In order to register the device first we have to create Google API project
and enable the GCM service for it. Using this GCM service we have to create Project ID and API
Key. Getting the Registration ID for the device using the GCM API method as below:

Once the registration ID is received, send the registration ID to the server. Once the server
has the device registration ID’s then it starts sending the notifications to the GCM connection server
and in turn it sends them to the client device.
Once the notification reaches the client application, then the client application will check
whether the device is in the proximity of the location that is set by the server, if it is in the vicinity of
the location then it displays the message to the user, otherwise it will not display the message.
65
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976
09766367(Print), ISSN 0976 - 6375(Online), Volume 5, Issue 1, January (2014), © IAEME

For setting the Geofence in the client application first we have set the permissions in the
device to capture the location. These permissions are to be configured in the AndroidManifest.xml
configured
file as below

Once the location latitude, longitude and radius are identified, then we can add the geofence
using Pending Intent. As soon as the geofence is created then the device starts displaying the
notifications whenever the user enters or exits that location. Below is the screenshot of the
Notifications received when the user enters the premises of IARE College.

66
International Journal of Computer Engineering and Technology (IJCET), ISSN 09766367(Print), ISSN 0976 - 6375(Online), Volume 5, Issue 1, January (2014), © IAEME
IV. CONCLUSION
In the age of smartphones, location based personalized recommendations based on the user’s
needs help the businesses to reach their customers and improve their profits. This paper presents an
application that uses the device tracking ability and sending the notifications based on the location in
which the device is present. The Location Based services helps the user to find the nearest places like
Hospitals, petrol Bunks, schools and etc., whereas the Google Cloud messaging is the cost free
approach to send the notifications to any number of devices without incurring any operator charges.
V. FUTURE SCOPE
The near future holds a bundle of smart applications that gain from location based services
and their personalized recommendations. Location based gaming like gaming through mobile
applications for large gathering in shopping mall, social media connectivity and identifying the
unauthorized entry of the people into restricted areas are seen as the future of Location based
services. Undoubtedly, location based real time analytics is way to go.
REFERENCES
[1]
[2]
[3]
[4]

[5]

[6]

[7]

D'Roza, T., and Bilchev, G. An overview of location-based services. BT Technology Journal
21, 1 (2003),20_27
Amit Kushwaha and Vineet Kushwaha, Location Based Services using Android
MobileOperating System. IJAET.March 2011
Adams P, Ashwell G and Baxter R (2003) Location-based services – an overview of the
standards. BT TechnologyJournal 21(1): 34-43
Norris A (2003) Hide and seek: Location-based services are heading for the UK. The
Guardian, February 6, accessedJune 1, 2003,
http://www.guardian.co.uk/online/mobilematters/story/0,12454,889408,00.html
Anirudha A. Kolpyakwar, Sonal Honale, Piyush M. Dhande and Pallavi A. Chaudhari, “A
Review on Cloud-Based Intrusion Detection System for Android Smartphones”, International
Journal of Advanced Research in Engineering & Technology (IJARET), Volume 4, Issue 6,
2013, pp. 238 - 245, ISSN Print: 0976-6480, ISSN Online: 0976-6499.
Isak Shabani and Amir Kovaçi, “Communication Between Distributed Systems using Google
Infrastructure”, International Journal of Computer Engineering & Technology (IJCET),
Volume 4, Issue 6, 2013, pp. 386 - 393, ISSN Print: 0976 – 6367, ISSN Online: 0976 – 6375.
[Online] developer.android.com

67

More Related Content

What's hot

Ijarcet vol-2-issue-3-947-950
Ijarcet vol-2-issue-3-947-950Ijarcet vol-2-issue-3-947-950
Ijarcet vol-2-issue-3-947-950Editor IJARCET
 
User Activity Analysis Using Accelerometer and Cloud Computing
User Activity Analysis Using Accelerometer and Cloud ComputingUser Activity Analysis Using Accelerometer and Cloud Computing
User Activity Analysis Using Accelerometer and Cloud ComputingMarwan Issa
 
Assistance Application for Visually Impaired - VISION
Assistance Application for Visually  Impaired - VISIONAssistance Application for Visually  Impaired - VISION
Assistance Application for Visually Impaired - VISIONIJSRED
 
FUSION OF GAIT AND FINGERPRINT FOR USER AUTHENTICATION ON MOBILE DEVICES
FUSION OF GAIT AND FINGERPRINT FOR USER AUTHENTICATION ON MOBILE DEVICESFUSION OF GAIT AND FINGERPRINT FOR USER AUTHENTICATION ON MOBILE DEVICES
FUSION OF GAIT AND FINGERPRINT FOR USER AUTHENTICATION ON MOBILE DEVICESvasim hasina
 
Fingerprint indoor positioning based on user orientations and minimum computa...
Fingerprint indoor positioning based on user orientations and minimum computa...Fingerprint indoor positioning based on user orientations and minimum computa...
Fingerprint indoor positioning based on user orientations and minimum computa...TELKOMNIKA JOURNAL
 
An Improved Tracking Using IMU and Vision Fusion for Mobile Augmented Reality...
An Improved Tracking Using IMU and Vision Fusion for Mobile Augmented Reality...An Improved Tracking Using IMU and Vision Fusion for Mobile Augmented Reality...
An Improved Tracking Using IMU and Vision Fusion for Mobile Augmented Reality...ijma
 
Vehicle Monitoring System based On IOT, Using 4G/LTE
Vehicle Monitoring System based On IOT, Using 4G/LTEVehicle Monitoring System based On IOT, Using 4G/LTE
Vehicle Monitoring System based On IOT, Using 4G/LTEDr. Amarjeet Singh
 
IRJET= Air Writing: Gesture Recognition using Ultrasound Sensors and Grid-Eye...
IRJET= Air Writing: Gesture Recognition using Ultrasound Sensors and Grid-Eye...IRJET= Air Writing: Gesture Recognition using Ultrasound Sensors and Grid-Eye...
IRJET= Air Writing: Gesture Recognition using Ultrasound Sensors and Grid-Eye...IRJET Journal
 
IRJET- Real Time Implementation of Air Writing
IRJET- Real Time Implementation of  Air WritingIRJET- Real Time Implementation of  Air Writing
IRJET- Real Time Implementation of Air WritingIRJET Journal
 
FUSION BASED MULTIMODAL AUTHENTICATION IN BIOMETRICS USING CONTEXT-SENSITIVE ...
FUSION BASED MULTIMODAL AUTHENTICATION IN BIOMETRICS USING CONTEXT-SENSITIVE ...FUSION BASED MULTIMODAL AUTHENTICATION IN BIOMETRICS USING CONTEXT-SENSITIVE ...
FUSION BASED MULTIMODAL AUTHENTICATION IN BIOMETRICS USING CONTEXT-SENSITIVE ...cscpconf
 
An Algorithm for In-Place Vision-Based Skewed 1D Barcode Scanning in the Cloud
An Algorithm for In-Place Vision-Based Skewed 1D Barcode Scanning in the CloudAn Algorithm for In-Place Vision-Based Skewed 1D Barcode Scanning in the Cloud
An Algorithm for In-Place Vision-Based Skewed 1D Barcode Scanning in the CloudVladimir Kulyukin
 
A Smart Target Detection System using Fuzzy Logic and Background Subtraction
A Smart Target Detection System using Fuzzy Logic and Background SubtractionA Smart Target Detection System using Fuzzy Logic and Background Subtraction
A Smart Target Detection System using Fuzzy Logic and Background SubtractionIRJET Journal
 
M phil-computer-science-biometric-system-projects
M phil-computer-science-biometric-system-projectsM phil-computer-science-biometric-system-projects
M phil-computer-science-biometric-system-projectsVijay Karan
 
Explaining Aluminous Ascientification Of Significance Examples Of Personal St...
Explaining Aluminous Ascientification Of Significance Examples Of Personal St...Explaining Aluminous Ascientification Of Significance Examples Of Personal St...
Explaining Aluminous Ascientification Of Significance Examples Of Personal St...SubmissionResearchpa
 
IRJET- Advance Driver Assistance System using Artificial Intelligence
IRJET- Advance Driver Assistance System using Artificial IntelligenceIRJET- Advance Driver Assistance System using Artificial Intelligence
IRJET- Advance Driver Assistance System using Artificial IntelligenceIRJET Journal
 
IRJET- A Smart Personal AI Assistant for Visually Impaired People: A Survey
IRJET-  	  A Smart Personal AI Assistant for Visually Impaired People: A SurveyIRJET-  	  A Smart Personal AI Assistant for Visually Impaired People: A Survey
IRJET- A Smart Personal AI Assistant for Visually Impaired People: A SurveyIRJET Journal
 

What's hot (20)

Ijarcet vol-2-issue-3-947-950
Ijarcet vol-2-issue-3-947-950Ijarcet vol-2-issue-3-947-950
Ijarcet vol-2-issue-3-947-950
 
User Activity Analysis Using Accelerometer and Cloud Computing
User Activity Analysis Using Accelerometer and Cloud ComputingUser Activity Analysis Using Accelerometer and Cloud Computing
User Activity Analysis Using Accelerometer and Cloud Computing
 
184
184184
184
 
Assistance Application for Visually Impaired - VISION
Assistance Application for Visually  Impaired - VISIONAssistance Application for Visually  Impaired - VISION
Assistance Application for Visually Impaired - VISION
 
FUSION OF GAIT AND FINGERPRINT FOR USER AUTHENTICATION ON MOBILE DEVICES
FUSION OF GAIT AND FINGERPRINT FOR USER AUTHENTICATION ON MOBILE DEVICESFUSION OF GAIT AND FINGERPRINT FOR USER AUTHENTICATION ON MOBILE DEVICES
FUSION OF GAIT AND FINGERPRINT FOR USER AUTHENTICATION ON MOBILE DEVICES
 
Fingerprint indoor positioning based on user orientations and minimum computa...
Fingerprint indoor positioning based on user orientations and minimum computa...Fingerprint indoor positioning based on user orientations and minimum computa...
Fingerprint indoor positioning based on user orientations and minimum computa...
 
An Improved Tracking Using IMU and Vision Fusion for Mobile Augmented Reality...
An Improved Tracking Using IMU and Vision Fusion for Mobile Augmented Reality...An Improved Tracking Using IMU and Vision Fusion for Mobile Augmented Reality...
An Improved Tracking Using IMU and Vision Fusion for Mobile Augmented Reality...
 
Indoor Navigation
Indoor NavigationIndoor Navigation
Indoor Navigation
 
Vehicle Monitoring System based On IOT, Using 4G/LTE
Vehicle Monitoring System based On IOT, Using 4G/LTEVehicle Monitoring System based On IOT, Using 4G/LTE
Vehicle Monitoring System based On IOT, Using 4G/LTE
 
IRJET= Air Writing: Gesture Recognition using Ultrasound Sensors and Grid-Eye...
IRJET= Air Writing: Gesture Recognition using Ultrasound Sensors and Grid-Eye...IRJET= Air Writing: Gesture Recognition using Ultrasound Sensors and Grid-Eye...
IRJET= Air Writing: Gesture Recognition using Ultrasound Sensors and Grid-Eye...
 
Paper
PaperPaper
Paper
 
IRJET- Real Time Implementation of Air Writing
IRJET- Real Time Implementation of  Air WritingIRJET- Real Time Implementation of  Air Writing
IRJET- Real Time Implementation of Air Writing
 
FUSION BASED MULTIMODAL AUTHENTICATION IN BIOMETRICS USING CONTEXT-SENSITIVE ...
FUSION BASED MULTIMODAL AUTHENTICATION IN BIOMETRICS USING CONTEXT-SENSITIVE ...FUSION BASED MULTIMODAL AUTHENTICATION IN BIOMETRICS USING CONTEXT-SENSITIVE ...
FUSION BASED MULTIMODAL AUTHENTICATION IN BIOMETRICS USING CONTEXT-SENSITIVE ...
 
Gesture phones final
Gesture phones  finalGesture phones  final
Gesture phones final
 
An Algorithm for In-Place Vision-Based Skewed 1D Barcode Scanning in the Cloud
An Algorithm for In-Place Vision-Based Skewed 1D Barcode Scanning in the CloudAn Algorithm for In-Place Vision-Based Skewed 1D Barcode Scanning in the Cloud
An Algorithm for In-Place Vision-Based Skewed 1D Barcode Scanning in the Cloud
 
A Smart Target Detection System using Fuzzy Logic and Background Subtraction
A Smart Target Detection System using Fuzzy Logic and Background SubtractionA Smart Target Detection System using Fuzzy Logic and Background Subtraction
A Smart Target Detection System using Fuzzy Logic and Background Subtraction
 
M phil-computer-science-biometric-system-projects
M phil-computer-science-biometric-system-projectsM phil-computer-science-biometric-system-projects
M phil-computer-science-biometric-system-projects
 
Explaining Aluminous Ascientification Of Significance Examples Of Personal St...
Explaining Aluminous Ascientification Of Significance Examples Of Personal St...Explaining Aluminous Ascientification Of Significance Examples Of Personal St...
Explaining Aluminous Ascientification Of Significance Examples Of Personal St...
 
IRJET- Advance Driver Assistance System using Artificial Intelligence
IRJET- Advance Driver Assistance System using Artificial IntelligenceIRJET- Advance Driver Assistance System using Artificial Intelligence
IRJET- Advance Driver Assistance System using Artificial Intelligence
 
IRJET- A Smart Personal AI Assistant for Visually Impaired People: A Survey
IRJET-  	  A Smart Personal AI Assistant for Visually Impaired People: A SurveyIRJET-  	  A Smart Personal AI Assistant for Visually Impaired People: A Survey
IRJET- A Smart Personal AI Assistant for Visually Impaired People: A Survey
 

Viewers also liked

Happy Xmas...
Happy Xmas...Happy Xmas...
Happy Xmas...cab3032
 
New IT Steps to Accelerate Agility
New IT Steps to Accelerate AgilityNew IT Steps to Accelerate Agility
New IT Steps to Accelerate AgilityWSO2
 
Una Identidad Visual Para
Una Identidad Visual ParaUna Identidad Visual Para
Una Identidad Visual ParaFrancisco Cova
 
Desafios dos sistemas de informação para passageiros de ônibus
Desafios dos sistemas de informação para passageiros de ônibusDesafios dos sistemas de informação para passageiros de ônibus
Desafios dos sistemas de informação para passageiros de ônibusRodolfo Guidi
 
Inhaltsverzeichnis: amzn.to/emailBuch
Inhaltsverzeichnis: amzn.to/emailBuchInhaltsverzeichnis: amzn.to/emailBuch
Inhaltsverzeichnis: amzn.to/emailBuchRene Kulka
 
Infinity is Forever
Infinity is ForeverInfinity is Forever
Infinity is Forevercmachin
 

Viewers also liked (7)

Happy Xmas...
Happy Xmas...Happy Xmas...
Happy Xmas...
 
Unit 24 Oral Task
Unit 24 Oral TaskUnit 24 Oral Task
Unit 24 Oral Task
 
New IT Steps to Accelerate Agility
New IT Steps to Accelerate AgilityNew IT Steps to Accelerate Agility
New IT Steps to Accelerate Agility
 
Una Identidad Visual Para
Una Identidad Visual ParaUna Identidad Visual Para
Una Identidad Visual Para
 
Desafios dos sistemas de informação para passageiros de ônibus
Desafios dos sistemas de informação para passageiros de ônibusDesafios dos sistemas de informação para passageiros de ônibus
Desafios dos sistemas de informação para passageiros de ônibus
 
Inhaltsverzeichnis: amzn.to/emailBuch
Inhaltsverzeichnis: amzn.to/emailBuchInhaltsverzeichnis: amzn.to/emailBuch
Inhaltsverzeichnis: amzn.to/emailBuch
 
Infinity is Forever
Infinity is ForeverInfinity is Forever
Infinity is Forever
 

Similar to 50120140501008

Iaetsd location-based services using autonomous gps
Iaetsd location-based services using autonomous gpsIaetsd location-based services using autonomous gps
Iaetsd location-based services using autonomous gpsIaetsd Iaetsd
 
Android application to locate and track mobile phones(aaltm) an implementati...
Android application to locate and track mobile phones(aaltm)  an implementati...Android application to locate and track mobile phones(aaltm)  an implementati...
Android application to locate and track mobile phones(aaltm) an implementati...eSAT Journals
 
Geo location based augmented reality application
Geo location based augmented reality applicationGeo location based augmented reality application
Geo location based augmented reality applicationeSAT Journals
 
Smart Way to Track the Location in Android Operating System
Smart Way to Track the Location in Android Operating SystemSmart Way to Track the Location in Android Operating System
Smart Way to Track the Location in Android Operating SystemIOSR Journals
 
Design and Implementation for Trucks Tracking System Using GPS Based on Seman...
Design and Implementation for Trucks Tracking System Using GPS Based on Seman...Design and Implementation for Trucks Tracking System Using GPS Based on Seman...
Design and Implementation for Trucks Tracking System Using GPS Based on Seman...ijtsrd
 
Mobile Device Application to locate an Interest Point using Google Maps
Mobile Device Application to locate an Interest Point using Google MapsMobile Device Application to locate an Interest Point using Google Maps
Mobile Device Application to locate an Interest Point using Google MapsEditor IJCATR
 
IRJET- Get2School : An Android Application to Track School Location
IRJET-  	  Get2School : An Android Application to Track School LocationIRJET-  	  Get2School : An Android Application to Track School Location
IRJET- Get2School : An Android Application to Track School LocationIRJET Journal
 
A change of profile based on location
A change of profile based on locationA change of profile based on location
A change of profile based on locationeSAT Journals
 
A Review On Pocket Ambulance : Emergency Service
A Review On Pocket Ambulance : Emergency ServiceA Review On Pocket Ambulance : Emergency Service
A Review On Pocket Ambulance : Emergency ServiceIRJET Journal
 
Smart Geo-Fencing Based reminder services on To-Do-List
Smart Geo-Fencing Based reminder services on To-Do-ListSmart Geo-Fencing Based reminder services on To-Do-List
Smart Geo-Fencing Based reminder services on To-Do-ListIRJET Journal
 
Location-based Technologies Explained
Location-based Technologies ExplainedLocation-based Technologies Explained
Location-based Technologies ExplainedTechAhead
 
A mobile monitoring and alert sms system with remote configuration – a case s...
A mobile monitoring and alert sms system with remote configuration – a case s...A mobile monitoring and alert sms system with remote configuration – a case s...
A mobile monitoring and alert sms system with remote configuration – a case s...Editor Jacotech
 
A mobile monitoring and alert sms system with remote configuration – a case s...
A mobile monitoring and alert sms system with remote configuration – a case s...A mobile monitoring and alert sms system with remote configuration – a case s...
A mobile monitoring and alert sms system with remote configuration – a case s...Editor Jacotech
 
IRJET- University Campus Event Navigation System
IRJET-  	  University Campus Event Navigation System   IRJET-  	  University Campus Event Navigation System
IRJET- University Campus Event Navigation System IRJET Journal
 
Smart Shoe for Route Tracking
Smart Shoe for Route TrackingSmart Shoe for Route Tracking
Smart Shoe for Route TrackingIRJET Journal
 
Location Based Services, Change in Profile and Notification
Location Based Services, Change in Profile and Notification Location Based Services, Change in Profile and Notification
Location Based Services, Change in Profile and Notification IRJET Journal
 
Implementation of Recommendation on Location Based Services
Implementation of Recommendation on Location Based ServicesImplementation of Recommendation on Location Based Services
Implementation of Recommendation on Location Based Servicesijtsrd
 

Similar to 50120140501008 (20)

50120140501008
5012014050100850120140501008
50120140501008
 
Iaetsd location-based services using autonomous gps
Iaetsd location-based services using autonomous gpsIaetsd location-based services using autonomous gps
Iaetsd location-based services using autonomous gps
 
Android application to locate and track mobile phones(aaltm) an implementati...
Android application to locate and track mobile phones(aaltm)  an implementati...Android application to locate and track mobile phones(aaltm)  an implementati...
Android application to locate and track mobile phones(aaltm) an implementati...
 
[IJET-V1I3P1] Authors :Sayli Nikumbh,Suchal Gujarathi,Shubham Pawar,S.P.Pingat
[IJET-V1I3P1] Authors :Sayli Nikumbh,Suchal Gujarathi,Shubham Pawar,S.P.Pingat[IJET-V1I3P1] Authors :Sayli Nikumbh,Suchal Gujarathi,Shubham Pawar,S.P.Pingat
[IJET-V1I3P1] Authors :Sayli Nikumbh,Suchal Gujarathi,Shubham Pawar,S.P.Pingat
 
Geo location based augmented reality application
Geo location based augmented reality applicationGeo location based augmented reality application
Geo location based augmented reality application
 
Smart Way to Track the Location in Android Operating System
Smart Way to Track the Location in Android Operating SystemSmart Way to Track the Location in Android Operating System
Smart Way to Track the Location in Android Operating System
 
Design and Implementation for Trucks Tracking System Using GPS Based on Seman...
Design and Implementation for Trucks Tracking System Using GPS Based on Seman...Design and Implementation for Trucks Tracking System Using GPS Based on Seman...
Design and Implementation for Trucks Tracking System Using GPS Based on Seman...
 
My Places
My PlacesMy Places
My Places
 
Mobile Device Application to locate an Interest Point using Google Maps
Mobile Device Application to locate an Interest Point using Google MapsMobile Device Application to locate an Interest Point using Google Maps
Mobile Device Application to locate an Interest Point using Google Maps
 
IRJET- Get2School : An Android Application to Track School Location
IRJET-  	  Get2School : An Android Application to Track School LocationIRJET-  	  Get2School : An Android Application to Track School Location
IRJET- Get2School : An Android Application to Track School Location
 
A change of profile based on location
A change of profile based on locationA change of profile based on location
A change of profile based on location
 
A Review On Pocket Ambulance : Emergency Service
A Review On Pocket Ambulance : Emergency ServiceA Review On Pocket Ambulance : Emergency Service
A Review On Pocket Ambulance : Emergency Service
 
Smart Geo-Fencing Based reminder services on To-Do-List
Smart Geo-Fencing Based reminder services on To-Do-ListSmart Geo-Fencing Based reminder services on To-Do-List
Smart Geo-Fencing Based reminder services on To-Do-List
 
Location-based Technologies Explained
Location-based Technologies ExplainedLocation-based Technologies Explained
Location-based Technologies Explained
 
A mobile monitoring and alert sms system with remote configuration – a case s...
A mobile monitoring and alert sms system with remote configuration – a case s...A mobile monitoring and alert sms system with remote configuration – a case s...
A mobile monitoring and alert sms system with remote configuration – a case s...
 
A mobile monitoring and alert sms system with remote configuration – a case s...
A mobile monitoring and alert sms system with remote configuration – a case s...A mobile monitoring and alert sms system with remote configuration – a case s...
A mobile monitoring and alert sms system with remote configuration – a case s...
 
IRJET- University Campus Event Navigation System
IRJET-  	  University Campus Event Navigation System   IRJET-  	  University Campus Event Navigation System
IRJET- University Campus Event Navigation System
 
Smart Shoe for Route Tracking
Smart Shoe for Route TrackingSmart Shoe for Route Tracking
Smart Shoe for Route Tracking
 
Location Based Services, Change in Profile and Notification
Location Based Services, Change in Profile and Notification Location Based Services, Change in Profile and Notification
Location Based Services, Change in Profile and Notification
 
Implementation of Recommendation on Location Based Services
Implementation of Recommendation on Location Based ServicesImplementation of Recommendation on Location Based Services
Implementation of Recommendation on Location Based Services
 

More from IAEME Publication

IAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME Publication
 
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...IAEME Publication
 
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSA STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSIAEME Publication
 
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSBROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSIAEME Publication
 
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSDETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSIAEME Publication
 
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSIAEME Publication
 
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOVOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOIAEME Publication
 
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IAEME Publication
 
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYVISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYIAEME Publication
 
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...IAEME Publication
 
GANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEGANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEIAEME Publication
 
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...IAEME Publication
 
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...IAEME Publication
 
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...IAEME Publication
 
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...IAEME Publication
 
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...IAEME Publication
 
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...IAEME Publication
 
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...IAEME Publication
 
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...IAEME Publication
 
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTA MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTIAEME Publication
 

More from IAEME Publication (20)

IAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdf
 
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
 
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSA STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
 
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSBROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
 
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSDETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
 
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
 
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOVOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
 
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
 
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYVISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
 
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
 
GANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEGANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICE
 
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
 
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
 
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
 
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
 
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
 
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
 
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
 
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
 
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTA MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
 

Recently uploaded

UiPath Platform: The Backend Engine Powering Your Automation - Session 1
UiPath Platform: The Backend Engine Powering Your Automation - Session 1UiPath Platform: The Backend Engine Powering Your Automation - Session 1
UiPath Platform: The Backend Engine Powering Your Automation - Session 1DianaGray10
 
ADOPTING WEB 3 FOR YOUR BUSINESS: A STEP-BY-STEP GUIDE
ADOPTING WEB 3 FOR YOUR BUSINESS: A STEP-BY-STEP GUIDEADOPTING WEB 3 FOR YOUR BUSINESS: A STEP-BY-STEP GUIDE
ADOPTING WEB 3 FOR YOUR BUSINESS: A STEP-BY-STEP GUIDELiveplex
 
Building AI-Driven Apps Using Semantic Kernel.pptx
Building AI-Driven Apps Using Semantic Kernel.pptxBuilding AI-Driven Apps Using Semantic Kernel.pptx
Building AI-Driven Apps Using Semantic Kernel.pptxUdaiappa Ramachandran
 
Nanopower In Semiconductor Industry.pdf
Nanopower  In Semiconductor Industry.pdfNanopower  In Semiconductor Industry.pdf
Nanopower In Semiconductor Industry.pdfPedro Manuel
 
activity_diagram_combine_v4_20190827.pdfactivity_diagram_combine_v4_20190827.pdf
activity_diagram_combine_v4_20190827.pdfactivity_diagram_combine_v4_20190827.pdfactivity_diagram_combine_v4_20190827.pdfactivity_diagram_combine_v4_20190827.pdf
activity_diagram_combine_v4_20190827.pdfactivity_diagram_combine_v4_20190827.pdfJamie (Taka) Wang
 
IaC & GitOps in a Nutshell - a FridayInANuthshell Episode.pdf
IaC & GitOps in a Nutshell - a FridayInANuthshell Episode.pdfIaC & GitOps in a Nutshell - a FridayInANuthshell Episode.pdf
IaC & GitOps in a Nutshell - a FridayInANuthshell Episode.pdfDaniel Santiago Silva Capera
 
Linked Data in Production: Moving Beyond Ontologies
Linked Data in Production: Moving Beyond OntologiesLinked Data in Production: Moving Beyond Ontologies
Linked Data in Production: Moving Beyond OntologiesDavid Newbury
 
VoIP Service and Marketing using Odoo and Asterisk PBX
VoIP Service and Marketing using Odoo and Asterisk PBXVoIP Service and Marketing using Odoo and Asterisk PBX
VoIP Service and Marketing using Odoo and Asterisk PBXTarek Kalaji
 
UiPath Solutions Management Preview - Northern CA Chapter - March 22.pdf
UiPath Solutions Management Preview - Northern CA Chapter - March 22.pdfUiPath Solutions Management Preview - Northern CA Chapter - March 22.pdf
UiPath Solutions Management Preview - Northern CA Chapter - March 22.pdfDianaGray10
 
COMPUTER 10 Lesson 8 - Building a Website
COMPUTER 10 Lesson 8 - Building a WebsiteCOMPUTER 10 Lesson 8 - Building a Website
COMPUTER 10 Lesson 8 - Building a Websitedgelyza
 
COMPUTER 10: Lesson 7 - File Storage and Online Collaboration
COMPUTER 10: Lesson 7 - File Storage and Online CollaborationCOMPUTER 10: Lesson 7 - File Storage and Online Collaboration
COMPUTER 10: Lesson 7 - File Storage and Online Collaborationbruanjhuli
 
Introduction to Matsuo Laboratory (ENG).pptx
Introduction to Matsuo Laboratory (ENG).pptxIntroduction to Matsuo Laboratory (ENG).pptx
Introduction to Matsuo Laboratory (ENG).pptxMatsuo Lab
 
Machine Learning Model Validation (Aijun Zhang 2024).pdf
Machine Learning Model Validation (Aijun Zhang 2024).pdfMachine Learning Model Validation (Aijun Zhang 2024).pdf
Machine Learning Model Validation (Aijun Zhang 2024).pdfAijun Zhang
 
Basic Building Blocks of Internet of Things.
Basic Building Blocks of Internet of Things.Basic Building Blocks of Internet of Things.
Basic Building Blocks of Internet of Things.YounusS2
 
Apres-Cyber - The Data Dilemma: Bridging Offensive Operations and Machine Lea...
Apres-Cyber - The Data Dilemma: Bridging Offensive Operations and Machine Lea...Apres-Cyber - The Data Dilemma: Bridging Offensive Operations and Machine Lea...
Apres-Cyber - The Data Dilemma: Bridging Offensive Operations and Machine Lea...Will Schroeder
 
Empowering Africa's Next Generation: The AI Leadership Blueprint
Empowering Africa's Next Generation: The AI Leadership BlueprintEmpowering Africa's Next Generation: The AI Leadership Blueprint
Empowering Africa's Next Generation: The AI Leadership BlueprintMahmoud Rabie
 
UiPath Community: AI for UiPath Automation Developers
UiPath Community: AI for UiPath Automation DevelopersUiPath Community: AI for UiPath Automation Developers
UiPath Community: AI for UiPath Automation DevelopersUiPathCommunity
 
How Accurate are Carbon Emissions Projections?
How Accurate are Carbon Emissions Projections?How Accurate are Carbon Emissions Projections?
How Accurate are Carbon Emissions Projections?IES VE
 
AI Fame Rush Review – Virtual Influencer Creation In Just Minutes
AI Fame Rush Review – Virtual Influencer Creation In Just MinutesAI Fame Rush Review – Virtual Influencer Creation In Just Minutes
AI Fame Rush Review – Virtual Influencer Creation In Just MinutesMd Hossain Ali
 

Recently uploaded (20)

UiPath Platform: The Backend Engine Powering Your Automation - Session 1
UiPath Platform: The Backend Engine Powering Your Automation - Session 1UiPath Platform: The Backend Engine Powering Your Automation - Session 1
UiPath Platform: The Backend Engine Powering Your Automation - Session 1
 
20230104 - machine vision
20230104 - machine vision20230104 - machine vision
20230104 - machine vision
 
ADOPTING WEB 3 FOR YOUR BUSINESS: A STEP-BY-STEP GUIDE
ADOPTING WEB 3 FOR YOUR BUSINESS: A STEP-BY-STEP GUIDEADOPTING WEB 3 FOR YOUR BUSINESS: A STEP-BY-STEP GUIDE
ADOPTING WEB 3 FOR YOUR BUSINESS: A STEP-BY-STEP GUIDE
 
Building AI-Driven Apps Using Semantic Kernel.pptx
Building AI-Driven Apps Using Semantic Kernel.pptxBuilding AI-Driven Apps Using Semantic Kernel.pptx
Building AI-Driven Apps Using Semantic Kernel.pptx
 
Nanopower In Semiconductor Industry.pdf
Nanopower  In Semiconductor Industry.pdfNanopower  In Semiconductor Industry.pdf
Nanopower In Semiconductor Industry.pdf
 
activity_diagram_combine_v4_20190827.pdfactivity_diagram_combine_v4_20190827.pdf
activity_diagram_combine_v4_20190827.pdfactivity_diagram_combine_v4_20190827.pdfactivity_diagram_combine_v4_20190827.pdfactivity_diagram_combine_v4_20190827.pdf
activity_diagram_combine_v4_20190827.pdfactivity_diagram_combine_v4_20190827.pdf
 
IaC & GitOps in a Nutshell - a FridayInANuthshell Episode.pdf
IaC & GitOps in a Nutshell - a FridayInANuthshell Episode.pdfIaC & GitOps in a Nutshell - a FridayInANuthshell Episode.pdf
IaC & GitOps in a Nutshell - a FridayInANuthshell Episode.pdf
 
Linked Data in Production: Moving Beyond Ontologies
Linked Data in Production: Moving Beyond OntologiesLinked Data in Production: Moving Beyond Ontologies
Linked Data in Production: Moving Beyond Ontologies
 
VoIP Service and Marketing using Odoo and Asterisk PBX
VoIP Service and Marketing using Odoo and Asterisk PBXVoIP Service and Marketing using Odoo and Asterisk PBX
VoIP Service and Marketing using Odoo and Asterisk PBX
 
UiPath Solutions Management Preview - Northern CA Chapter - March 22.pdf
UiPath Solutions Management Preview - Northern CA Chapter - March 22.pdfUiPath Solutions Management Preview - Northern CA Chapter - March 22.pdf
UiPath Solutions Management Preview - Northern CA Chapter - March 22.pdf
 
COMPUTER 10 Lesson 8 - Building a Website
COMPUTER 10 Lesson 8 - Building a WebsiteCOMPUTER 10 Lesson 8 - Building a Website
COMPUTER 10 Lesson 8 - Building a Website
 
COMPUTER 10: Lesson 7 - File Storage and Online Collaboration
COMPUTER 10: Lesson 7 - File Storage and Online CollaborationCOMPUTER 10: Lesson 7 - File Storage and Online Collaboration
COMPUTER 10: Lesson 7 - File Storage and Online Collaboration
 
Introduction to Matsuo Laboratory (ENG).pptx
Introduction to Matsuo Laboratory (ENG).pptxIntroduction to Matsuo Laboratory (ENG).pptx
Introduction to Matsuo Laboratory (ENG).pptx
 
Machine Learning Model Validation (Aijun Zhang 2024).pdf
Machine Learning Model Validation (Aijun Zhang 2024).pdfMachine Learning Model Validation (Aijun Zhang 2024).pdf
Machine Learning Model Validation (Aijun Zhang 2024).pdf
 
Basic Building Blocks of Internet of Things.
Basic Building Blocks of Internet of Things.Basic Building Blocks of Internet of Things.
Basic Building Blocks of Internet of Things.
 
Apres-Cyber - The Data Dilemma: Bridging Offensive Operations and Machine Lea...
Apres-Cyber - The Data Dilemma: Bridging Offensive Operations and Machine Lea...Apres-Cyber - The Data Dilemma: Bridging Offensive Operations and Machine Lea...
Apres-Cyber - The Data Dilemma: Bridging Offensive Operations and Machine Lea...
 
Empowering Africa's Next Generation: The AI Leadership Blueprint
Empowering Africa's Next Generation: The AI Leadership BlueprintEmpowering Africa's Next Generation: The AI Leadership Blueprint
Empowering Africa's Next Generation: The AI Leadership Blueprint
 
UiPath Community: AI for UiPath Automation Developers
UiPath Community: AI for UiPath Automation DevelopersUiPath Community: AI for UiPath Automation Developers
UiPath Community: AI for UiPath Automation Developers
 
How Accurate are Carbon Emissions Projections?
How Accurate are Carbon Emissions Projections?How Accurate are Carbon Emissions Projections?
How Accurate are Carbon Emissions Projections?
 
AI Fame Rush Review – Virtual Influencer Creation In Just Minutes
AI Fame Rush Review – Virtual Influencer Creation In Just MinutesAI Fame Rush Review – Virtual Influencer Creation In Just Minutes
AI Fame Rush Review – Virtual Influencer Creation In Just Minutes
 

50120140501008

  • 1. International Journal of Computer Engineering and Technology (IJCET), ISSN 0976INTERNATIONAL JOURNAL OF COMPUTER ENGINEERING & 6367(Print), ISSN 0976 - 6375(Online), Volume 5, Issue 1, January (2014), © IAEME TECHNOLOGY (IJCET) ISSN 0976 – 6367(Print) ISSN 0976 – 6375(Online) Volume 5, Issue 1, January (2014), pp. 62-67 © IAEME: www.iaeme.com/ijcet.asp Journal Impact Factor (2013): 6.1302 (Calculated by GISI) www.jifactor.com IJCET ©IAEME IMPLEMENTATION OF GEO-MESSAGING USING GOOGLE CLOUD MESSAGING AND LOCATION BASED SERVICES API OF ANDROID Bindu Priya1, Dr. N. Chandra Sekhar Reddy2, Dr. Poshal3, Ramya Krishna4 1 (IT, Institute of Aeronautical Engineering, India) (CSE, Institute of Aeronautical Engineering, India) 3 (Mechanical, Institute of Aeronautical Engineering, India) 2, 4 ABSTRACT In this paper, we are proposing the implementation of Geo-Messaging using Location based services and Google Cloud Messaging API’s of Android. Geo-Fencing can be defined as the process of sending messages tied to a location which means the receiver will not get the message until he enters the vicinity of the specified location. Geo-Fencing can be implemented using Location based services support provided by the Android platform. Location based services can be pull- based or push-based services. Pull based services are where the user sends a query to get the results for example if the user wants to get the nearest petrol bunk he has to send the query as “Where is the nearest petrol bunk”. Push based services are where the messages will be automatically pushed to the users based on their location without explicitly requesting/pulling them from the server. Keywords: Location-Based Services, Geo-Fencing, Android, GCM (Google Cloud Messaging), GPS. I. INTRODUCTION Geo-Fencing is one of the applications of Location based services which is generally used for proximity marketing or advertising. Geo-Fencing technology uses the GPS (Global Positioning System) to select the geographical boundaries. Geo-Fencing uses the location based services to retrieve the current location of the user/customer. Geo-Fencing has many practical uses. For example if a customer has downloaded a geo fencing app which sends alert messages either in the form of text messages or as email alerts then whenever the customer comes to that boundary of the location then the customer will receive some discounted coupon codes of the restaurant. Another use case for the usage of Geo Fencing is where a student smart card will send an alert to the security guard if a student tries to enter a restricted area. 62
  • 2. International Journal of Computer Engineering and Technology (IJCET), ISSN 09766367(Print), ISSN 0976 - 6375(Online), Volume 5, Issue 1, January (2014), © IAEME Location based personalized recommendations makes sense when they are provided through a mobile application where the user can look up when he requires. Mobile analytics applications offers key trends in mobile data usage which in turn helps the service providers and users to receive right recommendations at the right time. Geo-Fencing unlocks a new world of innovative applications to create location aware smart apps in a non-intuitive way. Geo-Fence can be created by specifying the boundaries on the Google Maps or location-based This paper presents a mobile application that sends messages to the users at the right time personalized to their needs and contextualized to the device location. II. BACKGROUND/RELATED WORK For determining the location of the user automatically there are various mechanisms available and are in use today. These techniques are classified into two types, one which is suitable for finding location in outdoor environments and the other one that is suitable for finding location in indoor environments. Capturing the location of the user in outdoor environments can be done in three ways: one is finding the location based on the mobile device built in capability i.e., using GPS, second is finding the location based using the mobile cellular network and the third way is to use the combination of both the above two techniques. The first technique to determine the user location is through GPS, GPS captures the signals from the satellites to capture the location information. It gives highly accurate location information and doesn’t require any additional infrastructure to use it. It provides enhanced privacy to the user. However this technique doesn’t work in indoor environments and there will be some delay in computing the user location. The second technique used to determine the user location is through the Cell ID of the cellular network. This technique uses the location of the base station of the network operator to find the location of the user. It is a low cost mechanism and there is no modification required to the mobile handset. However the accuracy of the location is low when compared to the GPS technique. The third approach to determine the user location is using the combination of the above two approaches. Assisted GPS is the hybrid approach of this category, in this technique GPS receivers are rooted in the mobile cellular network which helps in assisting to get the location information by reducing the computing burden. Apart from GPS most of the other techniques are not widely implemented. Regarding the indoor techniques to find the user location of mobile handset are difficult to implement as there is no sight with the satellites. Indoor techniques are mostly suited to laptop and desktop users where the location information can be fetched from Infrared or Bluetooth or Wi-Fi. Hightower and Borriello (2001) gave six attributes to distinguish the techniques to determine the location. The six attributes are: • Physical position and Symbolic Location: GPS receiver gives the physical position in terms of Latitude and longitude values, whereas the symbolic location indicates the target device being in some nearby place or in a room. • Absolute vs. Relative: Absolute location gives the exact the location of the handset in terms of latitude and longitude. Relative location gives the location with reference to other objects. 63
  • 3. International Journal of Computer Engineering and Technology (IJCET), ISSN 0976 09766367(Print), ISSN 0976 - 6375(Online), Volume 5, Issue 1, January (2014), © IAEME • Localized location computation: In Assisted GPS systems, the handset takes the information supplied by the network to compute its own position. This provides privacy position. because no other object knows the location of the device until the device reveals this information. • Accuracy and Precision: The location tracking system should give an accurate position The details instead of locating the position within 10mts of the destination. Precision refers to how often the system is recording the accurate position. • Scale: Scale refers to the area size within which the object location is achievable. Hightower and Borriello (2001) recommend assessing scale in terms of the coverage area per unit of riello infrastructure and the number of objects that can be located per unit. • Cost: Different location sensing systems vary in their costs. There are lot of costs involved in using a location sensing system like time costs, maintenance costs and space costs. III. PROPOSED SYSTEM , In our proposed system, we are developing an application to send messages to the students who enter the vicinity of the college. Messages can be related to the latest happenings in the college or some kind of important notifications. These messages will be send only if the student is in the college vicinity, once the student goes out of the college area notifications will no longer be sent to the student. In order to implement this we are using two API’s of Google Android Platform, one is Geo GeoFencing API to set the boundaries of the location that we want to use to track the students entry and exit. The second API is Google Cloud Messaging API which is used to push the messages sent by the server to the devices. System Architecture 64
  • 4. International Journal of Computer Engineering and Technology (IJCET), ISSN 09766367(Print), ISSN 0976 - 6375(Online), Volume 5, Issue 1, January (2014), © IAEME The workflow of the architecture contains three main components of the application. They are: • Google Connection server which is used as the push server which can push the messages to the user devices. This receives the notification messages and the location boundaries of the area to the connection server. • Application Server side code is used for sending the messages/updates to the GCM Connection server. • Client Application which runs on the user device and receives the notifications from the Google Connection server. In order to receive the notifications from the Google Connection server to the client application, first the client device has to register itself to the connection server. Registration of the device can be done programmatically using the Google Cloud Messaging API method register ().The server side code should send the notification messages along with the Latitude and Longitude information to the Google connection server. Once the GCM server receives the messages it will push the messages to all the devices registered with it. But the notification message gets displayed to the user only when he is in the boundary of the given location. Setting the boundary for pushing the messages can be implemented using the Geo-Fencing API of Android where the entry and exit by setting the latitude, longitude and radius of the location. Geofence is generally treated as an area rather than as proximity by the location services. We can handle both the entry and exit events of Geofence to keep track of the user movement. In the client application, first the user device has to register with the GCM connection server to receive the notifications. In order to register the device first we have to create Google API project and enable the GCM service for it. Using this GCM service we have to create Project ID and API Key. Getting the Registration ID for the device using the GCM API method as below: Once the registration ID is received, send the registration ID to the server. Once the server has the device registration ID’s then it starts sending the notifications to the GCM connection server and in turn it sends them to the client device. Once the notification reaches the client application, then the client application will check whether the device is in the proximity of the location that is set by the server, if it is in the vicinity of the location then it displays the message to the user, otherwise it will not display the message. 65
  • 5. International Journal of Computer Engineering and Technology (IJCET), ISSN 0976 09766367(Print), ISSN 0976 - 6375(Online), Volume 5, Issue 1, January (2014), © IAEME For setting the Geofence in the client application first we have set the permissions in the device to capture the location. These permissions are to be configured in the AndroidManifest.xml configured file as below Once the location latitude, longitude and radius are identified, then we can add the geofence using Pending Intent. As soon as the geofence is created then the device starts displaying the notifications whenever the user enters or exits that location. Below is the screenshot of the Notifications received when the user enters the premises of IARE College. 66
  • 6. International Journal of Computer Engineering and Technology (IJCET), ISSN 09766367(Print), ISSN 0976 - 6375(Online), Volume 5, Issue 1, January (2014), © IAEME IV. CONCLUSION In the age of smartphones, location based personalized recommendations based on the user’s needs help the businesses to reach their customers and improve their profits. This paper presents an application that uses the device tracking ability and sending the notifications based on the location in which the device is present. The Location Based services helps the user to find the nearest places like Hospitals, petrol Bunks, schools and etc., whereas the Google Cloud messaging is the cost free approach to send the notifications to any number of devices without incurring any operator charges. V. FUTURE SCOPE The near future holds a bundle of smart applications that gain from location based services and their personalized recommendations. Location based gaming like gaming through mobile applications for large gathering in shopping mall, social media connectivity and identifying the unauthorized entry of the people into restricted areas are seen as the future of Location based services. Undoubtedly, location based real time analytics is way to go. REFERENCES [1] [2] [3] [4] [5] [6] [7] D'Roza, T., and Bilchev, G. An overview of location-based services. BT Technology Journal 21, 1 (2003),20_27 Amit Kushwaha and Vineet Kushwaha, Location Based Services using Android MobileOperating System. IJAET.March 2011 Adams P, Ashwell G and Baxter R (2003) Location-based services – an overview of the standards. BT TechnologyJournal 21(1): 34-43 Norris A (2003) Hide and seek: Location-based services are heading for the UK. The Guardian, February 6, accessedJune 1, 2003, http://www.guardian.co.uk/online/mobilematters/story/0,12454,889408,00.html Anirudha A. Kolpyakwar, Sonal Honale, Piyush M. Dhande and Pallavi A. Chaudhari, “A Review on Cloud-Based Intrusion Detection System for Android Smartphones”, International Journal of Advanced Research in Engineering & Technology (IJARET), Volume 4, Issue 6, 2013, pp. 238 - 245, ISSN Print: 0976-6480, ISSN Online: 0976-6499. Isak Shabani and Amir Kovaçi, “Communication Between Distributed Systems using Google Infrastructure”, International Journal of Computer Engineering & Technology (IJCET), Volume 4, Issue 6, 2013, pp. 386 - 393, ISSN Print: 0976 – 6367, ISSN Online: 0976 – 6375. [Online] developer.android.com 67