SlideShare a Scribd company logo
1 of 5
Download to read offline
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 03 Issue: 01 | Jan-2014, Available @ http://www.ijret.org 594
SURVEY MOBILE APP
Trupti Kalkar1
, Sneha Akre2
, Ashwini Gudadhe3
, Megha Dhundale4
1, 2, 3, 4
Student, Information Technology, Rajiv Gandhi College of Engg, Nagpur, Maharashtra, India
Abstract
From a long time different surveys are carried to get some kind of stats related to particular survey. But these surveys involve lot of
manual methods and huge amount of human intervention which sometimes causes delays in the surveys. To make use of our App in
Government sector and to reduce the work done manually for different market surveys done by the different Organizations. The main
motive of choosing this topic was to make our product work in Android Mobiles.
This is a Survey Mobile App basically will be used in public and private sectors of any Organizations. This App is used to reduce the
workload of any employee who does his work manually. This app will allow us to make surveys of different type from just one single
mobile app .This App will help him to do his work in more convenient manner.
Keywords: Marketing, Survey, Android, ASP.NET, Phone Gap, JQuery.
-----------------------------------------------------------------------***----------------------------------------------------------------------
1. INTRODUCTION
1.1 Definition of Surveys
1. Marketing: A detailed study of a market or geographical
area to gather data on attitudes, impressions, opinions,
satisfaction level, etc., by polling a section of the population.
2. Real estate: A map or plat drawn by a licensed-surveyor
after measuring a piece of land, to show its area, boundaries,
contours, elevations, improvements, and its relationship to the
surrounding land. A property survey confirms that a particular
piece of land or building is sited in accordance to its legal
description.
Types of surveys
• Face-to-face interviews.
• Phone interviews
• Written questionnaire
1.2 Categories of Surveys
• Customer Satisfaction Surveys
• Employee Satisfaction Survey
• HR Survey & Training Surveys
• Business Survey
• Marketing Survey
• Market Research Survey
• Student Survey, Teacher Survey, School Survey
• Non-Profit Survey
• Meeting Survey & Event Planning Survey
• Product Feedback Surveys
1.3 Characteristics of Survey
• Present or proposed practices or program are
questioned.
• A comprehensive study and evaluation is made of the
status of all factors relating to the practices or
programs questioned.
• Both immediate and future needs are stated as they
are indicated by the status study and research
findings.
• Practices or programs are outlined to meet the needs
Surveys may be classified in a number of ways, as for
example: scope, comprehensive or limited; agency,
outside or internal. The following classification has
proved most helpful to the writer. Brief comments
will be made about each type of survey.
2. LITERATURE SURVEY
2.1 What is a Survey?
2.2 Android
An open source Linux based operating system, Android was
Purchased by Google in 2005[16]. Android was founded with
the Open Handset Alliance, and finally released for mobile
devices such as Smartphone and sold it’s first easy for
developers to program the device in languages such as C, C++
and Java. Google also provides a freely available Software
development kit (SDK) to facilitate application creation.
Android powered devices have grown to be a common sight
internationally today, leading the global Smartphone
marketplace share for mobile operating systems as of early
2013 at approximately 70% [19]. Android has seen numerous
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 03 Issue: 01 | Jan-2014, Available @ http://www.ijret.org 595
updates spanning from version 1 through 4.2. x providing new
features, performance boost, design changes, as well security
patches.
There's no other software quite like Android. Google
Engineered Android and Google’s own apps run best on it.
And with millions of apps, games, songs, and videos on
Google Play, Android is great for fun, and for getting things
Done
Android devices come in all kinds of sizes, with all sorts of
features, and at all sorts of prices. Each version of Android is
named after a dessert, and the most recent version of Android
is Jelly Bean. With Android, you’re in control of your mobile
experience.
With the enormous popularity and growth of the Android
platform has seen since its inception, it not surprising that it’s
become a more lucrative target for malware designers.
The Android platform is designed to allow developers to use
core device functionality such as the text messages and the
calling features. The Android platform debuted on only 1
phone on one carrier and now is offered on hundreds of phone
across every major carrier. In recent years the number of
mobile malware on the Android platform has begun alarming
security experts and customers alike. During the 3rd quarter of
2012 a security group F-Secure detected over 51,000 malware
instances an increase by 10 folds from the previous 2nd
quarter
where only approximately 5,000 instances. Among them only
146 were from the Google Play store.
The growth and a adoption rate for Android has seen a
positive increase since its debut and with 2009-quarter
estimates from a research company analysis showing 2.8%
market share to a dominating 70% in the first quarter in 2013.
Google reported in 2011, that there were 550,000 activations
daily and growing by approximately 4.4% per week. It was
these kinds of number that attracted such a large malware
developing community for PCs. Android today can be seen
used in to the latest versions has meant that many of these
vulnerabilities have remained throughout the updates. A
sample was taken using data from Google’s Play store to get a
representative measure on the distribution of different
currently being used. International communities such as South
America and China even though China has had limited access
to Google services including the Google Play store.
The evolution of the Android platform has seen several
version changes from 1.x when first revealed in 2007 and now
its latest iterations as of early 2013 codename Jelly Bean
version 4.x.x. Each version has added new features and
boasted overall performance as well as closing security holes
and resolving vulnerabilities. Unfortunately, a slow adaption
to the latest versions has meant that many of these
vulnerabilities have remained throughout the updates. A
sample was taken using data from Google’s Play store to get a
representative measure on the distribution of different
currently being used.
Data collected during ending of December 2013. Versions
with less than 0.1% distribution are not shown.
Take Google with you
Your stuff, always available, no wires needed
Play everywhere you go
• Powerful, simple, and beautiful
• Multi-tasking
• Voice typing and actions
• Photos and videos
• Beyond Smart
2.3 ASP.net
ASP.NET is a server-side Web application framework
designed for Web development to produce dynamic Web
pages. It was developed by Microsoft to allow programmers to
build dynamic web sites, web applications and web services. It
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 03 Issue: 01 | Jan-2014, Available @ http://www.ijret.org 596
was first released in January 2002 with version 1.0 of the
.NET Framework, and is the successor to Microsoft's Active
Server Pages (ASP) technology. ASP.NET is built on the
Common Language Runtime (CLR), allowing programmers to
write ASP.NET code using any supported .NET language. The
ASP.NET SOAP extension framework allows ASP.NET
components to process SOAP messages.
2.4 Characteristics of ASP.Net
ASP.NET Web pages, known officially as Web Forms are the
main building blocks for application development. Web forms
are contained in files with a ".aspx" extension; these files
typically contain static (X) HTML markup, as well as markup
defining server-side Web Controls and User Controls where
the developers place all the rc content [further explanation
needed] for the Web page. Additionally, dynamic code which
runs on the server can be placed in a page within a block <% -
- dynamic code -- %>, which is similar to other Web
development technologies such as PHP, JSP, and ASP. With
ASP.NET Framework 2.0, Microsoft introduced a new code-
behind model which allows static text to remain on the .aspx
page, while dynamic code remains in an .aspx.vb or .aspx.cs
or .aspx.fs file (depending on the programming language
used).
3. DESIGN
3.1 Implementation
• Creating survey using custom patterns and database
architecture:
User can create surveys by entering survey title and
different types of categories of survey he is creating.
After clicking on Add Question button slide box will
take place which will include Question text and
Question type. Depending upon the type of Question
selected the related text box will be drawn out for the
user. The included information will be loaded into
database tables.
• Survey modification and monitoring system:
Surveys can be updated by deleting, modifying,
renaming acording to the user and new survey can be
created again.
• Category of survey to be updated if needed:
If the user want to insert new categories in the types
of categories list during run time he will be able to do
so.
4. METHODOLOGY
• The technique that is of prime importance and will be
used with Android Mobile App is Phone Gap. This
framework allows us to create HTML pages that can
be rendered in a particular mobile app. Phone Gap
latest version that is to be used is 2.2.0. Along with
that Android SDK will be used to provide
communication medium between Android OS and
Phone Gap framework.
• Later part of this project will include server based
functionalities which will be implemented in .Net
Framework. It will also contain Web Services made
in .Net Framework and most interesting part will
interaction between these web services and Android
mobile App i.e. communication of two different
platforms.
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 03 Issue: 01 | Jan-2014, Available @ http://www.ijret.org 597
Fig 1: Home Page
Description of Fig 1: Fig 1 shows the home page of our
application. In includes three create buttons and login button
by which the user can login and create n use surveys made by
him.
Fig 2: Login Page
Description of Fig 2: The second page include login page in
which the user would get the facility to create different kind of
surveys. Login page will include user id and his password.
Fig 3: Welcome usser Login Page
Description of Fig 3: In fig 3 the user will use his account and
form surveys and after using his account he can logout. One
user can create many surveys.
Fig 4: Survey Creation Page
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 03 Issue: 01 | Jan-2014, Available @ http://www.ijret.org 598
Description of Fig 4: In fig 4 users can create surveys by
entering survey title and different types of categories of survey
he is creating. After clicking on Add Question button slide box
will take place which will include Question text and Question
type. Depending upon the type of Question selected the related
text box will be drawn out for the user.
CONCLUSIONS
Thus we have almost completed the work of creating web
pages and the database of our first phase successfully.
The future work of our project will be the pages created in the
first phase will be loaded in the mobile from the server
through connectivity.
ACKNOWLEDGEMENTS
Many people in, Rajiv Gandhi College of Engineering and
Research (RGCER) College have supported us from the
beginning of our B.E project work. Without them, the project
would obviously not have looked the way it does now. Person
we would like to thank is our Project Guide Mrs.Puja S
Prasad, Professor of Information Technology, RGCER,
Nagpur. She has helped us in many ways. Her enthusiastic
engagements in our project work and her never-ending stream
of ideas have been absolutely essential for the results,
presented here. We are very grateful that she has spent so
much time with us discussing different problems ranging from
philosophical issues down to minute technical details.
REFERENCES
[1] http://source.android.com/
[2] http://www.androiddevelopers.com/
[3] http://developer.android.com/guide/components/index.
html
[4] http://docs.phonegap.com/en/3.0.0/index.html
[5] http://www.w3schools.com/aspnet/webpages_intro.asp
[6] http://api.jquery.com/category/ajax/
[7] Beginning Android 4 Application Development.
[8] Android.Application.Development.For.Dummies
[9] Android-a programmer’s guide
[10] Introduction-to-android-845
[11] Android Overview[Online] Available:
[12] http://www.openhandsetalliance.com/android_overvie
w .html
[13] Professional Android Programming with Mono for
Android and .NET/C#
[14] Symantec. Android.geinimi.
[15] http://www.symantec.com/security_response/writeup.js
p?docid=2011 010111-5403-99
BIOGRAPHIES
Trupti Kalkar study in Rajiv Gandhi College of
Engineering and Research, in department of
Information Technology 8th semester .she is
presented her 1st intern national paper.
Email id: t.kalkar@gmail.com
Sneha Akre study in Rajiv Gandhi College of
Engineering and Research, in department of
Information Technology 8th semester she is
Presented the 1 international paper.
Email id: sneha.akre@gmail.com
Ashwini Gudadhe study in Rajiv Gandhi College
of Engineering and Research, in department of
Information Technology 8th semester she is
Presented the 1 international paper.
Email id: gudadheashu@gmail.com
Megha Dhundale study in Rajiv Gandhi College
of Engineering and Research, in department of
Information Technology 8th semester she is
Presented the 1 international paper.
Email id: dhundalemegha@gmail.com

