SlideShare une entreprise Scribd logo
1  sur  4
A Personalized Product Search Mobile Application for Google Android Akshay Suresh Manjunath Reddy Varun Vijayvargiya Department of Computer Science and Engineering Ohio State University, Columbus, Ohio Abstract With an increasing focus on software development on Mobile Handsets,  application development for such devices have become a commonplace with  new versions of SDK platforms being introduced by various vendors, both proprietary and open source.  This paper presents one such application for phones that run the Google Android operating system where the users can search for products such as Books, DVDs etc just by scanning the barcode provided on them, allowing addition and searching in a remote database and also networking with other users who may have the product. Introduction Google Android, the mobile phone operating system introduced by Google in 2007 has already been or is in the process of being adopted by various vendors and manufacturers that are part of the Open Handset Alliance (OHA). Android is a software platform and operating system for mobile devices based on the Linux kernel. It allows developers to write managed code using Java. The entire source code for the operating system and the Software Development Kit has been made open source by Google and OHA.  Various applications have been developed worldwide based on Android. Many such applications support use of the inherent capabilities extended by the device such as Camera, GPS, Sensors such as Accelerometer etc. to provide usability and productivity to mobile phone users. Our application enables users to search for products such as books, DVDs and virtually  anything that has a barcode in a remote database and then allow operations such as search and addition to the user’s profile. Also, searching through a network of “friends” is possible so that before going ahead to buy the product, the users may find out which of the “friends” already has it so that they may borrow it from them.  The search is done through reading the image of the barcode provided with such products, decoding the barcode, fetching its information such as ISBN numbers in case of books and sending them to the remote database through the Internet in terms of GET HTTP queries.  In our application, we have used the ZXing Barcode Scanner library developed in Java for various mobile development platforms such as Android, Apple, Blackberry etc.  Architecture and Workflow Figure 1 shows the workflow of the application. The user credentials are first verified. The user credentials has not been fixed to a device. This has been done so that users may take advantage of this application even from other devices that have this application installed.  InternetHTTP Request/ ResponseMySQL DBPHP ScriptHTTP Request/ ResponseArchitectural Overview Figure 1 The camera view is then presented upon which the user focuses the device camera on the product barcode. Now the ZXing library decoding module searches for a good image to work with and decodes the barcode. This provides the system with the barcode information such as the ISBN number in case of books. This information is then sent to the database server maintained centrally in terms of GET HTTP requests. The server side scripts then check the users database for matches. If the product is there in user’s database or with “friends”, the user notified. If in case the user wants to add this entry for example after deciding to buy the product, the system allows such operations. The HTTP connectivity is handled through java.net classes inherent in the Android SDK. The queries to add and search the remote database is handled through GET requests constructed using the inner classes of java.net package.  Enter credentialsStart AppOpen camera and scan the barcodeIf okOption selectedHTTP Request to server via Wi-FiServer queries DBPresent in users/Friends list?Option/ Results Display WindowHTTP Request to server via Wi-FiServer queries DBInsert ISBN into DBPresent in DB?Try AgainYESYESReturn Not FoundyesNo Figure 2 ZXing Barcode scanner The decoding of the barcode was done using the third party ZXing library that is provided free for various mobile platforms. We have used the Core Java and Android Client libraries provided by ZXing that allow image capture, processing, decoding and returning the result in a transparent manner.  We used the RGBMonochromeBitmap class in the Android client library of the ZXing for these activities. The result was obtained through broadcasting an intent throughout the Android runtime system. Backend The centralized database server used is My SQL version 6.0. My SQL is the world's most popular open source database    PHP Scripting is used on the server side for server side processing of data. The values to be checked in the database are obtained from the URL using the GET command.  The database mainly contains 3 tables. One table is used to maintain the ISBN number of the various products that each user has. The 2nd table is used to maintain a list of friends who are in the user’s pre-defined network.  The 3rd table is used to hold details for each user such as the user’s First name, last name, Telephone no and Email id.  When the Check DB option is used, the server checks to see; if the user that has currently logged in has a copy of the product currently scanned. This is done by searching the 1st table with User id= User name with which the user has logged in. If a match is not found in the 1st table i.e. the logged in user doesn’t not own the product then a search is made in the 2nd table to obtain a list of the user’s friends who are within the user’s network. The product is then looked up in the list of products owned by each of the user’s friends. If a match is found, then from the 3rd table which contains each user’s credentials, the contact details of the friend are displayed. The user can now use these contact details to contact his friend and probably ask if he could borrow the book or ask for reviews regarding the product.   The user also has an option of adding the product to the database. When the Store product option is clicked, the application first checks to see if this product is already present in the user’s product list or in any of the user’s friend list, failing which the application stores the scanned ISBN into the 1st table in the database.  Screenshots Following are some screenshots of the application running on the emulator provided with the Android SDK  Figure 3 Figure 4 Figure 5 Figure 6 Technologies Used ,[object Object]
ZXing Barcode Scanner Library 1.2 release
MySQL database
Apache web Server

Contenu connexe

En vedette

virtual classroom for college major project for computer science.
virtual classroom for college major project for computer science.virtual classroom for college major project for computer science.
virtual classroom for college major project for computer science.Madhukar Kumar
 
Barcode latest technology1
Barcode latest technology1Barcode latest technology1
Barcode latest technology1dhananajay95
 
