SlideShare a Scribd company logo
1 of 4
Download to read offline
International Journal on Recent and Innovation Trends in Computing and Communication ISSN: 2321-8169
Volume: 6 Issue: 6 241 - 244
______________________________________________________________________________________
241
IJRITCC | June 2018, Available @ http://www.ijritcc.org
_______________________________________________________________________________________
iTimer
Count On Your Time
Mrs.Sanjeetha R.
Assistant Professor
Dept. of CSE
Ramaiah Institue of Technology
Bangalore, India
sanjeetha.r@msrit.edu
Ankit Goyal
Student
Dept. of CSE
Ramaiah Institue of technology Bangalore, India
ankitgoyal1012@gmail.com
Biswajit Kumar
Student
Dept. of CSE
Ramaiah Institue of technology Bangalore, India
bksinha4497@gmail.com
Abhinav Priyadarshi
Student
Dept. of CSE
Ramaiah Institute of Technology Bangalore, India
rush2rain@gmail.com
Abstract - In current lifestyle people tend to waste a lot of time in doing unnecessary activities like watching movies, playing video games,
window shopping, etc. Many a times they are not aware of the cumulative time they spend wastefully. They can use their time constructively if
they were informed about it through a mobile app. In our project we aim to develop an app which helps in monitoring the amount of time spent
in such activities at various locations and inform the user about the same through visual display on Google maps. This app displays the summary
of the locations visited during the day along with timestamps for better analyzing of data.
Keywords – GPS; Internet; Location; Geocoding; Database; Time; Google Api; LBS; Maps;
__________________________________________________*****_________________________________________________
I. INTRODUCTION
This application aims to provide an interface for the user by
which the user can track his location with the duration of time
spent at various locations through which the user can get to
know cumulative amount of time wasted or used productively.
The locations can be displayed both on map as well as in pie
chart format with the selected date respectively. The update
interval of coordinates is based on the distance between the
consecutive locations and the time intervals, also there are
notifications available for GPS service and network
information.
II. LITERATURE SURVEY
Location-based Services
Location Based Services are applications depend on the
location of the user ‘s device. There are two types of LBS: the
closed system and the open system. The closed LBS system
does not have the capability to transmit data. One example of
the closed LBS system is the GPS device, which receives
information from the satellite with the application of the GIS
system in the device itself. The other type, open LBS system,
has the capability to transmit data [1].
Compared to the closed LBS system, the open LBS system
shows more advantages by operating with platforms. During
the interactive processes, the latest information may be sent to
users. The feasibility of value-added service in the closed
system LBS is not high. In addition, for mobile network
operators, location-based services represent an additional
stream of revenue that can be generated from their investments
in a fixed infrastructure. For the end user, these services can
help reduce confusion, improve the consumption experience,
and deliver high-quality service options. However, the open
LBS system can be applied in various devices. Hence, the
present study focuses on mobile devices (cellular phones),
rather than discussing every kind of device (i.e., RFID, GPS
navigation device, and so on.). The open LBS system, which
focuses on mobile devices, is called MLBS [2].
SQLite
SQLite is an embedded SQL database engine. Unlike most
other SQL databases, SQLite does not have a separate server
process. The database file format is cross-platform - you can
freely copy a database between 32-bit and 64-bit systems or
between big-endian and little-endian architectures. These
International Journal on Recent and Innovation Trends in Computing and Communication ISSN: 2321-8169
Volume: 6 Issue: 6 241 - 244
______________________________________________________________________________________
242
IJRITCC | June 2018, Available @ http://www.ijritcc.org
_______________________________________________________________________________________
features make SQLite a popular choice as an Application File
Format.
In our application SQLite database is being used for storing
attributes like latitude, longitudes, time instances and location
Id’s which are later extracted and normalized for analysis
purposes [3].
Geocoder
Geocoding is the process of transforming a description of a
location—such as a pair of coordinates, an address, or a name
of a place—to a location on the earth's surface. You can
geocode by entering one location description at a time or by
providing many of them at once in a table. The resulting
Locations are output as geographic features with attributes,
which can be used for mapping or spatial analysis [4].
With geocoded addresses, you can spatially display the
address locations and begin to recognize patterns within the
information. This can be done by simply looking at the
information or by using some of the analysis tools available
with ArcGIS (Geographic information system for working
with maps and geographic information). You can also display
your address information based on certain parameters,
allowing you to further analyze the information [5].
Google Maps API
The Google Maps JavaScript API has several types of overlays
that you can add programmatically. Single locations on the
map are displayed using markers. Markers may sometimes
display custom icon images, in which case they are usually
referred to as "icons." An info window is a special kind of
overlay for displaying content (usually text or images) within a
popup balloon at a given location on a map. Lines on the map
are displayed using polylines representing an ordered
sequence of locations. Areas of arbitrary shape on the map are
displayed using polygons. Like polylines, polygons are an
ordered sequence of locations. Unlike polylines, polygons
define a region which they enclose. You can also
define circles and rectangles on the map. Use a symbol to
customize the icon on a marker or add images to a polyline. A
symbol is a vector-based image defined by a path, using SVG
path notation. The API also provides options to control how
the symbol will be displayed. If you want to place an image on
a map, you can use a ground overlay. You may also
implement your own custom overlays by implementing
the Overlay [6].
III. PROPOSED METHODOLOGY
Initially raw location data is obtained from the Google location
services. Then the data is stored in SQLite database in the
form of predefined location id’s. Further stored data is
normalized in the proximity of 30 meters which gives the
location of the user. Then locations are indicated on Google
maps with the help of Google markers. Later data is plotted on
graphs to analyze activities of user over the whole day.
IV. SYSTEM OVERVIEW
There are five major modules which help in processing
the entire application data. Main Activity where all the
other activities are controlled from this activity. This
activity shows the stored locations in My SQLite database
with predefined ids and also latitudes and longitudes for
the new location is shown in this activity. All the activity
calls are done from this activity with the help of intents
particular to specific activity. Database Helper, here the
database is created and it contains all the attributes of My
SQLite database like on Create instance will create the
rows and columns required for storing the location
characteristics like time spent at particular location and
the address of that place.
GPS Service, here the location components like latitudes
and longitudes are determined with the help of Geocoder.
Date and Time of the location is also extracted in this
activity and after this location details are passed to
database helper activity to store in the SQLite database.
Implements a background service which periodically
refreshes our location in the remote database against our
different locations.
Maps Activity initializes the Map View which is the
primary view being used in our application. In this
Activity Map View implements the Google APIs for
maps. It implements toggling between Street View and
Satellite View for maps. It also performs addition of
compass, controller to animate to location and zoom
in/out. It implements extraction of the address from the
particular coordinates and can place a pinpoint at that
particular position &removal of all pin points. Implement
AsyncTasks for (execution on a separate thread so as not
to overload the main thread) getting the JSON encoded
location of user though his/her location id, to create the
user location in the remote database if the app is being
used for the first time &to update the same user data in
the remote database.
Marker Information is an info window displays text or
images in a popup window above the map. Info windows
are always anchored to a marker. Their default behaviour
is to display when the marker is tapped. It is added to set
the title () and snippet () of the corresponding marker.
Setting these properties will cause an info window to
appear whenever that marker is clicked.
Algorithm – Location Retriever
Input: coordinates of a location
Output: classification of locations
Start service=Initialize modules
If(GPS=OFF)
International Journal on Recent and Innovation Trends in Computing and Communication ISSN: 2321-8169
Volume: 6 Issue: 6 241 - 244
______________________________________________________________________________________
243
IJRITCC | June 2018, Available @ http://www.ijritcc.org
_______________________________________________________________________________________
notify(user);
Else if(internet=off)
notify user
Else
check for proximity () {
getcoordinates ();
geocode(getaddress)
}
call database_helper ()
{
if (user_choice==showmap ())
{
datepicker ();
display(location);
}
else if
{
user_choice=graph_display;
datepicker ();
GraphDisplay (PieChart);
}
}
Figure 1: Data Flow Diagram
V. CONCLUSION
The idea of developing a location-based Android app
facilitating constructive time management has been
achieved. The app aims at acquainting the user time spent
at various locations with graphical analysis. Future scope
includes predicting continuous app usage based on past
user involvement and notifying the same. Reminders can
be displayed based on user’s daily activity. App sending
locations of children to their parents at regular intervals
can also be introduced.
VI. REFERENCES
[1]. X. C. Mei, "The design and implementation of LBS system
based on J2EE", pp. 6-10, 2004
[2]. developer.google.com,”LocationStrategies”,2018.[Online].A
vailable:https://developer.android.com/guide/topics/location/st
rategies.html. [Accessed: 18- Mar- 2018].
[3]. developer.android.com,”SQLite”,2017.[Online]. Availble:
https://developer.android.com/training/data-storage/sqlite.
[Accessed: 18- Mar- 2018].
[4]. Bonner MR, Han D, Nie J, Rogerson P, Vena JE, and
Freudenheim JL 2003, "Positional Accuracy of
Geocoded",2012.
[5]. R. Bakshi et al., "Exploiting online sources to accurately
geocode addresses", ACM-Gis,pp. 194203, 2004.
[6]. developer.android.com,”Geocoder”,2018.[Online].Available:
http://developer.android.com/reference/android/location/Geoc
oder.html.[Accessed:17- Mar-2018].
[7]. developer.google.com,”MapsAPI”,2018.[Online].Available:ht
tps://developers.google.com/maps/ documentation/android-api.
[Accessed: 18- Mar- 2018].
VII. RESULT SNAPSHOTS
Figure 2: Home Page
International Journal on Recent and Innovation Trends in Computing and Communication ISSN: 2321-8169
Volume: 6 Issue: 6 241 - 244
______________________________________________________________________________________
244
IJRITCC | June 2018, Available @ http://www.ijritcc.org
_______________________________________________________________________________________
Figure 3: Maps Display
Figure 4: Pie Chart depicting time spent at various location
Figure 5: Coordinate data