More Related Content

What's hot

Analyzing Reviews and Code of Mobile Apps for Better Release Planning
Analyzing Reviews and Code of Mobile Apps for Better Release PlanningAnalyzing Reviews and Code of Mobile Apps for Better Release Planning
Analyzing Reviews and Code of Mobile Apps for Better Release PlanningSebastiano Panichella
 
IRJET- Design and Development of a System for Predicting Threats using Data S...
IRJET- Design and Development of a System for Predicting Threats using Data S...IRJET- Design and Development of a System for Predicting Threats using Data S...
IRJET- Design and Development of a System for Predicting Threats using Data S...IRJET Journal
 
IRJET- TRACKITUP-An Android Application to Track Multiple Users
IRJET- TRACKITUP-An Android Application to Track Multiple UsersIRJET- TRACKITUP-An Android Application to Track Multiple Users
IRJET- TRACKITUP-An Android Application to Track Multiple UsersIRJET Journal
 
Umeng 2013 first half insight report of china mobile market
Umeng 2013 first half insight report of china mobile marketUmeng 2013 first half insight report of china mobile market
Umeng 2013 first half insight report of china mobile marketUmeng
 
Forensic Tools Performance Analysis on Android-based Blackberry Messenger usi...
Forensic Tools Performance Analysis on Android-based Blackberry Messenger usi...Forensic Tools Performance Analysis on Android-based Blackberry Messenger usi...
Forensic Tools Performance Analysis on Android-based Blackberry Messenger usi...IJECEIAES
 
