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

MPROVING THE PRIVACY-PRESERVING OF COVID-19 BLUETOOTH-BASED CONTACT TRACI...
MPROVING THE PRIVACY-PRESERVING   OF COVID-19 BLUETOOTH-BASED   CONTACT TRACI...MPROVING THE PRIVACY-PRESERVING   OF COVID-19 BLUETOOTH-BASED   CONTACT TRACI...
MPROVING THE PRIVACY-PRESERVING OF COVID-19 BLUETOOTH-BASED CONTACT TRACI...AIRCC Publishing Corporation
 
Super convergence of autonomous things
Super convergence of autonomous thingsSuper convergence of autonomous things
Super convergence of autonomous thingsConference Papers
 
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
 
A Survey: Data Leakage Detection Techniques
A Survey: Data Leakage Detection Techniques A Survey: Data Leakage Detection Techniques
A Survey: Data Leakage Detection Techniques IJECEIAES
 
Continuous User Identity Verification through Secure Login Session
 	  Continuous User Identity Verification through Secure Login Session 	  Continuous User Identity Verification through Secure Login Session
Continuous User Identity Verification through Secure Login SessionIRJET Journal
 
Attribute-based Permission Model for Android Smartphones
Attribute-based Permission Model for Android SmartphonesAttribute-based Permission Model for Android Smartphones
Attribute-based Permission Model for Android SmartphonesIJCSIS Research Publications
 
Lessons Learned From the Yahoo! Hack
Lessons Learned From the Yahoo! HackLessons Learned From the Yahoo! Hack
Lessons Learned From the Yahoo! HackImperva
 
Improved indistinguishability for searchable symmetric encryption
Improved indistinguishability for searchable symmetric encryptionImproved indistinguishability for searchable symmetric encryption
Improved indistinguishability for searchable symmetric encryptionConference Papers
 
Validation of early testing method for e government projects by requirement ...
Validation of early testing method for e  government projects by requirement ...Validation of early testing method for e  government projects by requirement ...
Validation of early testing method for e government projects by requirement ...Conference Papers
 