More Related Content

What's hot

A Study of An Optical Mouse to Customize Ii for Implementation of Wireless Dr...
A Study of An Optical Mouse to Customize Ii for Implementation of Wireless Dr...A Study of An Optical Mouse to Customize Ii for Implementation of Wireless Dr...
A Study of An Optical Mouse to Customize Ii for Implementation of Wireless Dr...rahulmonikasharma
 
GIS.INTRODUCTION TO GIS PACKAGES &GEOGRAPHIIC ANALYSIS
GIS.INTRODUCTION TO GIS PACKAGES &GEOGRAPHIIC ANALYSISGIS.INTRODUCTION TO GIS PACKAGES &GEOGRAPHIIC ANALYSIS
GIS.INTRODUCTION TO GIS PACKAGES &GEOGRAPHIIC ANALYSISTessaRaju
 
Datamine Discover3D - LIDAR-Drone Applications
Datamine Discover3D - LIDAR-Drone ApplicationsDatamine Discover3D - LIDAR-Drone Applications
Datamine Discover3D - LIDAR-Drone ApplicationsPrakher Hajela Saxena
 
Sql server 2008 r2 spatial data whitepaper
Sql server 2008 r2 spatial data whitepaperSql server 2008 r2 spatial data whitepaper
Sql server 2008 r2 spatial data whitepaperKlaudiia Jacome
 
Spatial Data with SQL Server Reporting Services
Spatial Data with SQL Server Reporting ServicesSpatial Data with SQL Server Reporting Services
Spatial Data with SQL Server Reporting ServicesMihail Mateev
 