On applications of Soft Computing Assisted Analysis for Software Reliability
On applications of Soft Computing Assisted Analysis for Software ReliabilityOn applications of Soft Computing Assisted Analysis for Software Reliability
On applications of Soft Computing Assisted Analysis for Software ReliabilityAM Publications
 
Android Application for College
Android Application for CollegeAndroid Application for College
Android Application for Collegepaperpublications3
 
Synopsis minor project
Synopsis minor projectSynopsis minor project
Synopsis minor projectNidhi Chauhan
 
Mitigating Privilege-Escalation Attacks on Android Report
Mitigating Privilege-Escalation Attacks on Android  ReportMitigating Privilege-Escalation Attacks on Android  Report
Mitigating Privilege-Escalation Attacks on Android ReportVinoth Kanna
 
IRJET- Approaching Highlights and Security issues in Software Engineering...
IRJET-  	  Approaching Highlights and Security issues in Software Engineering...IRJET-  	  Approaching Highlights and Security issues in Software Engineering...
IRJET- Approaching Highlights and Security issues in Software Engineering...IRJET Journal
 
An Android Application Studhelper for Engineering Students
An Android Application Studhelper for Engineering StudentsAn Android Application Studhelper for Engineering Students
An Android Application Studhelper for Engineering StudentsIJCSIS Research Publications
 
IRJET- College Enquiry Chat-Bot using API.AI
IRJET- College Enquiry Chat-Bot using API.AIIRJET- College Enquiry Chat-Bot using API.AI
IRJET- College Enquiry Chat-Bot using API.AIIRJET Journal
 
IRJET- A Review on Several Vulnerabilities Detection Techniques in Androi...
IRJET-  	  A Review on Several Vulnerabilities Detection Techniques in Androi...IRJET-  	  A Review on Several Vulnerabilities Detection Techniques in Androi...
IRJET- A Review on Several Vulnerabilities Detection Techniques in Androi...IRJET Journal
 

What's hot (14)

Analyzing Reviews and Code of Mobile Apps for Better Release Planning
Analyzing Reviews and Code of Mobile Apps for Better Release PlanningAnalyzing Reviews and Code of Mobile Apps for Better Release Planning
Analyzing Reviews and Code of Mobile Apps for Better Release Planning
 
IRJET- Design and Development of a System for Predicting Threats using Data S...
IRJET- Design and Development of a System for Predicting Threats using Data S...IRJET- Design and Development of a System for Predicting Threats using Data S...
IRJET- Design and Development of a System for Predicting Threats using Data S...
 
IRJET- TRACKITUP-An Android Application to Track Multiple Users
IRJET- TRACKITUP-An Android Application to Track Multiple UsersIRJET- TRACKITUP-An Android Application to Track Multiple Users
IRJET- TRACKITUP-An Android Application to Track Multiple Users
 
Umeng 2013 first half insight report of china mobile market
Umeng 2013 first half insight report of china mobile marketUmeng 2013 first half insight report of china mobile market
Umeng 2013 first half insight report of china mobile market
 
Forensic Tools Performance Analysis on Android-based Blackberry Messenger usi...
Forensic Tools Performance Analysis on Android-based Blackberry Messenger usi...Forensic Tools Performance Analysis on Android-based Blackberry Messenger usi...
Forensic Tools Performance Analysis on Android-based Blackberry Messenger usi...
 
On applications of Soft Computing Assisted Analysis for Software Reliability
On applications of Soft Computing Assisted Analysis for Software ReliabilityOn applications of Soft Computing Assisted Analysis for Software Reliability
On applications of Soft Computing Assisted Analysis for Software Reliability
 
Android Application for College
Android Application for CollegeAndroid Application for College
Android Application for College
 
Synopsis minor project
Synopsis minor projectSynopsis minor project
Synopsis minor project
 
Mitigating Privilege-Escalation Attacks on Android Report
Mitigating Privilege-Escalation Attacks on Android  ReportMitigating Privilege-Escalation Attacks on Android  Report
Mitigating Privilege-Escalation Attacks on Android Report
 
IRJET- Approaching Highlights and Security issues in Software Engineering...
IRJET-  	  Approaching Highlights and Security issues in Software Engineering...IRJET-  	  Approaching Highlights and Security issues in Software Engineering...
IRJET- Approaching Highlights and Security issues in Software Engineering...
 
An Android Application Studhelper for Engineering Students
An Android Application Studhelper for Engineering StudentsAn Android Application Studhelper for Engineering Students
An Android Application Studhelper for Engineering Students
 
file
filefile
file
 
IRJET- College Enquiry Chat-Bot using API.AI
IRJET- College Enquiry Chat-Bot using API.AIIRJET- College Enquiry Chat-Bot using API.AI
IRJET- College Enquiry Chat-Bot using API.AI
 
IRJET- A Review on Several Vulnerabilities Detection Techniques in Androi...
IRJET-  	  A Review on Several Vulnerabilities Detection Techniques in Androi...IRJET-  	  A Review on Several Vulnerabilities Detection Techniques in Androi...
IRJET- A Review on Several Vulnerabilities Detection Techniques in Androi...
 

Viewers also liked