Cross-Platform Barcode Scanning with ZXing, Jonathan Dick
Cross-Platform Barcode Scanning with ZXing, Jonathan DickCross-Platform Barcode Scanning with ZXing, Jonathan Dick
Cross-Platform Barcode Scanning with ZXing, Jonathan DickXamarin
 
Gene Presentation For Android
Gene Presentation For AndroidGene Presentation For Android
Gene Presentation For AndroidGene Leybzon
 
Documentation on barcode technology
Documentation on barcode technologyDocumentation on barcode technology
Documentation on barcode technologybhupathi vikas
 
Barcode In Retail Presentation
Barcode In Retail PresentationBarcode In Retail Presentation
Barcode In Retail Presentationguest561f62
 
Barcode presentation 2013
Barcode presentation 2013Barcode presentation 2013
Barcode presentation 2013JASON WOODHOUSE
 

En vedette (12)

Barcode - 2014
Barcode - 2014Barcode - 2014
Barcode - 2014
 
virtual classroom for college major project for computer science.
virtual classroom for college major project for computer science.virtual classroom for college major project for computer science.
virtual classroom for college major project for computer science.
 
Barcode latest technology1
Barcode latest technology1Barcode latest technology1
Barcode latest technology1
 
Cross-Platform Barcode Scanning with ZXing, Jonathan Dick
Cross-Platform Barcode Scanning with ZXing, Jonathan DickCross-Platform Barcode Scanning with ZXing, Jonathan Dick
Cross-Platform Barcode Scanning with ZXing, Jonathan Dick
 
Virtual Class Room
Virtual Class RoomVirtual Class Room
Virtual Class Room
 
Gene Presentation For Android
Gene Presentation For AndroidGene Presentation For Android
Gene Presentation For Android
 
Documentation on barcode technology
Documentation on barcode technologyDocumentation on barcode technology
Documentation on barcode technology
 
Bar code technology
Bar code technologyBar code technology
Bar code technology
 
Barcode In Retail Presentation
Barcode In Retail PresentationBarcode In Retail Presentation
Barcode In Retail Presentation
 
Barcode presentation 2013
Barcode presentation 2013Barcode presentation 2013
Barcode presentation 2013
 
Barcode technology
Barcode technologyBarcode technology
Barcode technology
 
Barcode
BarcodeBarcode
Barcode
 

Plus de Akshay Suresh

Face Morphing Be Project
Face Morphing Be ProjectFace Morphing Be Project
Face Morphing Be ProjectAkshay Suresh
 
Developement Of A Client Dashboard Final Presentation
Developement Of A Client Dashboard   Final PresentationDevelopement Of A Client Dashboard   Final Presentation
Developement Of A Client Dashboard Final PresentationAkshay Suresh
 
Developement Of A Client Dashboard Final Product Snapshots
Developement Of A Client Dashboard   Final Product SnapshotsDevelopement Of A Client Dashboard   Final Product Snapshots
Developement Of A Client Dashboard Final Product SnapshotsAkshay Suresh
 
Location Based Services
Location Based ServicesLocation Based Services
Location Based ServicesAkshay Suresh
 
Google Andorid Application
Google Andorid ApplicationGoogle Andorid Application
Google Andorid ApplicationAkshay Suresh
 

Plus de Akshay Suresh (6)

Face Morphing Be Project
Face Morphing Be ProjectFace Morphing Be Project
Face Morphing Be Project
 
Face Morphing
Face MorphingFace Morphing
Face Morphing
 
Developement Of A Client Dashboard Final Presentation
Developement Of A Client Dashboard   Final PresentationDevelopement Of A Client Dashboard   Final Presentation
Developement Of A Client Dashboard Final Presentation
 
Developement Of A Client Dashboard Final Product Snapshots
Developement Of A Client Dashboard   Final Product SnapshotsDevelopement Of A Client Dashboard   Final Product Snapshots
Developement Of A Client Dashboard Final Product Snapshots
 
Location Based Services
Location Based ServicesLocation Based Services
Location Based Services
 
Google Andorid Application
Google Andorid ApplicationGoogle Andorid Application
Google Andorid Application
 

Dernier

Vector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptxVector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptxRemote DBA Services
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingEdi Saputra
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...DianaGray10
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodJuan lago vázquez
 
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfRising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfOrbitshub
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAndrey Devyatkin
 
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot ModelMcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot ModelDeepika Singh
 
CNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In PakistanCNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In Pakistandanishmna97
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoffsammart93
 
Exploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusExploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusZilliz
 
ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesrafiqahmad00786416
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Jeffrey Haguewood
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherRemote DBA Services
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobeapidays
 
Six Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal OntologySix Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal Ontologyjohnbeverley2021
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyKhushali Kathiriya
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MIND CTI
 
WSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering DevelopersWSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering DevelopersWSO2
 
[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdfSandro Moreira
 

Dernier (20)

Vector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptxVector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptx
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
 
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfRising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot ModelMcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
 
CNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In PakistanCNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In Pakistan
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
Exploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusExploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with Milvus
 
ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challenges
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
Six Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal OntologySix Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal Ontology
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024
 
WSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering DevelopersWSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering Developers
 
[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf
 

A Personalized Product Search Mobile Applications Using Google Android