Introduction to Geographical Information System, GIS data models, spatial dat...
Introduction to Geographical Information System, GIS data models, spatial dat...Introduction to Geographical Information System, GIS data models, spatial dat...
Introduction to Geographical Information System, GIS data models, spatial dat...ijsrd.com
 
LIDAR and Drone Data - Datamine Discover3D
LIDAR and Drone Data - Datamine Discover3DLIDAR and Drone Data - Datamine Discover3D
LIDAR and Drone Data - Datamine Discover3DPrakher Hajela Saxena
 
Exploration and 3D GIS Software - MapInfo Professional Discover3D 2015
Exploration and 3D GIS Software - MapInfo Professional Discover3D 2015Exploration and 3D GIS Software - MapInfo Professional Discover3D 2015
Exploration and 3D GIS Software - MapInfo Professional Discover3D 2015Prakher Hajela Saxena
 
Classified 3d Model Retrieval Based on Cascaded Fusion of Local Descriptors
Classified 3d Model Retrieval Based on Cascaded Fusion of Local Descriptors  Classified 3d Model Retrieval Based on Cascaded Fusion of Local Descriptors
Classified 3d Model Retrieval Based on Cascaded Fusion of Local Descriptors ijcga
 
How to empower community by using GIS lecture 1
How to empower community by using GIS lecture 1How to empower community by using GIS lecture 1
How to empower community by using GIS lecture 1wang yaohui
 

What's hot (11)

Gis
GisGis
Gis
 
A Study of An Optical Mouse to Customize Ii for Implementation of Wireless Dr...
A Study of An Optical Mouse to Customize Ii for Implementation of Wireless Dr...A Study of An Optical Mouse to Customize Ii for Implementation of Wireless Dr...
A Study of An Optical Mouse to Customize Ii for Implementation of Wireless Dr...
 
GIS.INTRODUCTION TO GIS PACKAGES &GEOGRAPHIIC ANALYSIS
GIS.INTRODUCTION TO GIS PACKAGES &GEOGRAPHIIC ANALYSISGIS.INTRODUCTION TO GIS PACKAGES &GEOGRAPHIIC ANALYSIS
GIS.INTRODUCTION TO GIS PACKAGES &GEOGRAPHIIC ANALYSIS
 
Datamine Discover3D - LIDAR-Drone Applications
Datamine Discover3D - LIDAR-Drone ApplicationsDatamine Discover3D - LIDAR-Drone Applications
Datamine Discover3D - LIDAR-Drone Applications
 
Sql server 2008 r2 spatial data whitepaper
Sql server 2008 r2 spatial data whitepaperSql server 2008 r2 spatial data whitepaper
Sql server 2008 r2 spatial data whitepaper
 
Spatial Data with SQL Server Reporting Services
Spatial Data with SQL Server Reporting ServicesSpatial Data with SQL Server Reporting Services
Spatial Data with SQL Server Reporting Services
 
Introduction to Geographical Information System, GIS data models, spatial dat...
Introduction to Geographical Information System, GIS data models, spatial dat...Introduction to Geographical Information System, GIS data models, spatial dat...
Introduction to Geographical Information System, GIS data models, spatial dat...
 
LIDAR and Drone Data - Datamine Discover3D
LIDAR and Drone Data - Datamine Discover3DLIDAR and Drone Data - Datamine Discover3D
LIDAR and Drone Data - Datamine Discover3D
 
Exploration and 3D GIS Software - MapInfo Professional Discover3D 2015
Exploration and 3D GIS Software - MapInfo Professional Discover3D 2015Exploration and 3D GIS Software - MapInfo Professional Discover3D 2015
Exploration and 3D GIS Software - MapInfo Professional Discover3D 2015
 
Classified 3d Model Retrieval Based on Cascaded Fusion of Local Descriptors
Classified 3d Model Retrieval Based on Cascaded Fusion of Local Descriptors  Classified 3d Model Retrieval Based on Cascaded Fusion of Local Descriptors
Classified 3d Model Retrieval Based on Cascaded Fusion of Local Descriptors
 
How to empower community by using GIS lecture 1
How to empower community by using GIS lecture 1How to empower community by using GIS lecture 1
How to empower community by using GIS lecture 1
 

Similar to iTimer - Count On Your Time

Concepts and Methods of Embedding Statistical Data into Maps
Concepts and Methods of Embedding Statistical Data into MapsConcepts and Methods of Embedding Statistical Data into Maps
Concepts and Methods of Embedding Statistical Data into MapsMohammad Liton Hossain
 
IRJET- Profile Management System
IRJET- Profile Management SystemIRJET- Profile Management System
IRJET- Profile Management SystemIRJET Journal
 
IRJET-0 Bus Tracker Via GPS using Andriod Application
IRJET-0 	  Bus Tracker Via GPS using Andriod ApplicationIRJET-0 	  Bus Tracker Via GPS using Andriod Application
IRJET-0 Bus Tracker Via GPS using Andriod ApplicationIRJET Journal
 
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
 
DESIGN AN AR APPLICATION IN FINDING PREFERRED DINING PLACE WITH SOCIAL NETWOR...
DESIGN AN AR APPLICATION IN FINDING PREFERRED DINING PLACE WITH SOCIAL NETWOR...DESIGN AN AR APPLICATION IN FINDING PREFERRED DINING PLACE WITH SOCIAL NETWOR...
DESIGN AN AR APPLICATION IN FINDING PREFERRED DINING PLACE WITH SOCIAL NETWOR...acijjournal
 
SD-miner System to Retrieve Probabilistic Neighborhood Points in Spatial Dat...
SD-miner System to Retrieve Probabilistic Neighborhood Points  in Spatial Dat...SD-miner System to Retrieve Probabilistic Neighborhood Points  in Spatial Dat...
SD-miner System to Retrieve Probabilistic Neighborhood Points in Spatial Dat...IOSR Journals
 