Projectof a consumer awareness and perception towards woolen shawls
Projectof a consumer awareness and perception towards woolen shawlsProjectof a consumer awareness and perception towards woolen shawls
Projectof a consumer awareness and perception towards woolen shawlsSahil Marwaha
 
A project report on customer perception towards the post sale services provi...
A project report on  customer perception towards the post sale services provi...A project report on  customer perception towards the post sale services provi...
A project report on customer perception towards the post sale services provi...Babasab Patil
 
A Study/Project on Customer Perception towards Titan Products by Titan Indust...
A Study/Project on Customer Perception towards Titan Products by Titan Indust...A Study/Project on Customer Perception towards Titan Products by Titan Indust...
A Study/Project on Customer Perception towards Titan Products by Titan Indust...Aditya Gupta
 
Innovative strategies for energy optimization
Innovative strategies for energy optimizationInnovative strategies for energy optimization
Innovative strategies for energy optimizationeSAT Publishing House
 
Humidity intrusion effects on the properties of sound
Humidity intrusion effects on the properties of soundHumidity intrusion effects on the properties of sound
Humidity intrusion effects on the properties of soundeSAT Publishing House
 
Whiteboard image reconstruction using matlab
Whiteboard image reconstruction using matlabWhiteboard image reconstruction using matlab
Whiteboard image reconstruction using matlabeSAT Publishing House
 
Cast metal flow analysis of intermediate flange
Cast metal flow analysis of intermediate flangeCast metal flow analysis of intermediate flange
Cast metal flow analysis of intermediate flangeeSAT Publishing House
 
Exploring the preferred temperature on occupants thermal comfort in the humid...
Exploring the preferred temperature on occupants thermal comfort in the humid...Exploring the preferred temperature on occupants thermal comfort in the humid...
Exploring the preferred temperature on occupants thermal comfort in the humid...eSAT Publishing House
 
Hybrid fingerprint matching algorithm for high accuracy and reliability
Hybrid fingerprint matching algorithm for high accuracy and reliabilityHybrid fingerprint matching algorithm for high accuracy and reliability
Hybrid fingerprint matching algorithm for high accuracy and reliabilityeSAT Publishing House
 
Comparison of symmetrical and asymmetrical cascaded
Comparison of symmetrical and asymmetrical cascadedComparison of symmetrical and asymmetrical cascaded
Comparison of symmetrical and asymmetrical cascadedeSAT Publishing House
 
Remote field programmable gate array (fpga) lab
Remote field programmable gate array (fpga) labRemote field programmable gate array (fpga) lab
Remote field programmable gate array (fpga) labeSAT Publishing House
 
Enhanced bandwidth multiband slot antenna for portable devices
Enhanced bandwidth multiband slot antenna for portable devicesEnhanced bandwidth multiband slot antenna for portable devices
Enhanced bandwidth multiband slot antenna for portable deviceseSAT Publishing House
 
Design of digital signature verification algorithm using relative slope method
Design of digital signature verification algorithm using relative slope methodDesign of digital signature verification algorithm using relative slope method
Design of digital signature verification algorithm using relative slope methodeSAT Publishing House
 
Mesoscopic simulation of incompressible fluid flow in
Mesoscopic simulation of incompressible fluid flow inMesoscopic simulation of incompressible fluid flow in
Mesoscopic simulation of incompressible fluid flow ineSAT Publishing House
 
A review on glitch reduction techniques
A review on glitch reduction techniquesA review on glitch reduction techniques
A review on glitch reduction techniqueseSAT Publishing House
 
Face detection for video summary using enhancement based fusion strategy
Face detection for video summary using enhancement based fusion strategyFace detection for video summary using enhancement based fusion strategy
Face detection for video summary using enhancement based fusion strategyeSAT Publishing House
 
Secure data dissemination protocol in wireless sensor networks using xor netw...
Secure data dissemination protocol in wireless sensor networks using xor netw...Secure data dissemination protocol in wireless sensor networks using xor netw...
Secure data dissemination protocol in wireless sensor networks using xor netw...eSAT Publishing House
 
Seismic response of circuit breakers
Seismic response of circuit breakersSeismic response of circuit breakers
Seismic response of circuit breakerseSAT Publishing House
 
An innovative way for computerized smith chart generation and transmission li...
An innovative way for computerized smith chart generation and transmission li...An innovative way for computerized smith chart generation and transmission li...
An innovative way for computerized smith chart generation and transmission li...eSAT Publishing House
 
Energy efficient ccrvc scheme for secure communications in mobile ad hoc netw...
Energy efficient ccrvc scheme for secure communications in mobile ad hoc netw...Energy efficient ccrvc scheme for secure communications in mobile ad hoc netw...
Energy efficient ccrvc scheme for secure communications in mobile ad hoc netw...eSAT Publishing House
 

Viewers also liked (20)

Projectof a consumer awareness and perception towards woolen shawls
Projectof a consumer awareness and perception towards woolen shawlsProjectof a consumer awareness and perception towards woolen shawls
Projectof a consumer awareness and perception towards woolen shawls
 
A project report on customer perception towards the post sale services provi...
A project report on  customer perception towards the post sale services provi...A project report on  customer perception towards the post sale services provi...
A project report on customer perception towards the post sale services provi...
 
A Study/Project on Customer Perception towards Titan Products by Titan Indust...
A Study/Project on Customer Perception towards Titan Products by Titan Indust...A Study/Project on Customer Perception towards Titan Products by Titan Indust...
A Study/Project on Customer Perception towards Titan Products by Titan Indust...
 
Innovative strategies for energy optimization
Innovative strategies for energy optimizationInnovative strategies for energy optimization
Innovative strategies for energy optimization
 
Humidity intrusion effects on the properties of sound
Humidity intrusion effects on the properties of soundHumidity intrusion effects on the properties of sound
Humidity intrusion effects on the properties of sound
 
Whiteboard image reconstruction using matlab
Whiteboard image reconstruction using matlabWhiteboard image reconstruction using matlab
Whiteboard image reconstruction using matlab
 
Cast metal flow analysis of intermediate flange
Cast metal flow analysis of intermediate flangeCast metal flow analysis of intermediate flange
Cast metal flow analysis of intermediate flange
 