IRJET- Implementation of Handling Android Application using SMS(Short Mes...
IRJET-  	  Implementation of Handling Android Application using SMS(Short Mes...IRJET-  	  Implementation of Handling Android Application using SMS(Short Mes...
IRJET- Implementation of Handling Android Application using SMS(Short Mes...IRJET Journal
 
Web Applications Assessment Tools: Comparison and Discussion
Web Applications Assessment Tools: Comparison and DiscussionWeb Applications Assessment Tools: Comparison and Discussion
Web Applications Assessment Tools: Comparison and DiscussionEECJOURNAL
 
A Study of Database Protection Techniques
A Study of Database Protection TechniquesA Study of Database Protection Techniques
A Study of Database Protection TechniquesIJSRED
 
A new approach for formal behavioral
A new approach for formal behavioralA new approach for formal behavioral
A new approach for formal behavioralijfcstjournal
 
Provide security about risk score in mobile application’s
Provide security about risk score in mobile application’sProvide security about risk score in mobile application’s
Provide security about risk score in mobile application’seSAT Journals
 
Ijeee 51-57-preventing sql injection attacks in web application
Ijeee 51-57-preventing sql injection attacks in web applicationIjeee 51-57-preventing sql injection attacks in web application
Ijeee 51-57-preventing sql injection attacks in web applicationKumar Goud
 
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
 
IRJET- Monitoring and Detecting Abnormal Behaviour in Mobile Cloud Infrastruc...
IRJET- Monitoring and Detecting Abnormal Behaviour in Mobile Cloud Infrastruc...IRJET- Monitoring and Detecting Abnormal Behaviour in Mobile Cloud Infrastruc...
IRJET- Monitoring and Detecting Abnormal Behaviour in Mobile Cloud Infrastruc...IRJET Journal
 
Rational Unified Treatment for Web Application Vulnerability Assessment
Rational Unified Treatment for Web Application Vulnerability AssessmentRational Unified Treatment for Web Application Vulnerability Assessment
Rational Unified Treatment for Web Application Vulnerability AssessmentVESIT/University of Mumbai
 
IRJET - An Intelligent Recommendation for Social Contextual Image using H...
IRJET -  	  An Intelligent Recommendation for Social Contextual Image using H...IRJET -  	  An Intelligent Recommendation for Social Contextual Image using H...
IRJET - An Intelligent Recommendation for Social Contextual Image using H...IRJET Journal
 

What's hot (20)

MPROVING THE PRIVACY-PRESERVING OF COVID-19 BLUETOOTH-BASED CONTACT TRACI...
MPROVING THE PRIVACY-PRESERVING   OF COVID-19 BLUETOOTH-BASED   CONTACT TRACI...MPROVING THE PRIVACY-PRESERVING   OF COVID-19 BLUETOOTH-BASED   CONTACT TRACI...
MPROVING THE PRIVACY-PRESERVING OF COVID-19 BLUETOOTH-BASED CONTACT TRACI...
 
Super convergence of autonomous things
Super convergence of autonomous thingsSuper convergence of autonomous things
Super convergence of autonomous things
 
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
 
A Survey: Data Leakage Detection Techniques
A Survey: Data Leakage Detection Techniques A Survey: Data Leakage Detection Techniques
A Survey: Data Leakage Detection Techniques
 
Continuous User Identity Verification through Secure Login Session
 	  Continuous User Identity Verification through Secure Login Session 	  Continuous User Identity Verification through Secure Login Session
Continuous User Identity Verification through Secure Login Session
 
Attribute-based Permission Model for Android Smartphones
Attribute-based Permission Model for Android SmartphonesAttribute-based Permission Model for Android Smartphones
Attribute-based Permission Model for Android Smartphones
 
Lessons Learned From the Yahoo! Hack
Lessons Learned From the Yahoo! HackLessons Learned From the Yahoo! Hack
Lessons Learned From the Yahoo! Hack
 
Improved indistinguishability for searchable symmetric encryption
Improved indistinguishability for searchable symmetric encryptionImproved indistinguishability for searchable symmetric encryption
Improved indistinguishability for searchable symmetric encryption
 
Validation of early testing method for e government projects by requirement ...
Validation of early testing method for e  government projects by requirement ...Validation of early testing method for e  government projects by requirement ...
Validation of early testing method for e government projects by requirement ...
 
IRJET- Implementation of Handling Android Application using SMS(Short Mes...
IRJET-  	  Implementation of Handling Android Application using SMS(Short Mes...IRJET-  	  Implementation of Handling Android Application using SMS(Short Mes...
IRJET- Implementation of Handling Android Application using SMS(Short Mes...
 
Web Applications Assessment Tools: Comparison and Discussion
Web Applications Assessment Tools: Comparison and DiscussionWeb Applications Assessment Tools: Comparison and Discussion
Web Applications Assessment Tools: Comparison and Discussion
 
A Study of Database Protection Techniques
A Study of Database Protection TechniquesA Study of Database Protection Techniques
A Study of Database Protection Techniques
 
A new approach for formal behavioral
A new approach for formal behavioralA new approach for formal behavioral
A new approach for formal behavioral
 
H1803044651
H1803044651H1803044651
H1803044651
 
Provide security about risk score in mobile application’s
Provide security about risk score in mobile application’sProvide security about risk score in mobile application’s
Provide security about risk score in mobile application’s
 
Ijeee 51-57-preventing sql injection attacks in web application
Ijeee 51-57-preventing sql injection attacks in web applicationIjeee 51-57-preventing sql injection attacks in web application
Ijeee 51-57-preventing sql injection attacks in web application
 
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- Monitoring and Detecting Abnormal Behaviour in Mobile Cloud Infrastruc...
IRJET- Monitoring and Detecting Abnormal Behaviour in Mobile Cloud Infrastruc...IRJET- Monitoring and Detecting Abnormal Behaviour in Mobile Cloud Infrastruc...
IRJET- Monitoring and Detecting Abnormal Behaviour in Mobile Cloud Infrastruc...
 
Rational Unified Treatment for Web Application Vulnerability Assessment
Rational Unified Treatment for Web Application Vulnerability AssessmentRational Unified Treatment for Web Application Vulnerability Assessment
Rational Unified Treatment for Web Application Vulnerability Assessment
 
IRJET - An Intelligent Recommendation for Social Contextual Image using H...
IRJET -  	  An Intelligent Recommendation for Social Contextual Image using H...IRJET -  	  An Intelligent Recommendation for Social Contextual Image using H...
IRJET - An Intelligent Recommendation for Social Contextual Image using H...
 

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
 
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
 
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
 
MedWise: Your Healthmate
MedWise: Your HealthmateMedWise: Your Healthmate
MedWise: Your HealthmateIRJET Journal
 
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
 
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
 
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
 
IRJET- Trend Analysis on Twitter
IRJET- Trend Analysis on TwitterIRJET- Trend Analysis on Twitter
IRJET- Trend Analysis on TwitterIRJET 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
 
Mobile Application Project report
Mobile Application Project reportMobile Application Project report
Mobile Application Project reportChin2uuu
 
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
 
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
 
College app for android device
College app for android deviceCollege app for android device
College app for android device8759000398
 
IRJET - Analysis of Fake Ranking on Social Media: Twitter
IRJET - Analysis of Fake Ranking on Social Media: TwitterIRJET - Analysis of Fake Ranking on Social Media: Twitter
IRJET - Analysis of Fake Ranking on Social Media: TwitterIRJET Journal
 

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
 
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”
 
IRJET- Techhubb
IRJET-  	  TechhubbIRJET-  	  Techhubb
IRJET- Techhubb
 
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
 
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
 
20120140503012
2012014050301220120140503012
20120140503012
 
MedWise: Your Healthmate
MedWise: Your HealthmateMedWise: Your Healthmate
MedWise: Your Healthmate
 
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...
 
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...
 
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
 
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
 
IRJET- Trend Analysis on Twitter
IRJET- Trend Analysis on TwitterIRJET- Trend Analysis on Twitter
IRJET- Trend Analysis on Twitter
 
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
 
Mobile Application Project report
Mobile Application Project reportMobile Application Project report
Mobile Application Project report
 
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
 
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...
 
College app for android device
College app for android deviceCollege app for android device
College app for android device
 
IRJET - Analysis of Fake Ranking on Social Media: Twitter
IRJET - Analysis of Fake Ranking on Social Media: TwitterIRJET - Analysis of Fake Ranking on Social Media: Twitter
IRJET - Analysis of Fake Ranking on Social Media: Twitter
 

More from eSAT Journals

Mechanical properties of hybrid fiber reinforced concrete for pavements
Mechanical properties of hybrid fiber reinforced concrete for pavementsMechanical properties of hybrid fiber reinforced concrete for pavements
Mechanical properties of hybrid fiber reinforced concrete for pavementseSAT Journals
 
Material management in construction – a case study
Material management in construction – a case studyMaterial management in construction – a case study
Material management in construction – a case studyeSAT Journals
 
Managing drought short term strategies in semi arid regions a case study
Managing drought    short term strategies in semi arid regions  a case studyManaging drought    short term strategies in semi arid regions  a case study
Managing drought short term strategies in semi arid regions a case studyeSAT Journals
 
Life cycle cost analysis of overlay for an urban road in bangalore
Life cycle cost analysis of overlay for an urban road in bangaloreLife cycle cost analysis of overlay for an urban road in bangalore
Life cycle cost analysis of overlay for an urban road in bangaloreeSAT Journals
 
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materialsLaboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materialseSAT Journals
 
Laboratory investigation of expansive soil stabilized with natural inorganic ...
Laboratory investigation of expansive soil stabilized with natural inorganic ...Laboratory investigation of expansive soil stabilized with natural inorganic ...
Laboratory investigation of expansive soil stabilized with natural inorganic ...eSAT Journals
 
Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of reinforcement on the behavior of hollow concrete block masonry p...Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of reinforcement on the behavior of hollow concrete block masonry p...eSAT Journals
 
Influence of compaction energy on soil stabilized with chemical stabilizer
Influence of compaction energy on soil stabilized with chemical stabilizerInfluence of compaction energy on soil stabilized with chemical stabilizer
Influence of compaction energy on soil stabilized with chemical stabilizereSAT Journals
 
Geographical information system (gis) for water resources management
Geographical information system (gis) for water resources managementGeographical information system (gis) for water resources management
Geographical information system (gis) for water resources managementeSAT Journals
 
Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Forest type mapping of bidar forest division, karnataka using geoinformatics ...Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Forest type mapping of bidar forest division, karnataka using geoinformatics ...eSAT Journals
 
Factors influencing compressive strength of geopolymer concrete
Factors influencing compressive strength of geopolymer concreteFactors influencing compressive strength of geopolymer concrete
Factors influencing compressive strength of geopolymer concreteeSAT Journals
 
Experimental investigation on circular hollow steel columns in filled with li...
Experimental investigation on circular hollow steel columns in filled with li...Experimental investigation on circular hollow steel columns in filled with li...
Experimental investigation on circular hollow steel columns in filled with li...eSAT Journals
 
Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...eSAT Journals
 
Evaluation of punching shear in flat slabs
Evaluation of punching shear in flat slabsEvaluation of punching shear in flat slabs
Evaluation of punching shear in flat slabseSAT Journals
 
Evaluation of performance of intake tower dam for recent earthquake in india
Evaluation of performance of intake tower dam for recent earthquake in indiaEvaluation of performance of intake tower dam for recent earthquake in india
Evaluation of performance of intake tower dam for recent earthquake in indiaeSAT Journals
 
Evaluation of operational efficiency of urban road network using travel time ...
Evaluation of operational efficiency of urban road network using travel time ...Evaluation of operational efficiency of urban road network using travel time ...
Evaluation of operational efficiency of urban road network using travel time ...eSAT Journals
 
Estimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn methodEstimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn methodeSAT Journals
 
Estimation of morphometric parameters and runoff using rs &amp; gis techniques
Estimation of morphometric parameters and runoff using rs &amp; gis techniquesEstimation of morphometric parameters and runoff using rs &amp; gis techniques
Estimation of morphometric parameters and runoff using rs &amp; gis techniqueseSAT Journals
 
Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...eSAT Journals
 
Effect of use of recycled materials on indirect tensile strength of asphalt c...
Effect of use of recycled materials on indirect tensile strength of asphalt c...Effect of use of recycled materials on indirect tensile strength of asphalt c...
Effect of use of recycled materials on indirect tensile strength of asphalt c...eSAT Journals
 

More from eSAT Journals (20)

Mechanical properties of hybrid fiber reinforced concrete for pavements
Mechanical properties of hybrid fiber reinforced concrete for pavementsMechanical properties of hybrid fiber reinforced concrete for pavements
Mechanical properties of hybrid fiber reinforced concrete for pavements
 
Material management in construction – a case study
Material management in construction – a case studyMaterial management in construction – a case study
Material management in construction – a case study
 
Managing drought short term strategies in semi arid regions a case study
Managing drought    short term strategies in semi arid regions  a case studyManaging drought    short term strategies in semi arid regions  a case study
Managing drought short term strategies in semi arid regions a case study
 
Life cycle cost analysis of overlay for an urban road in bangalore
Life cycle cost analysis of overlay for an urban road in bangaloreLife cycle cost analysis of overlay for an urban road in bangalore
Life cycle cost analysis of overlay for an urban road in bangalore
 
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materialsLaboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
 
Laboratory investigation of expansive soil stabilized with natural inorganic ...
Laboratory investigation of expansive soil stabilized with natural inorganic ...Laboratory investigation of expansive soil stabilized with natural inorganic ...
Laboratory investigation of expansive soil stabilized with natural inorganic ...
 
Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of reinforcement on the behavior of hollow concrete block masonry p...Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of reinforcement on the behavior of hollow concrete block masonry p...
 
Influence of compaction energy on soil stabilized with chemical stabilizer
Influence of compaction energy on soil stabilized with chemical stabilizerInfluence of compaction energy on soil stabilized with chemical stabilizer
Influence of compaction energy on soil stabilized with chemical stabilizer
 
Geographical information system (gis) for water resources management
Geographical information system (gis) for water resources managementGeographical information system (gis) for water resources management
Geographical information system (gis) for water resources management
 
Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Forest type mapping of bidar forest division, karnataka using geoinformatics ...Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Forest type mapping of bidar forest division, karnataka using geoinformatics ...
 
Factors influencing compressive strength of geopolymer concrete
Factors influencing compressive strength of geopolymer concreteFactors influencing compressive strength of geopolymer concrete
Factors influencing compressive strength of geopolymer concrete
 
Experimental investigation on circular hollow steel columns in filled with li...
Experimental investigation on circular hollow steel columns in filled with li...Experimental investigation on circular hollow steel columns in filled with li...
Experimental investigation on circular hollow steel columns in filled with li...
 
Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...
 
Evaluation of punching shear in flat slabs
Evaluation of punching shear in flat slabsEvaluation of punching shear in flat slabs
Evaluation of punching shear in flat slabs
 
Evaluation of performance of intake tower dam for recent earthquake in india
Evaluation of performance of intake tower dam for recent earthquake in indiaEvaluation of performance of intake tower dam for recent earthquake in india
Evaluation of performance of intake tower dam for recent earthquake in india
 
Evaluation of operational efficiency of urban road network using travel time ...
Evaluation of operational efficiency of urban road network using travel time ...Evaluation of operational efficiency of urban road network using travel time ...
Evaluation of operational efficiency of urban road network using travel time ...
 
Estimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn methodEstimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn method
 
Estimation of morphometric parameters and runoff using rs &amp; gis techniques
Estimation of morphometric parameters and runoff using rs &amp; gis techniquesEstimation of morphometric parameters and runoff using rs &amp; gis techniques
Estimation of morphometric parameters and runoff using rs &amp; gis techniques
 
Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...
 
Effect of use of recycled materials on indirect tensile strength of asphalt c...
Effect of use of recycled materials on indirect tensile strength of asphalt c...Effect of use of recycled materials on indirect tensile strength of asphalt c...
Effect of use of recycled materials on indirect tensile strength of asphalt c...
 

Recently uploaded

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
 
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
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSISrknatarajan
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)Suman Mia
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingrakeshbaidya232001
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
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
 
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
 
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
 
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
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Call Girls in Nagpur High Profile
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...ranjana rawat
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
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
 
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxthe ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxhumanexperienceaaa
 
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
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSRajkumarAkumalla
 

Recently uploaded (20)

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
 
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
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSIS
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writing
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
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 )
 
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
 
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...
 
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
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
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
 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
 
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
 
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
 
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxthe ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
 
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
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
 

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