Concepts and Methods of Embedding Statistical Data into Maps
Concepts and Methods of Embedding Statistical Data into MapsConcepts and Methods of Embedding Statistical Data into Maps
Concepts and Methods of Embedding Statistical Data into MapsMohammad Liton Hossain
 
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
 
I0324053055
I0324053055I0324053055
I0324053055theijes
 
International Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentInternational Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentIJERD Editor
 
Enrichment of Geoportal Interoperable Platform and Development of Thematic Ap...
Enrichment of Geoportal Interoperable Platform and Development of Thematic Ap...Enrichment of Geoportal Interoperable Platform and Development of Thematic Ap...
Enrichment of Geoportal Interoperable Platform and Development of Thematic Ap...IRJET Journal
 
Visual Analytics: Traffic Collisions in Italy
Visual Analytics: Traffic Collisions in ItalyVisual Analytics: Traffic Collisions in Italy
Visual Analytics: Traffic Collisions in ItalyRoberto Falconi
 
React’s suitability to develop Geospatial solutions.pdf
React’s suitability to develop Geospatial solutions.pdfReact’s suitability to develop Geospatial solutions.pdf
React’s suitability to develop Geospatial solutions.pdfMindfire LLC
 
Predictive Analysis for Diabetes using Tableau
Predictive Analysis for Diabetes using TableauPredictive Analysis for Diabetes using Tableau
Predictive Analysis for Diabetes using Tableaurahulmonikasharma
 
Volume 2-issue-6-2030-2033
Volume 2-issue-6-2030-2033Volume 2-issue-6-2030-2033
Volume 2-issue-6-2030-2033Editor IJARCET
 
Volume 2-issue-6-2030-2033
Volume 2-issue-6-2030-2033Volume 2-issue-6-2030-2033
Volume 2-issue-6-2030-2033Editor IJARCET
 
React’s suitability to develop Geospatial solutions.pdf
React’s suitability to develop Geospatial solutions.pdfReact’s suitability to develop Geospatial solutions.pdf
React’s suitability to develop Geospatial solutions.pdfMindfire LLC
 

Similar to iTimer - Count On Your Time (20)

Concepts and Methods of Embedding Statistical Data into Maps
Concepts and Methods of Embedding Statistical Data into MapsConcepts and Methods of Embedding Statistical Data into Maps
Concepts and Methods of Embedding Statistical Data into Maps
 
IRJET- Profile Management System
IRJET- Profile Management SystemIRJET- Profile Management System
IRJET- Profile Management System
 
IRJET-0 Bus Tracker Via GPS using Andriod Application
IRJET-0 	  Bus Tracker Via GPS using Andriod ApplicationIRJET-0 	  Bus Tracker Via GPS using Andriod Application
IRJET-0 Bus Tracker Via GPS using Andriod Application
 
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...
 
Geo location based augmented reality application
Geo location based augmented reality applicationGeo location based augmented reality application
Geo location based augmented reality application
 
DESIGN AN AR APPLICATION IN FINDING PREFERRED DINING PLACE WITH SOCIAL NETWOR...
DESIGN AN AR APPLICATION IN FINDING PREFERRED DINING PLACE WITH SOCIAL NETWOR...DESIGN AN AR APPLICATION IN FINDING PREFERRED DINING PLACE WITH SOCIAL NETWOR...
DESIGN AN AR APPLICATION IN FINDING PREFERRED DINING PLACE WITH SOCIAL NETWOR...
 
GIS in Nutshell
GIS in NutshellGIS in Nutshell
GIS in Nutshell
 
SD-miner System to Retrieve Probabilistic Neighborhood Points in Spatial Dat...
SD-miner System to Retrieve Probabilistic Neighborhood Points  in Spatial Dat...SD-miner System to Retrieve Probabilistic Neighborhood Points  in Spatial Dat...
SD-miner System to Retrieve Probabilistic Neighborhood Points in Spatial Dat...
 
Concepts and Methods of Embedding Statistical Data into Maps
Concepts and Methods of Embedding Statistical Data into MapsConcepts and Methods of Embedding Statistical Data into Maps
Concepts and Methods of Embedding Statistical Data into Maps
 
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
 
I0324053055
I0324053055I0324053055
I0324053055
 
International Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentInternational Journal of Engineering Research and Development
International Journal of Engineering Research and Development
 
Enrichment of Geoportal Interoperable Platform and Development of Thematic Ap...
Enrichment of Geoportal Interoperable Platform and Development of Thematic Ap...Enrichment of Geoportal Interoperable Platform and Development of Thematic Ap...
Enrichment of Geoportal Interoperable Platform and Development of Thematic Ap...
 
Ky3618721875
Ky3618721875Ky3618721875
Ky3618721875
 
Visual Analytics: Traffic Collisions in Italy
Visual Analytics: Traffic Collisions in ItalyVisual Analytics: Traffic Collisions in Italy
Visual Analytics: Traffic Collisions in Italy
 
React’s suitability to develop Geospatial solutions.pdf
React’s suitability to develop Geospatial solutions.pdfReact’s suitability to develop Geospatial solutions.pdf
React’s suitability to develop Geospatial solutions.pdf
 
Predictive Analysis for Diabetes using Tableau
Predictive Analysis for Diabetes using TableauPredictive Analysis for Diabetes using Tableau
Predictive Analysis for Diabetes using Tableau
 
Volume 2-issue-6-2030-2033
Volume 2-issue-6-2030-2033Volume 2-issue-6-2030-2033
Volume 2-issue-6-2030-2033
 