Exploring the preferred temperature on occupants thermal comfort in the humid...
Exploring the preferred temperature on occupants thermal comfort in the humid...Exploring the preferred temperature on occupants thermal comfort in the humid...
Exploring the preferred temperature on occupants thermal comfort in the humid...
 
Hybrid fingerprint matching algorithm for high accuracy and reliability
Hybrid fingerprint matching algorithm for high accuracy and reliabilityHybrid fingerprint matching algorithm for high accuracy and reliability
Hybrid fingerprint matching algorithm for high accuracy and reliability
 
Comparison of symmetrical and asymmetrical cascaded
Comparison of symmetrical and asymmetrical cascadedComparison of symmetrical and asymmetrical cascaded
Comparison of symmetrical and asymmetrical cascaded
 
Remote field programmable gate array (fpga) lab
Remote field programmable gate array (fpga) labRemote field programmable gate array (fpga) lab
Remote field programmable gate array (fpga) lab
 
Enhanced bandwidth multiband slot antenna for portable devices
Enhanced bandwidth multiband slot antenna for portable devicesEnhanced bandwidth multiband slot antenna for portable devices
Enhanced bandwidth multiband slot antenna for portable devices
 
Design of digital signature verification algorithm using relative slope method
Design of digital signature verification algorithm using relative slope methodDesign of digital signature verification algorithm using relative slope method
Design of digital signature verification algorithm using relative slope method
 
Mesoscopic simulation of incompressible fluid flow in
Mesoscopic simulation of incompressible fluid flow inMesoscopic simulation of incompressible fluid flow in
Mesoscopic simulation of incompressible fluid flow in
 
A review on glitch reduction techniques
A review on glitch reduction techniquesA review on glitch reduction techniques
A review on glitch reduction techniques
 
Face detection for video summary using enhancement based fusion strategy
Face detection for video summary using enhancement based fusion strategyFace detection for video summary using enhancement based fusion strategy
Face detection for video summary using enhancement based fusion strategy
 
Secure data dissemination protocol in wireless sensor networks using xor netw...
Secure data dissemination protocol in wireless sensor networks using xor netw...Secure data dissemination protocol in wireless sensor networks using xor netw...
Secure data dissemination protocol in wireless sensor networks using xor netw...
 
Seismic response of circuit breakers
Seismic response of circuit breakersSeismic response of circuit breakers
Seismic response of circuit breakers
 
An innovative way for computerized smith chart generation and transmission li...
An innovative way for computerized smith chart generation and transmission li...An innovative way for computerized smith chart generation and transmission li...
An innovative way for computerized smith chart generation and transmission li...
 
Energy efficient ccrvc scheme for secure communications in mobile ad hoc netw...
Energy efficient ccrvc scheme for secure communications in mobile ad hoc netw...Energy efficient ccrvc scheme for secure communications in mobile ad hoc netw...
Energy efficient ccrvc scheme for secure communications in mobile ad hoc netw...
 

Similar to Survey mobile app

Importance of Programming Language in Day to Day Life
Importance of Programming Language in Day to Day LifeImportance of Programming Language in Day to Day Life
Importance of Programming Language in Day to Day Lifeijtsrd
 
Dr.mobi. “a medical suggestor in your hand”
Dr.mobi. “a medical suggestor in your hand”Dr.mobi. “a medical suggestor in your hand”
Dr.mobi. “a medical suggestor in your hand”eSAT Publishing House
 
Android Based E-Learning Application Class-E
Android Based E-Learning Application Class-EAndroid Based E-Learning Application Class-E
Android Based E-Learning Application Class-EIRJET Journal
 
Mobile application development process
Mobile application development processMobile application development process
Mobile application development processTalentSmart1
 
Test Cases and Testing Strategies for Mobile Apps –A Survey
Test Cases and Testing Strategies for  Mobile Apps  –A SurveyTest Cases and Testing Strategies for  Mobile Apps  –A Survey
Test Cases and Testing Strategies for Mobile Apps –A SurveyIRJET Journal
 
Mobile application Project report B.Tech Final year
Mobile application Project report B.Tech Final yearMobile application Project report B.Tech Final year
Mobile application Project report B.Tech Final yearChin2uuu
 
A Review and Analysis on Mobile Application Development Processes using Agile...
A Review and Analysis on Mobile Application Development Processes using Agile...A Review and Analysis on Mobile Application Development Processes using Agile...
A Review and Analysis on Mobile Application Development Processes using Agile...IJORCS
 
Mobile Application Project report
Mobile Application Project reportMobile Application Project report
Mobile Application Project reportChin2uuu
 
MedWise: Your Healthmate
MedWise: Your HealthmateMedWise: Your Healthmate
MedWise: Your HealthmateIRJET Journal
 
Bandwidth Efficient : On-Demand Multimedia Advertisements using Mobile Agents
Bandwidth Efficient : On-Demand Multimedia Advertisements using Mobile AgentsBandwidth Efficient : On-Demand Multimedia Advertisements using Mobile Agents
Bandwidth Efficient : On-Demand Multimedia Advertisements using Mobile AgentsIRJET Journal
 
Exact Cost of Development an App in India.pdf
Exact Cost of Development an App in India.pdfExact Cost of Development an App in India.pdf
Exact Cost of Development an App in India.pdfIndian Website Company
 
Dynamic interaction of mobile device and database for
Dynamic interaction of mobile device and database forDynamic interaction of mobile device and database for
Dynamic interaction of mobile device and database foreSAT Publishing House
 
DEVELOPMENT OF A LOCATION-BASED APPROACHING NOTIFICATION SYSTEM USING ANDROID...
DEVELOPMENT OF A LOCATION-BASED APPROACHING NOTIFICATION SYSTEM USING ANDROID...DEVELOPMENT OF A LOCATION-BASED APPROACHING NOTIFICATION SYSTEM USING ANDROID...
DEVELOPMENT OF A LOCATION-BASED APPROACHING NOTIFICATION SYSTEM USING ANDROID...csandit
 