Volume 2-issue-6-2030-2033
Volume 2-issue-6-2030-2033Volume 2-issue-6-2030-2033
Volume 2-issue-6-2030-2033
 
React’s suitability to develop Geospatial solutions.pdf
React’s suitability to develop Geospatial solutions.pdfReact’s suitability to develop Geospatial solutions.pdf
React’s suitability to develop Geospatial solutions.pdf
 

More from rahulmonikasharma

Data Mining Concepts - A survey paper
Data Mining Concepts - A survey paperData Mining Concepts - A survey paper
Data Mining Concepts - A survey paperrahulmonikasharma
 
A Review on Real Time Integrated CCTV System Using Face Detection for Vehicle...
A Review on Real Time Integrated CCTV System Using Face Detection for Vehicle...A Review on Real Time Integrated CCTV System Using Face Detection for Vehicle...
A Review on Real Time Integrated CCTV System Using Face Detection for Vehicle...rahulmonikasharma
 
Considering Two Sides of One Review Using Stanford NLP Framework
Considering Two Sides of One Review Using Stanford NLP FrameworkConsidering Two Sides of One Review Using Stanford NLP Framework
Considering Two Sides of One Review Using Stanford NLP Frameworkrahulmonikasharma
 
A New Detection and Decoding Technique for (2×N_r ) MIMO Communication Systems
A New Detection and Decoding Technique for (2×N_r ) MIMO Communication SystemsA New Detection and Decoding Technique for (2×N_r ) MIMO Communication Systems
A New Detection and Decoding Technique for (2×N_r ) MIMO Communication Systemsrahulmonikasharma
 
Broadcasting Scenario under Different Protocols in MANET: A Survey
Broadcasting Scenario under Different Protocols in MANET: A SurveyBroadcasting Scenario under Different Protocols in MANET: A Survey
Broadcasting Scenario under Different Protocols in MANET: A Surveyrahulmonikasharma
 
Sybil Attack Analysis and Detection Techniques in MANET
Sybil Attack Analysis and Detection Techniques in MANETSybil Attack Analysis and Detection Techniques in MANET
Sybil Attack Analysis and Detection Techniques in MANETrahulmonikasharma
 
A Landmark Based Shortest Path Detection by Using A* and Haversine Formula
A Landmark Based Shortest Path Detection by Using A* and Haversine FormulaA Landmark Based Shortest Path Detection by Using A* and Haversine Formula
A Landmark Based Shortest Path Detection by Using A* and Haversine Formularahulmonikasharma
 
Processing Over Encrypted Query Data In Internet of Things (IoTs) : CryptDBs,...
Processing Over Encrypted Query Data In Internet of Things (IoTs) : CryptDBs,...Processing Over Encrypted Query Data In Internet of Things (IoTs) : CryptDBs,...
Processing Over Encrypted Query Data In Internet of Things (IoTs) : CryptDBs,...rahulmonikasharma
 
Quality Determination and Grading of Tomatoes using Raspberry Pi
Quality Determination and Grading of Tomatoes using Raspberry PiQuality Determination and Grading of Tomatoes using Raspberry Pi
Quality Determination and Grading of Tomatoes using Raspberry Pirahulmonikasharma
 
Comparative of Delay Tolerant Network Routings and Scheduling using Max-Weigh...
Comparative of Delay Tolerant Network Routings and Scheduling using Max-Weigh...Comparative of Delay Tolerant Network Routings and Scheduling using Max-Weigh...
Comparative of Delay Tolerant Network Routings and Scheduling using Max-Weigh...rahulmonikasharma
 
DC Conductivity Study of Cadmium Sulfide Nanoparticles
DC Conductivity Study of Cadmium Sulfide NanoparticlesDC Conductivity Study of Cadmium Sulfide Nanoparticles
DC Conductivity Study of Cadmium Sulfide Nanoparticlesrahulmonikasharma
 
A Survey on Peak to Average Power Ratio Reduction Methods for LTE-OFDM
A Survey on Peak to Average Power Ratio Reduction Methods for LTE-OFDMA Survey on Peak to Average Power Ratio Reduction Methods for LTE-OFDM
A Survey on Peak to Average Power Ratio Reduction Methods for LTE-OFDMrahulmonikasharma
 
IOT Based Home Appliance Control System, Location Tracking and Energy Monitoring
IOT Based Home Appliance Control System, Location Tracking and Energy MonitoringIOT Based Home Appliance Control System, Location Tracking and Energy Monitoring
IOT Based Home Appliance Control System, Location Tracking and Energy Monitoringrahulmonikasharma
 
Thermal Radiation and Viscous Dissipation Effects on an Oscillatory Heat and ...
Thermal Radiation and Viscous Dissipation Effects on an Oscillatory Heat and ...Thermal Radiation and Viscous Dissipation Effects on an Oscillatory Heat and ...
Thermal Radiation and Viscous Dissipation Effects on an Oscillatory Heat and ...rahulmonikasharma
 
Advance Approach towards Key Feature Extraction Using Designed Filters on Dif...
Advance Approach towards Key Feature Extraction Using Designed Filters on Dif...Advance Approach towards Key Feature Extraction Using Designed Filters on Dif...
Advance Approach towards Key Feature Extraction Using Designed Filters on Dif...rahulmonikasharma
 
Alamouti-STBC based Channel Estimation Technique over MIMO OFDM System
Alamouti-STBC based Channel Estimation Technique over MIMO OFDM SystemAlamouti-STBC based Channel Estimation Technique over MIMO OFDM System
Alamouti-STBC based Channel Estimation Technique over MIMO OFDM Systemrahulmonikasharma
 
Empirical Mode Decomposition Based Signal Analysis of Gear Fault Diagnosis
Empirical Mode Decomposition Based Signal Analysis of Gear Fault DiagnosisEmpirical Mode Decomposition Based Signal Analysis of Gear Fault Diagnosis
Empirical Mode Decomposition Based Signal Analysis of Gear Fault Diagnosisrahulmonikasharma
 