IRJET- App Misbehaviour Check: Development of Virus Modeling, Propagation...
IRJET-  	  App Misbehaviour Check: Development of Virus Modeling, Propagation...IRJET-  	  App Misbehaviour Check: Development of Virus Modeling, Propagation...
IRJET- App Misbehaviour Check: Development of Virus Modeling, Propagation...IRJET Journal
 
Android Device Testing_ Ensuring Quality and Performance.pdf
Android Device Testing_ Ensuring Quality and Performance.pdfAndroid Device Testing_ Ensuring Quality and Performance.pdf
Android Device Testing_ Ensuring Quality and Performance.pdfkalichargn70th171
 
College app for android device
College app for android deviceCollege app for android device
College app for android device8759000398
 

Similar to Survey mobile app (20)

Survey mobile app
Survey mobile appSurvey mobile app
Survey mobile app
 
Importance of Programming Language in Day to Day Life
Importance of Programming Language in Day to Day LifeImportance of Programming Language in Day to Day Life
Importance of Programming Language in Day to Day Life
 
IRJET- Techhubb
IRJET-  	  TechhubbIRJET-  	  Techhubb
IRJET- Techhubb
 
Dr.mobi. “a medical suggestor in your hand”
Dr.mobi. “a medical suggestor in your hand”Dr.mobi. “a medical suggestor in your hand”
Dr.mobi. “a medical suggestor in your hand”
 
Android Based E-Learning Application Class-E
Android Based E-Learning Application Class-EAndroid Based E-Learning Application Class-E
Android Based E-Learning Application Class-E
 
Mobile application development process
Mobile application development processMobile application development process
Mobile application development process
 
Test Cases and Testing Strategies for Mobile Apps –A Survey
Test Cases and Testing Strategies for  Mobile Apps  –A SurveyTest Cases and Testing Strategies for  Mobile Apps  –A Survey
Test Cases and Testing Strategies for Mobile Apps –A Survey
 
Mobile application Project report B.Tech Final year
Mobile application Project report B.Tech Final yearMobile application Project report B.Tech Final year
Mobile application Project report B.Tech Final year
 
A Review and Analysis on Mobile Application Development Processes using Agile...
A Review and Analysis on Mobile Application Development Processes using Agile...A Review and Analysis on Mobile Application Development Processes using Agile...
A Review and Analysis on Mobile Application Development Processes using Agile...
 
Mobile Application Project report
Mobile Application Project reportMobile Application Project report
Mobile Application Project report
 
Presentation1
Presentation1Presentation1
Presentation1
 
MedWise: Your Healthmate
MedWise: Your HealthmateMedWise: Your Healthmate
MedWise: Your Healthmate
 
how to choose right mobile app development tools
how to choose right mobile app development toolshow to choose right mobile app development tools
how to choose right mobile app development tools
 
Bandwidth Efficient : On-Demand Multimedia Advertisements using Mobile Agents
Bandwidth Efficient : On-Demand Multimedia Advertisements using Mobile AgentsBandwidth Efficient : On-Demand Multimedia Advertisements using Mobile Agents
Bandwidth Efficient : On-Demand Multimedia Advertisements using Mobile Agents
 
Exact Cost of Development an App in India.pdf
Exact Cost of Development an App in India.pdfExact Cost of Development an App in India.pdf
Exact Cost of Development an App in India.pdf
 
Dynamic interaction of mobile device and database for
Dynamic interaction of mobile device and database forDynamic interaction of mobile device and database for
Dynamic interaction of mobile device and database for
 
DEVELOPMENT OF A LOCATION-BASED APPROACHING NOTIFICATION SYSTEM USING ANDROID...
DEVELOPMENT OF A LOCATION-BASED APPROACHING NOTIFICATION SYSTEM USING ANDROID...DEVELOPMENT OF A LOCATION-BASED APPROACHING NOTIFICATION SYSTEM USING ANDROID...
DEVELOPMENT OF A LOCATION-BASED APPROACHING NOTIFICATION SYSTEM USING ANDROID...
 
IRJET- App Misbehaviour Check: Development of Virus Modeling, Propagation...
IRJET-  	  App Misbehaviour Check: Development of Virus Modeling, Propagation...IRJET-  	  App Misbehaviour Check: Development of Virus Modeling, Propagation...
IRJET- App Misbehaviour Check: Development of Virus Modeling, Propagation...
 
Android Device Testing_ Ensuring Quality and Performance.pdf
Android Device Testing_ Ensuring Quality and Performance.pdfAndroid Device Testing_ Ensuring Quality and Performance.pdf
Android Device Testing_ Ensuring Quality and Performance.pdf
 
College app for android device
College app for android deviceCollege app for android device
College app for android device
 

More from eSAT Publishing House

Likely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnamLikely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnameSAT Publishing House
 
Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...eSAT Publishing House
 
Hudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnamHudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnameSAT Publishing House
 
Groundwater investigation using geophysical methods a case study of pydibhim...
Groundwater investigation using geophysical methods  a case study of pydibhim...Groundwater investigation using geophysical methods  a case study of pydibhim...
Groundwater investigation using geophysical methods a case study of pydibhim...eSAT Publishing House
 
Flood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, indiaFlood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, indiaeSAT Publishing House
 
Enhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity buildingEnhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity buildingeSAT Publishing House
 
Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...eSAT Publishing House
 
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...eSAT Publishing House
 
Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...eSAT Publishing House
 
Shear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a reviewShear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a revieweSAT Publishing House
 
Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...eSAT Publishing House
 
Risk analysis and environmental hazard management
Risk analysis and environmental hazard managementRisk analysis and environmental hazard management
Risk analysis and environmental hazard managementeSAT Publishing House
 
Review study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear wallsReview study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear wallseSAT Publishing House
 
Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...eSAT Publishing House
 
Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...eSAT Publishing House
 
Coastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of indiaCoastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of indiaeSAT Publishing House
 
Can fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structuresCan fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structureseSAT Publishing House
 
Assessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildingsAssessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildingseSAT Publishing House
 
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...eSAT Publishing House
 
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...eSAT Publishing House
 

More from eSAT Publishing House (20)

Likely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnamLikely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnam
 
Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...
 
Hudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnamHudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnam
 
Groundwater investigation using geophysical methods a case study of pydibhim...
Groundwater investigation using geophysical methods  a case study of pydibhim...Groundwater investigation using geophysical methods  a case study of pydibhim...
Groundwater investigation using geophysical methods a case study of pydibhim...
 
Flood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, indiaFlood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, india
 
Enhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity buildingEnhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity building
 
Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...
 
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
 
Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...
 
Shear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a reviewShear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a review
 
Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...
 
Risk analysis and environmental hazard management
Risk analysis and environmental hazard managementRisk analysis and environmental hazard management
Risk analysis and environmental hazard management
 
Review study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear wallsReview study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear walls
 
Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...
 
Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...
 
Coastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of indiaCoastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of india
 
Can fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structuresCan fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structures
 
Assessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildingsAssessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildings
 
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
 
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
 

Recently uploaded

CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfAsst.prof M.Gokilavani
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...VICTOR MAESTRE RAMIREZ
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionDr.Costas Sachpazis
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSCAESB
 
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
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girlsssuser7cb4ff
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
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
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxPoojaBan
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort servicejennyeacort
 
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2RajaP95
 
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
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineeringmalavadedarshan25
 

Recently uploaded (20)

CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentation
 
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.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...
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girls
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
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
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptx
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
 
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
 
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
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineering
 