Short Term Load Forecasting Using ARIMA Technique
Short Term Load Forecasting Using ARIMA TechniqueShort Term Load Forecasting Using ARIMA Technique
Short Term Load Forecasting Using ARIMA Techniquerahulmonikasharma
 
Impact of Coupling Coefficient on Coupled Line Coupler
Impact of Coupling Coefficient on Coupled Line CouplerImpact of Coupling Coefficient on Coupled Line Coupler
Impact of Coupling Coefficient on Coupled Line Couplerrahulmonikasharma
 
Design Evaluation and Temperature Rise Test of Flameproof Induction Motor
Design Evaluation and Temperature Rise Test of Flameproof Induction MotorDesign Evaluation and Temperature Rise Test of Flameproof Induction Motor
Design Evaluation and Temperature Rise Test of Flameproof Induction Motorrahulmonikasharma
 

More from rahulmonikasharma (20)

Data Mining Concepts - A survey paper
Data Mining Concepts - A survey paperData Mining Concepts - A survey paper
Data Mining Concepts - A survey paper
 
A Review on Real Time Integrated CCTV System Using Face Detection for Vehicle...
A Review on Real Time Integrated CCTV System Using Face Detection for Vehicle...A Review on Real Time Integrated CCTV System Using Face Detection for Vehicle...
A Review on Real Time Integrated CCTV System Using Face Detection for Vehicle...
 
Considering Two Sides of One Review Using Stanford NLP Framework
Considering Two Sides of One Review Using Stanford NLP FrameworkConsidering Two Sides of One Review Using Stanford NLP Framework
Considering Two Sides of One Review Using Stanford NLP Framework
 
A New Detection and Decoding Technique for (2×N_r ) MIMO Communication Systems
A New Detection and Decoding Technique for (2×N_r ) MIMO Communication SystemsA New Detection and Decoding Technique for (2×N_r ) MIMO Communication Systems
A New Detection and Decoding Technique for (2×N_r ) MIMO Communication Systems
 
Broadcasting Scenario under Different Protocols in MANET: A Survey
Broadcasting Scenario under Different Protocols in MANET: A SurveyBroadcasting Scenario under Different Protocols in MANET: A Survey
Broadcasting Scenario under Different Protocols in MANET: A Survey
 
Sybil Attack Analysis and Detection Techniques in MANET
Sybil Attack Analysis and Detection Techniques in MANETSybil Attack Analysis and Detection Techniques in MANET
Sybil Attack Analysis and Detection Techniques in MANET
 
A Landmark Based Shortest Path Detection by Using A* and Haversine Formula
A Landmark Based Shortest Path Detection by Using A* and Haversine FormulaA Landmark Based Shortest Path Detection by Using A* and Haversine Formula
A Landmark Based Shortest Path Detection by Using A* and Haversine Formula
 
Processing Over Encrypted Query Data In Internet of Things (IoTs) : CryptDBs,...
Processing Over Encrypted Query Data In Internet of Things (IoTs) : CryptDBs,...Processing Over Encrypted Query Data In Internet of Things (IoTs) : CryptDBs,...
Processing Over Encrypted Query Data In Internet of Things (IoTs) : CryptDBs,...
 
Quality Determination and Grading of Tomatoes using Raspberry Pi
Quality Determination and Grading of Tomatoes using Raspberry PiQuality Determination and Grading of Tomatoes using Raspberry Pi
Quality Determination and Grading of Tomatoes using Raspberry Pi
 
Comparative of Delay Tolerant Network Routings and Scheduling using Max-Weigh...
Comparative of Delay Tolerant Network Routings and Scheduling using Max-Weigh...Comparative of Delay Tolerant Network Routings and Scheduling using Max-Weigh...
Comparative of Delay Tolerant Network Routings and Scheduling using Max-Weigh...
 
DC Conductivity Study of Cadmium Sulfide Nanoparticles
DC Conductivity Study of Cadmium Sulfide NanoparticlesDC Conductivity Study of Cadmium Sulfide Nanoparticles
DC Conductivity Study of Cadmium Sulfide Nanoparticles
 
A Survey on Peak to Average Power Ratio Reduction Methods for LTE-OFDM
A Survey on Peak to Average Power Ratio Reduction Methods for LTE-OFDMA Survey on Peak to Average Power Ratio Reduction Methods for LTE-OFDM
A Survey on Peak to Average Power Ratio Reduction Methods for LTE-OFDM
 
IOT Based Home Appliance Control System, Location Tracking and Energy Monitoring
IOT Based Home Appliance Control System, Location Tracking and Energy MonitoringIOT Based Home Appliance Control System, Location Tracking and Energy Monitoring
IOT Based Home Appliance Control System, Location Tracking and Energy Monitoring
 
Thermal Radiation and Viscous Dissipation Effects on an Oscillatory Heat and ...
Thermal Radiation and Viscous Dissipation Effects on an Oscillatory Heat and ...Thermal Radiation and Viscous Dissipation Effects on an Oscillatory Heat and ...
Thermal Radiation and Viscous Dissipation Effects on an Oscillatory Heat and ...
 
Advance Approach towards Key Feature Extraction Using Designed Filters on Dif...
Advance Approach towards Key Feature Extraction Using Designed Filters on Dif...Advance Approach towards Key Feature Extraction Using Designed Filters on Dif...
Advance Approach towards Key Feature Extraction Using Designed Filters on Dif...
 
Alamouti-STBC based Channel Estimation Technique over MIMO OFDM System
Alamouti-STBC based Channel Estimation Technique over MIMO OFDM SystemAlamouti-STBC based Channel Estimation Technique over MIMO OFDM System
Alamouti-STBC based Channel Estimation Technique over MIMO OFDM System
 