Survey mobile app

  • 1. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 03 Issue: 01 | Jan-2014, Available @ http://www.ijret.org 594 SURVEY MOBILE APP Trupti Kalkar1 , Sneha Akre2 , Ashwini Gudadhe3 , Megha Dhundale4 1, 2, 3, 4 Student, Information Technology, Rajiv Gandhi College of Engg, Nagpur, Maharashtra, India Abstract From a long time different surveys are carried to get some kind of stats related to particular survey. But these surveys involve lot of manual methods and huge amount of human intervention which sometimes causes delays in the surveys. To make use of our App in Government sector and to reduce the work done manually for different market surveys done by the different Organizations. The main motive of choosing this topic was to make our product work in Android Mobiles. This is a Survey Mobile App basically will be used in public and private sectors of any Organizations. This App is used to reduce the workload of any employee who does his work manually. This app will allow us to make surveys of different type from just one single mobile app .This App will help him to do his work in more convenient manner. Keywords: Marketing, Survey, Android, ASP.NET, Phone Gap, JQuery. -----------------------------------------------------------------------***---------------------------------------------------------------------- 1. INTRODUCTION 1.1 Definition of Surveys 1. Marketing: A detailed study of a market or geographical area to gather data on attitudes, impressions, opinions, satisfaction level, etc., by polling a section of the population. 2. Real estate: A map or plat drawn by a licensed-surveyor after measuring a piece of land, to show its area, boundaries, contours, elevations, improvements, and its relationship to the surrounding land. A property survey confirms that a particular piece of land or building is sited in accordance to its legal description. Types of surveys • Face-to-face interviews. • Phone interviews • Written questionnaire 1.2 Categories of Surveys • Customer Satisfaction Surveys • Employee Satisfaction Survey • HR Survey & Training Surveys • Business Survey • Marketing Survey • Market Research Survey • Student Survey, Teacher Survey, School Survey • Non-Profit Survey • Meeting Survey & Event Planning Survey • Product Feedback Surveys 1.3 Characteristics of Survey • Present or proposed practices or program are questioned. • A comprehensive study and evaluation is made of the status of all factors relating to the practices or programs questioned. • Both immediate and future needs are stated as they are indicated by the status study and research findings. • Practices or programs are outlined to meet the needs Surveys may be classified in a number of ways, as for example: scope, comprehensive or limited; agency, outside or internal. The following classification has proved most helpful to the writer. Brief comments will be made about each type of survey. 2. LITERATURE SURVEY 2.1 What is a Survey? 2.2 Android An open source Linux based operating system, Android was Purchased by Google in 2005[16]. Android was founded with the Open Handset Alliance, and finally released for mobile devices such as Smartphone and sold it’s first easy for developers to program the device in languages such as C, C++ and Java. Google also provides a freely available Software development kit (SDK) to facilitate application creation. Android powered devices have grown to be a common sight internationally today, leading the global Smartphone marketplace share for mobile operating systems as of early 2013 at approximately 70% [19]. Android has seen numerous
  • 2. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 03 Issue: 01 | Jan-2014, Available @ http://www.ijret.org 595 updates spanning from version 1 through 4.2. x providing new features, performance boost, design changes, as well security patches. There's no other software quite like Android. Google Engineered Android and Google’s own apps run best on it. And with millions of apps, games, songs, and videos on Google Play, Android is great for fun, and for getting things Done Android devices come in all kinds of sizes, with all sorts of features, and at all sorts of prices. Each version of Android is named after a dessert, and the most recent version of Android is Jelly Bean. With Android, you’re in control of your mobile experience. With the enormous popularity and growth of the Android platform has seen since its inception, it not surprising that it’s become a more lucrative target for malware designers. The Android platform is designed to allow developers to use core device functionality such as the text messages and the calling features. The Android platform debuted on only 1 phone on one carrier and now is offered on hundreds of phone across every major carrier. In recent years the number of mobile malware on the Android platform has begun alarming security experts and customers alike. During the 3rd quarter of 2012 a security group F-Secure detected over 51,000 malware instances an increase by 10 folds from the previous 2nd quarter where only approximately 5,000 instances. Among them only 146 were from the Google Play store. The growth and a adoption rate for Android has seen a positive increase since its debut and with 2009-quarter estimates from a research company analysis showing 2.8% market share to a dominating 70% in the first quarter in 2013. Google reported in 2011, that there were 550,000 activations daily and growing by approximately 4.4% per week. It was these kinds of number that attracted such a large malware developing community for PCs. Android today can be seen used in to the latest versions has meant that many of these vulnerabilities have remained throughout the updates. A sample was taken using data from Google’s Play store to get a representative measure on the distribution of different currently being used. International communities such as South America and China even though China has had limited access to Google services including the Google Play store. The evolution of the Android platform has seen several version changes from 1.x when first revealed in 2007 and now its latest iterations as of early 2013 codename Jelly Bean version 4.x.x. Each version has added new features and boasted overall performance as well as closing security holes and resolving vulnerabilities. Unfortunately, a slow adaption to the latest versions has meant that many of these vulnerabilities have remained throughout the updates. A sample was taken using data from Google’s Play store to get a representative measure on the distribution of different currently being used. Data collected during ending of December 2013. Versions with less than 0.1% distribution are not shown. Take Google with you Your stuff, always available, no wires needed Play everywhere you go • Powerful, simple, and beautiful • Multi-tasking • Voice typing and actions • Photos and videos • Beyond Smart 2.3 ASP.net ASP.NET is a server-side Web application framework designed for Web development to produce dynamic Web pages. It was developed by Microsoft to allow programmers to build dynamic web sites, web applications and web services. It
  • 3. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 03 Issue: 01 | Jan-2014, Available @ http://www.ijret.org 596 was first released in January 2002 with version 1.0 of the .NET Framework, and is the successor to Microsoft's Active Server Pages (ASP) technology. ASP.NET is built on the Common Language Runtime (CLR), allowing programmers to write ASP.NET code using any supported .NET language. The ASP.NET SOAP extension framework allows ASP.NET components to process SOAP messages. 2.4 Characteristics of ASP.Net ASP.NET Web pages, known officially as Web Forms are the main building blocks for application development. Web forms are contained in files with a ".aspx" extension; these files typically contain static (X) HTML markup, as well as markup defining server-side Web Controls and User Controls where the developers place all the rc content [further explanation needed] for the Web page. Additionally, dynamic code which runs on the server can be placed in a page within a block <% - - dynamic code -- %>, which is similar to other Web development technologies such as PHP, JSP, and ASP. With ASP.NET Framework 2.0, Microsoft introduced a new code- behind model which allows static text to remain on the .aspx page, while dynamic code remains in an .aspx.vb or .aspx.cs or .aspx.fs file (depending on the programming language used). 3. DESIGN 3.1 Implementation • Creating survey using custom patterns and database architecture: User can create surveys by entering survey title and different types of categories of survey he is creating. After clicking on Add Question button slide box will take place which will include Question text and Question type. Depending upon the type of Question selected the related text box will be drawn out for the user. The included information will be loaded into database tables. • Survey modification and monitoring system: Surveys can be updated by deleting, modifying, renaming acording to the user and new survey can be created again. • Category of survey to be updated if needed: If the user want to insert new categories in the types of categories list during run time he will be able to do so. 4. METHODOLOGY • The technique that is of prime importance and will be used with Android Mobile App is Phone Gap. This framework allows us to create HTML pages that can be rendered in a particular mobile app. Phone Gap latest version that is to be used is 2.2.0. Along with that Android SDK will be used to provide communication medium between Android OS and Phone Gap framework. • Later part of this project will include server based functionalities which will be implemented in .Net Framework. It will also contain Web Services made in .Net Framework and most interesting part will interaction between these web services and Android mobile App i.e. communication of two different platforms.
  • 4. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 03 Issue: 01 | Jan-2014, Available @ http://www.ijret.org 597 Fig 1: Home Page Description of Fig 1: Fig 1 shows the home page of our application. In includes three create buttons and login button by which the user can login and create n use surveys made by him. Fig 2: Login Page Description of Fig 2: The second page include login page in which the user would get the facility to create different kind of surveys. Login page will include user id and his password. Fig 3: Welcome usser Login Page Description of Fig 3: In fig 3 the user will use his account and form surveys and after using his account he can logout. One user can create many surveys. Fig 4: Survey Creation Page
  • 5. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 03 Issue: 01 | Jan-2014, Available @ http://www.ijret.org 598 Description of Fig 4: In fig 4 users can create surveys by entering survey title and different types of categories of survey he is creating. After clicking on Add Question button slide box will take place which will include Question text and Question type. Depending upon the type of Question selected the related text box will be drawn out for the user. CONCLUSIONS Thus we have almost completed the work of creating web pages and the database of our first phase successfully. The future work of our project will be the pages created in the first phase will be loaded in the mobile from the server through connectivity. ACKNOWLEDGEMENTS Many people in, Rajiv Gandhi College of Engineering and Research (RGCER) College have supported us from the beginning of our B.E project work. Without them, the project would obviously not have looked the way it does now. Person we would like to thank is our Project Guide Mrs.Puja S Prasad, Professor of Information Technology, RGCER, Nagpur. She has helped us in many ways. Her enthusiastic engagements in our project work and her never-ending stream of ideas have been absolutely essential for the results, presented here. We are very grateful that she has spent so much time with us discussing different problems ranging from philosophical issues down to minute technical details. REFERENCES [1] http://source.android.com/ [2] http://www.androiddevelopers.com/ [3] http://developer.android.com/guide/components/index. html [4] http://docs.phonegap.com/en/3.0.0/index.html [5] http://www.w3schools.com/aspnet/webpages_intro.asp [6] http://api.jquery.com/category/ajax/ [7] Beginning Android 4 Application Development. [8] Android.Application.Development.For.Dummies [9] Android-a programmer’s guide [10] Introduction-to-android-845 [11] Android Overview[Online] Available: [12] http://www.openhandsetalliance.com/android_overvie w .html [13] Professional Android Programming with Mono for Android and .NET/C# [14] Symantec. Android.geinimi. [15] http://www.symantec.com/security_response/writeup.js p?docid=2011 010111-5403-99 BIOGRAPHIES Trupti Kalkar study in Rajiv Gandhi College of Engineering and Research, in department of Information Technology 8th semester .she is presented her 1st intern national paper. Email id: t.kalkar@gmail.com Sneha Akre study in Rajiv Gandhi College of Engineering and Research, in department of Information Technology 8th semester she is Presented the 1 international paper. Email id: sneha.akre@gmail.com Ashwini Gudadhe study in Rajiv Gandhi College of Engineering and Research, in department of Information Technology 8th semester she is Presented the 1 international paper. Email id: gudadheashu@gmail.com Megha Dhundale study in Rajiv Gandhi College of Engineering and Research, in department of Information Technology 8th semester she is Presented the 1 international paper. Email id: dhundalemegha@gmail.com