Empirical Mode Decomposition Based Signal Analysis of Gear Fault Diagnosis
Empirical Mode Decomposition Based Signal Analysis of Gear Fault DiagnosisEmpirical Mode Decomposition Based Signal Analysis of Gear Fault Diagnosis
Empirical Mode Decomposition Based Signal Analysis of Gear Fault Diagnosis
 
Short Term Load Forecasting Using ARIMA Technique
Short Term Load Forecasting Using ARIMA TechniqueShort Term Load Forecasting Using ARIMA Technique
Short Term Load Forecasting Using ARIMA Technique
 
Impact of Coupling Coefficient on Coupled Line Coupler
Impact of Coupling Coefficient on Coupled Line CouplerImpact of Coupling Coefficient on Coupled Line Coupler
Impact of Coupling Coefficient on Coupled Line Coupler
 
Design Evaluation and Temperature Rise Test of Flameproof Induction Motor
Design Evaluation and Temperature Rise Test of Flameproof Induction MotorDesign Evaluation and Temperature Rise Test of Flameproof Induction Motor
Design Evaluation and Temperature Rise Test of Flameproof Induction Motor
 

Recently uploaded

ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfKamal Acharya
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)simmis5
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSISrknatarajan
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlysanyuktamishra911
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...Call Girls in Nagpur High Profile
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdfankushspencer015
 
Glass Ceramics: Processing and Properties
Glass Ceramics: Processing and PropertiesGlass Ceramics: Processing and Properties
Glass Ceramics: Processing and PropertiesPrabhanshu Chaturvedi
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...roncy bisnoi
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordAsst.prof M.Gokilavani
 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdfKamal Acharya
 

Recently uploaded (20)

ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSIS
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghly
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
 
Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdf
 
Glass Ceramics: Processing and Properties
Glass Ceramics: Processing and PropertiesGlass Ceramics: Processing and Properties
Glass Ceramics: Processing and Properties
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdf
 

iTimer - Count On Your Time

  • 1. International Journal on Recent and Innovation Trends in Computing and Communication ISSN: 2321-8169 Volume: 6 Issue: 6 241 - 244 ______________________________________________________________________________________ 241 IJRITCC | June 2018, Available @ http://www.ijritcc.org _______________________________________________________________________________________ iTimer Count On Your Time Mrs.Sanjeetha R. Assistant Professor Dept. of CSE Ramaiah Institue of Technology Bangalore, India sanjeetha.r@msrit.edu Ankit Goyal Student Dept. of CSE Ramaiah Institue of technology Bangalore, India ankitgoyal1012@gmail.com Biswajit Kumar Student Dept. of CSE Ramaiah Institue of technology Bangalore, India bksinha4497@gmail.com Abhinav Priyadarshi Student Dept. of CSE Ramaiah Institute of Technology Bangalore, India rush2rain@gmail.com Abstract - In current lifestyle people tend to waste a lot of time in doing unnecessary activities like watching movies, playing video games, window shopping, etc. Many a times they are not aware of the cumulative time they spend wastefully. They can use their time constructively if they were informed about it through a mobile app. In our project we aim to develop an app which helps in monitoring the amount of time spent in such activities at various locations and inform the user about the same through visual display on Google maps. This app displays the summary of the locations visited during the day along with timestamps for better analyzing of data. Keywords – GPS; Internet; Location; Geocoding; Database; Time; Google Api; LBS; Maps; __________________________________________________*****_________________________________________________ I. INTRODUCTION This application aims to provide an interface for the user by which the user can track his location with the duration of time spent at various locations through which the user can get to know cumulative amount of time wasted or used productively. The locations can be displayed both on map as well as in pie chart format with the selected date respectively. The update interval of coordinates is based on the distance between the consecutive locations and the time intervals, also there are notifications available for GPS service and network information. II. LITERATURE SURVEY Location-based Services Location Based Services are applications depend on the location of the user ‘s device. There are two types of LBS: the closed system and the open system. The closed LBS system does not have the capability to transmit data. One example of the closed LBS system is the GPS device, which receives information from the satellite with the application of the GIS system in the device itself. The other type, open LBS system, has the capability to transmit data [1]. Compared to the closed LBS system, the open LBS system shows more advantages by operating with platforms. During the interactive processes, the latest information may be sent to users. The feasibility of value-added service in the closed system LBS is not high. In addition, for mobile network operators, location-based services represent an additional stream of revenue that can be generated from their investments in a fixed infrastructure. For the end user, these services can help reduce confusion, improve the consumption experience, and deliver high-quality service options. However, the open LBS system can be applied in various devices. Hence, the present study focuses on mobile devices (cellular phones), rather than discussing every kind of device (i.e., RFID, GPS navigation device, and so on.). The open LBS system, which focuses on mobile devices, is called MLBS [2]. SQLite SQLite is an embedded SQL database engine. Unlike most other SQL databases, SQLite does not have a separate server process. The database file format is cross-platform - you can freely copy a database between 32-bit and 64-bit systems or between big-endian and little-endian architectures. These
  • 2. International Journal on Recent and Innovation Trends in Computing and Communication ISSN: 2321-8169 Volume: 6 Issue: 6 241 - 244 ______________________________________________________________________________________ 242 IJRITCC | June 2018, Available @ http://www.ijritcc.org _______________________________________________________________________________________ features make SQLite a popular choice as an Application File Format. In our application SQLite database is being used for storing attributes like latitude, longitudes, time instances and location Id’s which are later extracted and normalized for analysis purposes [3]. Geocoder Geocoding is the process of transforming a description of a location—such as a pair of coordinates, an address, or a name of a place—to a location on the earth's surface. You can geocode by entering one location description at a time or by providing many of them at once in a table. The resulting Locations are output as geographic features with attributes, which can be used for mapping or spatial analysis [4]. With geocoded addresses, you can spatially display the address locations and begin to recognize patterns within the information. This can be done by simply looking at the information or by using some of the analysis tools available with ArcGIS (Geographic information system for working with maps and geographic information). You can also display your address information based on certain parameters, allowing you to further analyze the information [5]. Google Maps API The Google Maps JavaScript API has several types of overlays that you can add programmatically. Single locations on the map are displayed using markers. Markers may sometimes display custom icon images, in which case they are usually referred to as "icons." An info window is a special kind of overlay for displaying content (usually text or images) within a popup balloon at a given location on a map. Lines on the map are displayed using polylines representing an ordered sequence of locations. Areas of arbitrary shape on the map are displayed using polygons. Like polylines, polygons are an ordered sequence of locations. Unlike polylines, polygons define a region which they enclose. You can also define circles and rectangles on the map. Use a symbol to customize the icon on a marker or add images to a polyline. A symbol is a vector-based image defined by a path, using SVG path notation. The API also provides options to control how the symbol will be displayed. If you want to place an image on a map, you can use a ground overlay. You may also implement your own custom overlays by implementing the Overlay [6]. III. PROPOSED METHODOLOGY Initially raw location data is obtained from the Google location services. Then the data is stored in SQLite database in the form of predefined location id’s. Further stored data is normalized in the proximity of 30 meters which gives the location of the user. Then locations are indicated on Google maps with the help of Google markers. Later data is plotted on graphs to analyze activities of user over the whole day. IV. SYSTEM OVERVIEW There are five major modules which help in processing the entire application data. Main Activity where all the other activities are controlled from this activity. This activity shows the stored locations in My SQLite database with predefined ids and also latitudes and longitudes for the new location is shown in this activity. All the activity calls are done from this activity with the help of intents particular to specific activity. Database Helper, here the database is created and it contains all the attributes of My SQLite database like on Create instance will create the rows and columns required for storing the location characteristics like time spent at particular location and the address of that place. GPS Service, here the location components like latitudes and longitudes are determined with the help of Geocoder. Date and Time of the location is also extracted in this activity and after this location details are passed to database helper activity to store in the SQLite database. Implements a background service which periodically refreshes our location in the remote database against our different locations. Maps Activity initializes the Map View which is the primary view being used in our application. In this Activity Map View implements the Google APIs for maps. It implements toggling between Street View and Satellite View for maps. It also performs addition of compass, controller to animate to location and zoom in/out. It implements extraction of the address from the particular coordinates and can place a pinpoint at that particular position &removal of all pin points. Implement AsyncTasks for (execution on a separate thread so as not to overload the main thread) getting the JSON encoded location of user though his/her location id, to create the user location in the remote database if the app is being used for the first time &to update the same user data in the remote database. Marker Information is an info window displays text or images in a popup window above the map. Info windows are always anchored to a marker. Their default behaviour is to display when the marker is tapped. It is added to set the title () and snippet () of the corresponding marker. Setting these properties will cause an info window to appear whenever that marker is clicked. Algorithm – Location Retriever Input: coordinates of a location Output: classification of locations Start service=Initialize modules If(GPS=OFF)
  • 3. International Journal on Recent and Innovation Trends in Computing and Communication ISSN: 2321-8169 Volume: 6 Issue: 6 241 - 244 ______________________________________________________________________________________ 243 IJRITCC | June 2018, Available @ http://www.ijritcc.org _______________________________________________________________________________________ notify(user); Else if(internet=off) notify user Else check for proximity () { getcoordinates (); geocode(getaddress) } call database_helper () { if (user_choice==showmap ()) { datepicker (); display(location); } else if { user_choice=graph_display; datepicker (); GraphDisplay (PieChart); } } Figure 1: Data Flow Diagram V. CONCLUSION The idea of developing a location-based Android app facilitating constructive time management has been achieved. The app aims at acquainting the user time spent at various locations with graphical analysis. Future scope includes predicting continuous app usage based on past user involvement and notifying the same. Reminders can be displayed based on user’s daily activity. App sending locations of children to their parents at regular intervals can also be introduced. VI. REFERENCES [1]. X. C. Mei, "The design and implementation of LBS system based on J2EE", pp. 6-10, 2004 [2]. developer.google.com,”LocationStrategies”,2018.[Online].A vailable:https://developer.android.com/guide/topics/location/st rategies.html. [Accessed: 18- Mar- 2018]. [3]. developer.android.com,”SQLite”,2017.[Online]. Availble: https://developer.android.com/training/data-storage/sqlite. [Accessed: 18- Mar- 2018]. [4]. Bonner MR, Han D, Nie J, Rogerson P, Vena JE, and Freudenheim JL 2003, "Positional Accuracy of Geocoded",2012. [5]. R. Bakshi et al., "Exploiting online sources to accurately geocode addresses", ACM-Gis,pp. 194203, 2004. [6]. developer.android.com,”Geocoder”,2018.[Online].Available: http://developer.android.com/reference/android/location/Geoc oder.html.[Accessed:17- Mar-2018]. [7]. developer.google.com,”MapsAPI”,2018.[Online].Available:ht tps://developers.google.com/maps/ documentation/android-api. [Accessed: 18- Mar- 2018]. VII. RESULT SNAPSHOTS Figure 2: Home Page
  • 4. International Journal on Recent and Innovation Trends in Computing and Communication ISSN: 2321-8169 Volume: 6 Issue: 6 241 - 244 ______________________________________________________________________________________ 244 IJRITCC | June 2018, Available @ http://www.ijritcc.org _______________________________________________________________________________________ Figure 3: Maps Display Figure 4: Pie Chart depicting time spent at various location Figure 5: Coordinate data