SlideShare a Scribd company logo
1 of 6
Download to read offline
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 03 Issue: 04 | Apr-2014, Available @ http://www.ijret.org 268
IMPLEMENTATION OF SQL SERVER BASED ON SQLITE ENGINE ON
ANDROID PLATFORM
Kiran Dhokale1
, Namdeo Bange2
, Shelke Pradip3
, Sachin Malave4
1
B.E computer engineering, Institute of Knowledge College of engineering, Pune
2
B.E computer engineering, Institute of Knowledge College of engineering, Pune
3
B.E computer engineering, Institute of Knowledge College of engineering, Pune
4
Professor, Institute of Knowledge College of engineering, Pune
Abstract
Android is an open source software assemble of an operating system, middleware and key applications for mobile devices introduced
by Google capable of running multiple application programs. It is a complete operating environment based upon the Linux V2.6
kernel. Initially, the deployment target for Android was the mobile-phone arena such as smart phones and low-cost flip-phone devices.
Android platform is produced to make new and innovative mobile application program for the developers to make full use of all
functions connected to handset internet. As a complete mobile platform, Android provides universal set of powerful Operation System,
Comprehensive Library Set, abundant Multimedia User Interface and Phone Application. The data storage burden is eased because
the Android platform includes the popular open source SQLite database. SQLite is a software library that implements a SQL engine. It
has been used with great success as on-disk file format: allows the developer to handle data in a simple way, but also have the use of
database features (such as undo, redo, etc.). In embedded device environment, in which there is low-concurrency and there are little
or medium size datasets, SQLite is the right choice. Purposed system gives the Databases created will be accessible by name to any
class not only in the application, but also outside the application.
Keywords: Embedded Database, android, android platform, SQLite database
-----------------------------------------------------------------------***----------------------------------------------------------------------
1. INTRODUCTION
Android platform is produced to make new and innovative
mobile application program for the developers to make full
use of all functions connected to handset internet. As a
complete mobile platform, Android provides universal set of
powerful Operation System, Comprehensive Library Set,
abundant Multimedia User Interface and Phone Application.
The data storage burden is eased because the Android platform
includes the popular open source SQLite database. SQLite is a
software library that implements a SQL engine. It has been
used with great success as on-disk file format: allows the
developer to handle data in a simple way, but also have the use
of database features (such as undo, redo, etc.). In embedded
device environment, in which there is low-concurrency and
there are little or medium size datasets, SQLite is the right
choice. Android is a software stack for mobile devices that
includes an operating system, middleware, and key
applications. The Android SDK provides the tools and
libraries necessary to begin developing applications that run
on Android-powered devices. Android provides full support
for Sql server databases. Databases created will be accessible
by name to any class in the application, but not outside the
application. Hence we require Sql server Database. For any
software application on any system we require database to
store the data. Android platform includes the popular open
source SQLite database which has been used with great
success as on-disk file format that allows the developer to
handle data in a simple way, but also have the use of database
features (such as undo, redo, etc.).
2. EXISTING SYSTEM
SQLite Android phone
Fig 1.Existing System Architecture
In the current system configuration, data will be stored inside
the Mobile phone in SQLite Database (see Figure 1). If we
want to save the data in a common place, i.e., Remote Server
until now there is no easy mechanism to implement this. The
need for storing Information in remote server exists because
even if the mobile is lost or stolen you can get Back all the
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 03 Issue: 04 | Apr-2014, Available @ http://www.ijret.org 269
expenses data stored inside the phone. The idea of storing
information in remote server is implemented using Web
Services which can save the data in the Remote database like
SQL Server.
2.1 Drawbacks
• No full data Access.
• Database not Accessible from outside application.
• Memory Problem.
• Not Secure.
• Not Flexible.
3. PROBLEM STATEMENT
There is acute problem of storing the data in mobile platform
now a day the mobile users are increasing day-by-day we need
the database for storing the data the database available for the
Android mobile phones is SQLite database but with the
SQLite database there are many problems such Access to the
database, security problem, memory problem, OS support
problems come into picture Can this problem be solved?
Solution to this problem is SQL database server we are going
to resolve the maximum problems that are going to face by
SQLite database .we are going to concentrate maximum on the
access of database from the application and outside the
application. SQL database server give the full and secure
access to the database
4. PROPOSED SYSTEM
Fig 2 Proposed System Architecture
Our proposed system overcomes the drawbacks of the existing
system. It has advance facilities to make it more user friendly.
The proposed mobile application is completed based on
Service Oriented Architecture (SOA) where we have thin
clients like Android Phones, iPhones, etc. Services are self-
contained and communicate using messages like xml. They
are cross platform, asynchronous, reliable and secured. SOA is
an architectural style for building business applications using
loosely coupled services which act like black boxes and can be
orchestrated to achieve a specific functionality by linking
together which you can see in Figure 1.2. Once we have a web
service in remote server with centralized database then we can
use the same web service for different clients either it may be
Android, iPhone, Blackberry, Windows phone, Bada, Java
phones, Symbian phones, etc. Different clients can use the
common web service to save or retrieve the data. We can also
take backup/restore the database from database end.
4.1 Our Plan and its Advantages:
 For Day to Day Life: Android mobile users directly
store the data in the mobile.
 Data Access outside the Application: Android mobile
users can easily access the data inside the application
as well as outside the application.
 Minimum Memory Requirement: It is a lightweight
transactional database engine that occupies a small
amount of disk storage and memory.
 Supports Standard Relational Database: Proposed
system supports standard Relational database features
like SQL syntax, transactions and prepared
statements.
 User-Friendly.
 No Database Setup or Administration Required:
Using proposed system database in Android does not
require any database setup or administration
 Full Android os supported: proposed system gives
full support to the android mobile applications.
5. SYSTEM REQUIREMENT
A) Hardware Components
B) Software Requirement
Hardware Components:
Table 1: Hardware Components
System Pentium IV 2.4 GHz & onwards.
Hard Disk 40 GB
Monitor 15 VGA Color
Mouse USB
RAM 256 MB
Smartphone with Android 2.0 onwards
Client1 Client2 Client3
Server Interface (Port)
Server
SQLite Engine
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 03 Issue: 04 | Apr-2014, Available @ http://www.ijret.org 270
Software Requirement:
Table 2: Software Requirements
Operating
System
Windows XPSP2 & onwards.
Language
Java (JDK 1.6 & onwards) &
Android SDK Tools (Version
22.0.4),eclipse ADT
Emulator Android Emulator.
SQLite SQLite Engine.
5.1 Development Tools
Eclipse & Android SDK Tools are an integrated development
environment (IDE) for visually designing, constructing,
testing, and deploying Web services, portals, and Java (J2EE)
applications.
5.1.1 Eclipse
In computer programming Eclipse does a multi-language
Iintegrated development environment (IDE) comprise a base
workspace and an extensible plug-in system for customizing
the environment. It is written mostly in Java. It can be used to
develop applications in Java and, by means of various plug-
ins, other programming language including Ada, C, C++,
COBOL, Fortran, Haskell, JavaScript, Lasso, Perl, PHP,
Python, Ruby, Scala, Clojure, Groovy, Scheme, and Erlang. It
can also be used to develop packages for the software
Mathematica. Development environments include the Eclipse
Java development tools (JDT) for Java and Scala, Eclipse
CDT for C/C++ and Eclipse PDT for PHP, among others. The
initial codebase originated from IBM VisualAge. The Eclipse
software development kit (SDK), which includes the Java
development tools, is meant for Java developers. Users can
extend its abilities by installing plug-ins written for the Eclipse
Platform, such as development toolkits for other programming
languages, and can write and contribute their own plug-in
modules. Released under the terms of the Eclipse Public
License, Eclipse SDK is free and open source
software(although it is incompatible with the GNU General
Public License). It was one of the first IDEs to run under GNU
Class path and it runs without problems under Iced Tea. [16]
5.1.2 Android SDK Tools
The Android software development kit (SDK) includes a
comprehensive set of development tools. These include a
debugger, libraries, a handset emulator based on QEMU,
documentation, sample code, and tutorials. Currently
supported development platforms include computers running
Linux (any modern desktop Linux distribution), Mac OS X
10.5.8 or later, Windows XP or later; for the moment one can
develop Android software on Android itself by using [AIDE -
Android IDE - Java, C++] app and [Android java editor] app.
The officially supported integrated development environment
(IDE) is Eclipse using the Android Development Tools (ADT)
Plugin, though IntelliJ IDEA IDE (all editions) fully supports
Android development out of the box, and NetBeans IDE also
supports Android development via a plugin. Additionally,
developers may use any text editor to edit Java and XML files,
then use command line tools (Java Development Kit and
Apache Ant are required) to create, build and debug Android
applications as well as control attached Android devices (e.g.,
triggering a reboot, installing software package(s)
remotely).Enhancements to Android's SDK go hand in hand
with the overall Android platform development. The SDK also
supports older versions of the Android platform in case
developers wish to target their applications at older devices.
Development tools are downloadable components, so after one
has downloaded the latest version and platform, older
platforms and tools can also be downloaded for compatibility
testing.[17]
Android applications are packaged in .apk format and stored
under /data/app folder on the Android OS (the folder is
accessible only to the root user for security reasons). APK
package contains .dex files (compiled byte code files called
Dalvik executable), resource files, etc.
5.2 Design tool – Star UML Software Modeler
StarUML supports most of the diagram types specified in
UML 2.0. It is currently missing object, package, timing and
interaction overview diagrams (though the first two can be
adequately modeled through the class diagram
editor).StarUML supports most of the diagram types specified
in UML 2.0. It is currently missing object, package, timing
and interaction overview diagrams (though the first two can be
adequately modeled through the class diagram editor).
6. NON-FUNCTIONAL REQUIREMENTS
 There are requirements that are not functional in
nature. Specifically, these are the constraints the
system must work within.
 The Database must be compatible with the Android
OS based on Smartphone’s.
6.1 Performance Requirements
 Clicking any Application the data which is created by
application will take less than 1 second
 Immediate accessing of Database services
 Any activity related to Database should take less than
3 second.
6.2 Safety Requirements
 The database should be carefully maintained by the
administrator any loss may lead to chaos.
 Control access to Database.
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 03 Issue: 04 | Apr-2014, Available @ http://www.ijret.org 271
 Prevention of Duplicate Data.
6.3 Security Requirements
 The system should be secure enough to protect
against denial-of-service attacks. Administrator
password must be highly confidential.
 They should be secure enough to prevent the
corruption of data from unauthorized user.
 The users login information should be secure enough
so that anyone cannot access data except authorize
person.
6.4 Dependability
 Database must be reliable enough so that when
different users perform the same task, the expected
outcome does not differ.
 The Database must be reliable enough so that when
users perform normal functions the system does not
fail.
6.5 Usability
 The application must be easy enough to learn so that
users know how to use the product entirely on their
first try.
 The Database must be more efficient than similar
products.
6.6 Flexibility
 The Database must be able to support Android
Application.
 The Database must be able to support Android OS.
 The Database must be flexible enough to support
users with different power.
7. BASIC CONCEPT
Database is basic concept because to design Application
maximum number of times we require Database because
every information in which are require are stored in the
database. So database is essential part of the computer system
.same concept is going to use in the mobile or smart phones
also the speed of application is depend on the database also
then we are searching for the mobile databases we find that
storing the information in the mobile is very difficult because
memory problem is big concern with the mobile Databases. So
we find the Databases recently used for storing the
information .we find that the SQLite Database most popularly
used now a days for mobile phones .we find that this Database
has many problems we have to resolve that problems .some
problems are we can’t access Database outside the application.
Memory problem, Security problem.so we concentrate on this
problem what we have to do is synchronize the maximum data
in the less memory then we can resolve the problem of
memory. We are going to use the socket programming so that
we are giving full access to all the application and lastly the
problem of security can be resolve by giving authentication to
the users .we are not use locking and unlocking that are used
in the SQLite.
8. LITERATURE SURVEY
8.1 Survey 1
1. Paper Title: Creating and Using Databases for Android
Applications, June 2012.
8.1.1 Paper Discussion
This paper presents the overview of the Android platform
towards software development for mobile and non-mobile
applications. Android platform includes the popular open
source SQLite database which has been used with great
success as on-disk file format that allows the developer to
handle data in a simple way, but also have the use of database
features (such as undo, redo, etc.).
8.1.2 Advantages
 The Database stored in the SQLite Database instead
of folders, other Database.
 Memory requirement is minimum.
 Locking and Unlocking is used for security purpose.
8.1.3 Disadvantages:
 The Database stored in the SQLite Database not
accessible outside the application.
 Locking and Unlocking is used that not provide full
security.
 Concurrent access to the database not possible.
8.2 Survey 2
1. Paper Title: Accessing External Databases from Mobile
Applications.
8.2.1 Paper Discussion
In the early years of this decade, we have seen an explosion in
the number of mobile devices such as smart phones and tablets
from varied manufacturers consisting of varied operating
systems. At the same time, the number of mobile applications
has exceeded 500,000 across all platforms. One of the
characteristics of several of these applications is their use of
databases (either local or remote) for accessing data.
Accessing data from remote databases in mobile applications
is not straightforward. Database queries cannot be invoked on
a remote database as done on a local database. In this paper,
we will discuss the approach to solve this problem by using
MVC (Model-View-Controller) software design pattern. By
using this approach, we can enable mobile applications to
communicate with remote databases seamlessly. The solution
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 03 Issue: 04 | Apr-2014, Available @ http://www.ijret.org 272
discussed in this paper is platform agnostic i.e; this solution
can be used independent of the platform that is used to
develop mobile applications. It can be a native app( iOS,
Android), a mobile web app( HTML5, jQuery, jQtouch) or an
Hybrid app( Phone gap, Rho Mobile, Titanium).
8.2.2 Advantages:
 Database queries can be invoked on remote Database.
 This solution is platform independent.
 Mobile applications communicate with remote
databases seamlessly.
8.2.3 Disadvantages:
 Accessing database from remote database is very
difficult.
 Accessing database from remote server is very time
consuming.
 Database is depend on the remote server for that we
require web connection.
9. OBJECTIVES
The objectives of the SQL server based on SQLite engine can
be stated as follows:
1. User can access data very easily
 The data can be access from database very easily and
fast access of the data.
 Maximum number of queries can be executed by
using SQL server.
 By using queries we can access data without remote
server on local server.
2. Development of the logic that would enable-
 The database can be accessible from the class of the
application but also outside the class of application.
 Concurrent access to the database.
 Persistency to the database is preserved. Maximum
no of data can be stored in less place good memory
management.
3. Database stored is much secured hence only authenticated
users can access to the database.
10. MOTIVATION
The application under consideration, The SQL database
server, is a novel idea which has never been implemented
before. This became our source of motivation for going ahead
with this project. All the current mobile databases are
 Time consuming.
 Memory required is more.
 Data is not secured in the current mobile databases.
 Data in the current mobile databases are not
accessible outside the application.
A different source of motivation behind the development of
this application is that of the IOK College, pune. Teachers &
Student of this college suffering one problem storing the data
in the mobile application they faced the problem in the game
when they don’t get access to all the databases. We thought;
why not develop an Android mobile database. As our gift to
the students & teachers of the IOK-COE? This really gave us
the passion to go after the completion of this project. This
database is given the security, speed, concurrency to the users.
11. SYSTEM IMPLEMENTATION
SQL database system is concurrent database system. Which
give support to the database for the android mobile system. It
going to support only android OS.database is backend of the
mobile application. That is all data required for the mobile
application are stored in the in the database. But the mobile
memory is problem for the mobile. Hence we are going to the
synchronize the database. Hence it take less memory to store
the data .for security we are try to give authentication to the
users .for accessibility we give the access to the database from
inside and outside the mobile application. Like SQL database
for pc we can execute maximum query on the SQL mobile
database. Queries are processed by using the SQLite database
engine. Database stored the database in the persistent way .it
follows the rules of relational database. This database is very
useful for the Android mobile database system.
12. CONCLUSIONS
 Android is a software stack for mobile devices that
includes an operating system, middleware, and key
applications. The Android SDK provides the tools
and libraries necessary to begin developing
applications that run on Android-powered devices.
Android should provide full support for SQL
database server. Databases created will be accessible
by name to any class in the application and outside
the application. This application is very simple to use
and helpful to store the data quickly and with
minimum size for any android application.
 It will also provide a security to all users.
FUTURE SCOPE
The current database SQL Server database can also be
replaced by other open Source databases like MySQL, Oracle,
Postgre, etc. We can improve the security in database storage
which decreases the hacking problems. The current database
server also be replace with the database which can store the
large amount of data with minimum memory requirement. The
current database is replaced with database which can store the
data that is not in structure format. The current database SQL
Server database can also be replaced by other open source
databases like MySQL, Oracle, Postgre, etc.
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 03 Issue: 04 | Apr-2014, Available @ http://www.ijret.org 273
REFERENCES
[1]. Ponniah P, “Database Design and Development: An
Essential Guide for IT Professionals”, ISBN 0-471-21877-4
Copyright © 2003 by John Wiley and Sons, Inc., (2003).
[2]. Christtophe Bobineau, Luc Bouganim, Philippe Pucheral,
Patrick Valduriez, “Pico DBMS: Scaling down Database
Technique for the Smartcard”, Proceeding of 26th
International Conference on Very Large Databases, Cairo,
Egypt. 2000.
[3]. Rick F, van der Lans. Introduction to SQL: Mastering the
Relational Database Language, Addison Wesley, 2006.
[4]. Wang Jinqin, Wan Lixin, The comparison of Embedded
Database Berkeley DB and SQLite, The application of SCM
and Embedded System, 2005, 28(2). 5-7.
[5]. Ling-yun, Li-Jun, The Development and Application of
Script Program Based on SQLite, China Academic Journal
Electronic Publing House, 1994-2008.
[6]. An RFID Attendance and Monitoring System for
University Applications”, an IEEE paper by A.Kassem,
M.Hamad, Z.Chalhoub and S. El Dahdaah, Department of
Electrical and computer and communication engineering,
Notre Dame University, Louaize.
[7]. PortableLab: Implementation of Mobile remote laboratory
for Android platform”, an IEEE paper by Macro Andre
Guerra, Claudia Mariline Francisco, RuiNeves Madeira,
Portugal.
[8]. S. Chaudhuri and G. Weikum. Rethinking Database
System Architecture: Towards a Self-Tuning RISC-Style
Database System. In A. E. Abbadi, M. L. Brodie, S.
Chakravarthy, U. Dayal, N. Kamel, G. Schlageter, and K.-Y.
Whang, editors, Proceedings of 26th International Conference
on Very Large Data Bases (VLDB’00), pages 1–10. Morgan
Kaufmann, 2000.
[9]. S. Lee. Creating and Using Databases for Android
Applications. Academic Journal, Vol. 5(Issue 2):99, June
2012.
[10]. I. Litovski, R. Maynard, Inside Symbian SQL: A Mobile
Developer’s Guide to SQLite, John Wiley & Sons, 2010
[11] G. Allen and M. Owens. The Definitive Guide to SQLite.
2010.
[12]. N. Angelopoulos and P. Taylor. An extensible web
interface for databases and its application to storing
biochemical data. In WLPE ’10, Edinburgh, Scotland, July
2010.
[13]. Mihira Prasanna. Step by Step Procedure to Access Web
Services from Android, 2010.
http://www.codeproject.com/KB/android/webservicefromandr
oid. aspx?display=Print, accessed Jun. 2011.
[14]. Google Inc. ADT Plugin for Eclipse, 2011.
http://developer.android.com/sdk/eclipseadt. html, accessed
Jun. 2011.
[15]. Vito Daniele. Developing Google Android Mobile
ClientsforWebServices,2007.http://www.mobilab.unina.it/tesi/
TESIV.D.Cuccaro.pdf, accessed Jul. 2011.
[16]. http://www.sqlite.org/
[17]. http://developer.android.com/guide/topics/data/data-
storage.htmldb.
[18]. http://www.cellica.com/cellicadatabaseandroid.html.
[19].https://play.google.com/store/apps/details?id=com.luckyd
roid.droidbasehl=en.
[20].http://developer.android.com/guide/components/fundame
ntals.html.
[21].http://developer.android.com/guide/topics/data/data-
storage.htmldb.
[22].http://developer.android.com/guide/topics/data/data-
storage.htmldb.
[23]. http://www.sqlite.org/arch.html.
[24].http://en.wikipedia.org/wiki/Android_%28operating_syst
em%29.
[25].http://developer.android.com/reference/android/database/
sqlite/SQLiteDatabase.html.

More Related Content

Viewers also liked

A novel approach in identification of blood group using laser technology
A novel approach in identification of blood group using laser technologyA novel approach in identification of blood group using laser technology
A novel approach in identification of blood group using laser technologyeSAT Publishing House
 
A new approach on noise estimation of images
A new approach on noise estimation of imagesA new approach on noise estimation of images
A new approach on noise estimation of imageseSAT Publishing House
 
A comprehensive survey on data mining
A comprehensive survey on data miningA comprehensive survey on data mining
A comprehensive survey on data miningeSAT Publishing House
 
Cloud based security threats with present challenges and opportunities for ma...
Cloud based security threats with present challenges and opportunities for ma...Cloud based security threats with present challenges and opportunities for ma...
Cloud based security threats with present challenges and opportunities for ma...eSAT Publishing House
 
A survey on incremental relaying protocols in cooperative communication
A survey on incremental relaying protocols in cooperative communicationA survey on incremental relaying protocols in cooperative communication
A survey on incremental relaying protocols in cooperative communicationeSAT Publishing House
 
Design and implementation of secured scan based attacks on ic’s by using on c...
Design and implementation of secured scan based attacks on ic’s by using on c...Design and implementation of secured scan based attacks on ic’s by using on c...
Design and implementation of secured scan based attacks on ic’s by using on c...eSAT Publishing House
 
Comparative study on tax compliance software
Comparative study on tax compliance softwareComparative study on tax compliance software
Comparative study on tax compliance softwareeSAT Publishing House
 
Study of characteristics of partial replacement of
Study of characteristics of partial replacement ofStudy of characteristics of partial replacement of
Study of characteristics of partial replacement ofeSAT Publishing House
 
Design parameters to obtain al2 o3 nanofluid to enhance
Design parameters to obtain al2 o3 nanofluid to enhanceDesign parameters to obtain al2 o3 nanofluid to enhance
Design parameters to obtain al2 o3 nanofluid to enhanceeSAT Publishing House
 
Study of shear walls in multistoried buildings with different thickness and r...
Study of shear walls in multistoried buildings with different thickness and r...Study of shear walls in multistoried buildings with different thickness and r...
Study of shear walls in multistoried buildings with different thickness and r...eSAT Publishing House
 
Statistical optimization of adsorption variables for biosorption of chromium ...
Statistical optimization of adsorption variables for biosorption of chromium ...Statistical optimization of adsorption variables for biosorption of chromium ...
Statistical optimization of adsorption variables for biosorption of chromium ...eSAT Publishing House
 
Effect of stiffeners on the lateral stiffness of infill frames with openings
Effect of stiffeners on the lateral stiffness of infill frames with openingsEffect of stiffeners on the lateral stiffness of infill frames with openings
Effect of stiffeners on the lateral stiffness of infill frames with openingseSAT Publishing House
 
A technical method of extraction of gold from e waste a multi-sensor based me...
A technical method of extraction of gold from e waste a multi-sensor based me...A technical method of extraction of gold from e waste a multi-sensor based me...
A technical method of extraction of gold from e waste a multi-sensor based me...eSAT Publishing House
 
Reverse logistics a review of literature
Reverse logistics a review of literatureReverse logistics a review of literature
Reverse logistics a review of literatureeSAT Publishing House
 
Size effect in brick masonry wallets
Size effect in brick masonry walletsSize effect in brick masonry wallets
Size effect in brick masonry walletseSAT Publishing House
 
A distinct approach for xmotif application gui test automation
A distinct approach for xmotif application gui test automationA distinct approach for xmotif application gui test automation
A distinct approach for xmotif application gui test automationeSAT Publishing House
 
Performance measurement and dynamic analysis of two
Performance measurement and dynamic analysis of twoPerformance measurement and dynamic analysis of two
Performance measurement and dynamic analysis of twoeSAT Publishing House
 
Enhancing minimal virtual machine migration in cloud environment
Enhancing minimal virtual machine migration in cloud environmentEnhancing minimal virtual machine migration in cloud environment
Enhancing minimal virtual machine migration in cloud environmenteSAT Publishing House
 
Secured client cache sustain for maintaining consistency in manets
Secured client cache sustain for maintaining consistency in manetsSecured client cache sustain for maintaining consistency in manets
Secured client cache sustain for maintaining consistency in manetseSAT Publishing House
 

Viewers also liked (20)

A novel approach in identification of blood group using laser technology
A novel approach in identification of blood group using laser technologyA novel approach in identification of blood group using laser technology
A novel approach in identification of blood group using laser technology
 
A new approach on noise estimation of images
A new approach on noise estimation of imagesA new approach on noise estimation of images
A new approach on noise estimation of images
 
A comprehensive survey on data mining
A comprehensive survey on data miningA comprehensive survey on data mining
A comprehensive survey on data mining
 
Cloud based security threats with present challenges and opportunities for ma...
Cloud based security threats with present challenges and opportunities for ma...Cloud based security threats with present challenges and opportunities for ma...
Cloud based security threats with present challenges and opportunities for ma...
 
M learning in education
M learning in educationM learning in education
M learning in education
 
A survey on incremental relaying protocols in cooperative communication
A survey on incremental relaying protocols in cooperative communicationA survey on incremental relaying protocols in cooperative communication
A survey on incremental relaying protocols in cooperative communication
 
Design and implementation of secured scan based attacks on ic’s by using on c...
Design and implementation of secured scan based attacks on ic’s by using on c...Design and implementation of secured scan based attacks on ic’s by using on c...
Design and implementation of secured scan based attacks on ic’s by using on c...
 
Comparative study on tax compliance software
Comparative study on tax compliance softwareComparative study on tax compliance software
Comparative study on tax compliance software
 
Study of characteristics of partial replacement of
Study of characteristics of partial replacement ofStudy of characteristics of partial replacement of
Study of characteristics of partial replacement of
 
Design parameters to obtain al2 o3 nanofluid to enhance
Design parameters to obtain al2 o3 nanofluid to enhanceDesign parameters to obtain al2 o3 nanofluid to enhance
Design parameters to obtain al2 o3 nanofluid to enhance
 
Study of shear walls in multistoried buildings with different thickness and r...
Study of shear walls in multistoried buildings with different thickness and r...Study of shear walls in multistoried buildings with different thickness and r...
Study of shear walls in multistoried buildings with different thickness and r...
 
Statistical optimization of adsorption variables for biosorption of chromium ...
Statistical optimization of adsorption variables for biosorption of chromium ...Statistical optimization of adsorption variables for biosorption of chromium ...
Statistical optimization of adsorption variables for biosorption of chromium ...
 
Effect of stiffeners on the lateral stiffness of infill frames with openings
Effect of stiffeners on the lateral stiffness of infill frames with openingsEffect of stiffeners on the lateral stiffness of infill frames with openings
Effect of stiffeners on the lateral stiffness of infill frames with openings
 
A technical method of extraction of gold from e waste a multi-sensor based me...
A technical method of extraction of gold from e waste a multi-sensor based me...A technical method of extraction of gold from e waste a multi-sensor based me...
A technical method of extraction of gold from e waste a multi-sensor based me...
 
Reverse logistics a review of literature
Reverse logistics a review of literatureReverse logistics a review of literature
Reverse logistics a review of literature
 
Size effect in brick masonry wallets
Size effect in brick masonry walletsSize effect in brick masonry wallets
Size effect in brick masonry wallets
 
A distinct approach for xmotif application gui test automation
A distinct approach for xmotif application gui test automationA distinct approach for xmotif application gui test automation
A distinct approach for xmotif application gui test automation
 
Performance measurement and dynamic analysis of two
Performance measurement and dynamic analysis of twoPerformance measurement and dynamic analysis of two
Performance measurement and dynamic analysis of two
 
Enhancing minimal virtual machine migration in cloud environment
Enhancing minimal virtual machine migration in cloud environmentEnhancing minimal virtual machine migration in cloud environment
Enhancing minimal virtual machine migration in cloud environment
 
Secured client cache sustain for maintaining consistency in manets
Secured client cache sustain for maintaining consistency in manetsSecured client cache sustain for maintaining consistency in manets
Secured client cache sustain for maintaining consistency in manets
 

Similar to SQL Server on Android Using SQLite

127801976 mobile-shop-management-system-documentation
127801976 mobile-shop-management-system-documentation127801976 mobile-shop-management-system-documentation
127801976 mobile-shop-management-system-documentationNitesh Kumar
 
Sql interview question part 10
Sql interview question part 10Sql interview question part 10
Sql interview question part 10kaashiv1
 
Digitally Record videos & Track Incidents on IPAD Application
Digitally Record videos & Track Incidents on IPAD ApplicationDigitally Record videos & Track Incidents on IPAD Application
Digitally Record videos & Track Incidents on IPAD ApplicationMike Taylor
 
tranning synopsis(java programming).pdf
tranning synopsis(java programming).pdftranning synopsis(java programming).pdf
tranning synopsis(java programming).pdfsumitgiri32
 
Phonebook Directory or Address Book In Android
Phonebook Directory or Address Book In AndroidPhonebook Directory or Address Book In Android
Phonebook Directory or Address Book In AndroidABHISHEK DINKAR
 
Campus portal for wireless devices srs
Campus portal for wireless devices srsCampus portal for wireless devices srs
Campus portal for wireless devices srsAnand Goyal
 
Azure services platform
Azure services platformAzure services platform
Azure services platformjonsn
 
Azure services platform
Azure services platformAzure services platform
Azure services platformDhairyaVora49
 
RT Lab Android Application
RT Lab Android ApplicationRT Lab Android Application
RT Lab Android ApplicationPraahas Amin
 
Android- Introduction for Beginners
Android- Introduction for BeginnersAndroid- Introduction for Beginners
Android- Introduction for BeginnersTripti Tiwari
 
Rfid based job tracking mobile application
Rfid based job tracking mobile applicationRfid based job tracking mobile application
Rfid based job tracking mobile applicationMike Taylor
 
RFID Based Job Tracking Mobile Application that Eliminates Handwritten Notes
RFID Based Job Tracking Mobile Application that Eliminates Handwritten NotesRFID Based Job Tracking Mobile Application that Eliminates Handwritten Notes
RFID Based Job Tracking Mobile Application that Eliminates Handwritten NotesMike Taylor
 
Android Application For Decentralized Family Locator
Android Application For Decentralized Family LocatorAndroid Application For Decentralized Family Locator
Android Application For Decentralized Family LocatorIRJET Journal
 
android app development training report
android app development training reportandroid app development training report
android app development training reportRishita Jaggi
 
Introducing Azure Services Platform V1
Introducing Azure Services Platform V1Introducing Azure Services Platform V1
Introducing Azure Services Platform V1guest120d945
 

Similar to SQL Server on Android Using SQLite (20)

Brijesh Soni
Brijesh SoniBrijesh Soni
Brijesh Soni
 
Fun Food
Fun FoodFun Food
Fun Food
 
127801976 mobile-shop-management-system-documentation
127801976 mobile-shop-management-system-documentation127801976 mobile-shop-management-system-documentation
127801976 mobile-shop-management-system-documentation
 
Sql interview question part 10
Sql interview question part 10Sql interview question part 10
Sql interview question part 10
 
Android Anatomy
Android  AnatomyAndroid  Anatomy
Android Anatomy
 
Documentation
DocumentationDocumentation
Documentation
 
Digitally Record videos & Track Incidents on IPAD Application
Digitally Record videos & Track Incidents on IPAD ApplicationDigitally Record videos & Track Incidents on IPAD Application
Digitally Record videos & Track Incidents on IPAD Application
 
Stmik bandung
Stmik bandungStmik bandung
Stmik bandung
 
tranning synopsis(java programming).pdf
tranning synopsis(java programming).pdftranning synopsis(java programming).pdf
tranning synopsis(java programming).pdf
 
Phonebook Directory or Address Book In Android
Phonebook Directory or Address Book In AndroidPhonebook Directory or Address Book In Android
Phonebook Directory or Address Book In Android
 
Campus portal for wireless devices srs
Campus portal for wireless devices srsCampus portal for wireless devices srs
Campus portal for wireless devices srs
 
Azure services platform
Azure services platformAzure services platform
Azure services platform
 
Azure services platform
Azure services platformAzure services platform
Azure services platform
 
RT Lab Android Application
RT Lab Android ApplicationRT Lab Android Application
RT Lab Android Application
 
Android- Introduction for Beginners
Android- Introduction for BeginnersAndroid- Introduction for Beginners
Android- Introduction for Beginners
 
Rfid based job tracking mobile application
Rfid based job tracking mobile applicationRfid based job tracking mobile application
Rfid based job tracking mobile application
 
RFID Based Job Tracking Mobile Application that Eliminates Handwritten Notes
RFID Based Job Tracking Mobile Application that Eliminates Handwritten NotesRFID Based Job Tracking Mobile Application that Eliminates Handwritten Notes
RFID Based Job Tracking Mobile Application that Eliminates Handwritten Notes
 
Android Application For Decentralized Family Locator
Android Application For Decentralized Family LocatorAndroid Application For Decentralized Family Locator
Android Application For Decentralized Family Locator
 
android app development training report
android app development training reportandroid app development training report
android app development training report
 
Introducing Azure Services Platform V1
Introducing Azure Services Platform V1Introducing Azure Services Platform V1
Introducing Azure Services Platform V1
 

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

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
 
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
 
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZTE
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 
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
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learningmisbanausheenparvam
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.eptoze12
 
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
 
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
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidNikhilNagaraju
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
 
Introduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxIntroduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxvipinkmenon1
 
power system scada applications and uses
power system scada applications and usespower system scada applications and uses
power system scada applications and usesDevarapalliHaritha
 
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
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AIabhishek36461
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024Mark Billinghurst
 
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
 

Recently uploaded (20)

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
 
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
 
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 
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
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learning
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.
 
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
 
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
 
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 )
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfid
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
 
Introduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxIntroduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptx
 
power system scada applications and uses
power system scada applications and usespower system scada applications and uses
power system scada applications and uses
 
★ 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
 
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Serviceyoung call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
 
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
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AI
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024
 
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
 

SQL Server on Android Using SQLite

  • 1. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 03 Issue: 04 | Apr-2014, Available @ http://www.ijret.org 268 IMPLEMENTATION OF SQL SERVER BASED ON SQLITE ENGINE ON ANDROID PLATFORM Kiran Dhokale1 , Namdeo Bange2 , Shelke Pradip3 , Sachin Malave4 1 B.E computer engineering, Institute of Knowledge College of engineering, Pune 2 B.E computer engineering, Institute of Knowledge College of engineering, Pune 3 B.E computer engineering, Institute of Knowledge College of engineering, Pune 4 Professor, Institute of Knowledge College of engineering, Pune Abstract Android is an open source software assemble of an operating system, middleware and key applications for mobile devices introduced by Google capable of running multiple application programs. It is a complete operating environment based upon the Linux V2.6 kernel. Initially, the deployment target for Android was the mobile-phone arena such as smart phones and low-cost flip-phone devices. Android platform is produced to make new and innovative mobile application program for the developers to make full use of all functions connected to handset internet. As a complete mobile platform, Android provides universal set of powerful Operation System, Comprehensive Library Set, abundant Multimedia User Interface and Phone Application. The data storage burden is eased because the Android platform includes the popular open source SQLite database. SQLite is a software library that implements a SQL engine. It has been used with great success as on-disk file format: allows the developer to handle data in a simple way, but also have the use of database features (such as undo, redo, etc.). In embedded device environment, in which there is low-concurrency and there are little or medium size datasets, SQLite is the right choice. Purposed system gives the Databases created will be accessible by name to any class not only in the application, but also outside the application. Keywords: Embedded Database, android, android platform, SQLite database -----------------------------------------------------------------------***---------------------------------------------------------------------- 1. INTRODUCTION Android platform is produced to make new and innovative mobile application program for the developers to make full use of all functions connected to handset internet. As a complete mobile platform, Android provides universal set of powerful Operation System, Comprehensive Library Set, abundant Multimedia User Interface and Phone Application. The data storage burden is eased because the Android platform includes the popular open source SQLite database. SQLite is a software library that implements a SQL engine. It has been used with great success as on-disk file format: allows the developer to handle data in a simple way, but also have the use of database features (such as undo, redo, etc.). In embedded device environment, in which there is low-concurrency and there are little or medium size datasets, SQLite is the right choice. Android is a software stack for mobile devices that includes an operating system, middleware, and key applications. The Android SDK provides the tools and libraries necessary to begin developing applications that run on Android-powered devices. Android provides full support for Sql server databases. Databases created will be accessible by name to any class in the application, but not outside the application. Hence we require Sql server Database. For any software application on any system we require database to store the data. Android platform includes the popular open source SQLite database which has been used with great success as on-disk file format that allows the developer to handle data in a simple way, but also have the use of database features (such as undo, redo, etc.). 2. EXISTING SYSTEM SQLite Android phone Fig 1.Existing System Architecture In the current system configuration, data will be stored inside the Mobile phone in SQLite Database (see Figure 1). If we want to save the data in a common place, i.e., Remote Server until now there is no easy mechanism to implement this. The need for storing Information in remote server exists because even if the mobile is lost or stolen you can get Back all the
  • 2. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 03 Issue: 04 | Apr-2014, Available @ http://www.ijret.org 269 expenses data stored inside the phone. The idea of storing information in remote server is implemented using Web Services which can save the data in the Remote database like SQL Server. 2.1 Drawbacks • No full data Access. • Database not Accessible from outside application. • Memory Problem. • Not Secure. • Not Flexible. 3. PROBLEM STATEMENT There is acute problem of storing the data in mobile platform now a day the mobile users are increasing day-by-day we need the database for storing the data the database available for the Android mobile phones is SQLite database but with the SQLite database there are many problems such Access to the database, security problem, memory problem, OS support problems come into picture Can this problem be solved? Solution to this problem is SQL database server we are going to resolve the maximum problems that are going to face by SQLite database .we are going to concentrate maximum on the access of database from the application and outside the application. SQL database server give the full and secure access to the database 4. PROPOSED SYSTEM Fig 2 Proposed System Architecture Our proposed system overcomes the drawbacks of the existing system. It has advance facilities to make it more user friendly. The proposed mobile application is completed based on Service Oriented Architecture (SOA) where we have thin clients like Android Phones, iPhones, etc. Services are self- contained and communicate using messages like xml. They are cross platform, asynchronous, reliable and secured. SOA is an architectural style for building business applications using loosely coupled services which act like black boxes and can be orchestrated to achieve a specific functionality by linking together which you can see in Figure 1.2. Once we have a web service in remote server with centralized database then we can use the same web service for different clients either it may be Android, iPhone, Blackberry, Windows phone, Bada, Java phones, Symbian phones, etc. Different clients can use the common web service to save or retrieve the data. We can also take backup/restore the database from database end. 4.1 Our Plan and its Advantages:  For Day to Day Life: Android mobile users directly store the data in the mobile.  Data Access outside the Application: Android mobile users can easily access the data inside the application as well as outside the application.  Minimum Memory Requirement: It is a lightweight transactional database engine that occupies a small amount of disk storage and memory.  Supports Standard Relational Database: Proposed system supports standard Relational database features like SQL syntax, transactions and prepared statements.  User-Friendly.  No Database Setup or Administration Required: Using proposed system database in Android does not require any database setup or administration  Full Android os supported: proposed system gives full support to the android mobile applications. 5. SYSTEM REQUIREMENT A) Hardware Components B) Software Requirement Hardware Components: Table 1: Hardware Components System Pentium IV 2.4 GHz & onwards. Hard Disk 40 GB Monitor 15 VGA Color Mouse USB RAM 256 MB Smartphone with Android 2.0 onwards Client1 Client2 Client3 Server Interface (Port) Server SQLite Engine
  • 3. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 03 Issue: 04 | Apr-2014, Available @ http://www.ijret.org 270 Software Requirement: Table 2: Software Requirements Operating System Windows XPSP2 & onwards. Language Java (JDK 1.6 & onwards) & Android SDK Tools (Version 22.0.4),eclipse ADT Emulator Android Emulator. SQLite SQLite Engine. 5.1 Development Tools Eclipse & Android SDK Tools are an integrated development environment (IDE) for visually designing, constructing, testing, and deploying Web services, portals, and Java (J2EE) applications. 5.1.1 Eclipse In computer programming Eclipse does a multi-language Iintegrated development environment (IDE) comprise a base workspace and an extensible plug-in system for customizing the environment. It is written mostly in Java. It can be used to develop applications in Java and, by means of various plug- ins, other programming language including Ada, C, C++, COBOL, Fortran, Haskell, JavaScript, Lasso, Perl, PHP, Python, Ruby, Scala, Clojure, Groovy, Scheme, and Erlang. It can also be used to develop packages for the software Mathematica. Development environments include the Eclipse Java development tools (JDT) for Java and Scala, Eclipse CDT for C/C++ and Eclipse PDT for PHP, among others. The initial codebase originated from IBM VisualAge. The Eclipse software development kit (SDK), which includes the Java development tools, is meant for Java developers. Users can extend its abilities by installing plug-ins written for the Eclipse Platform, such as development toolkits for other programming languages, and can write and contribute their own plug-in modules. Released under the terms of the Eclipse Public License, Eclipse SDK is free and open source software(although it is incompatible with the GNU General Public License). It was one of the first IDEs to run under GNU Class path and it runs without problems under Iced Tea. [16] 5.1.2 Android SDK Tools The Android software development kit (SDK) includes a comprehensive set of development tools. These include a debugger, libraries, a handset emulator based on QEMU, documentation, sample code, and tutorials. Currently supported development platforms include computers running Linux (any modern desktop Linux distribution), Mac OS X 10.5.8 or later, Windows XP or later; for the moment one can develop Android software on Android itself by using [AIDE - Android IDE - Java, C++] app and [Android java editor] app. The officially supported integrated development environment (IDE) is Eclipse using the Android Development Tools (ADT) Plugin, though IntelliJ IDEA IDE (all editions) fully supports Android development out of the box, and NetBeans IDE also supports Android development via a plugin. Additionally, developers may use any text editor to edit Java and XML files, then use command line tools (Java Development Kit and Apache Ant are required) to create, build and debug Android applications as well as control attached Android devices (e.g., triggering a reboot, installing software package(s) remotely).Enhancements to Android's SDK go hand in hand with the overall Android platform development. The SDK also supports older versions of the Android platform in case developers wish to target their applications at older devices. Development tools are downloadable components, so after one has downloaded the latest version and platform, older platforms and tools can also be downloaded for compatibility testing.[17] Android applications are packaged in .apk format and stored under /data/app folder on the Android OS (the folder is accessible only to the root user for security reasons). APK package contains .dex files (compiled byte code files called Dalvik executable), resource files, etc. 5.2 Design tool – Star UML Software Modeler StarUML supports most of the diagram types specified in UML 2.0. It is currently missing object, package, timing and interaction overview diagrams (though the first two can be adequately modeled through the class diagram editor).StarUML supports most of the diagram types specified in UML 2.0. It is currently missing object, package, timing and interaction overview diagrams (though the first two can be adequately modeled through the class diagram editor). 6. NON-FUNCTIONAL REQUIREMENTS  There are requirements that are not functional in nature. Specifically, these are the constraints the system must work within.  The Database must be compatible with the Android OS based on Smartphone’s. 6.1 Performance Requirements  Clicking any Application the data which is created by application will take less than 1 second  Immediate accessing of Database services  Any activity related to Database should take less than 3 second. 6.2 Safety Requirements  The database should be carefully maintained by the administrator any loss may lead to chaos.  Control access to Database.
  • 4. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 03 Issue: 04 | Apr-2014, Available @ http://www.ijret.org 271  Prevention of Duplicate Data. 6.3 Security Requirements  The system should be secure enough to protect against denial-of-service attacks. Administrator password must be highly confidential.  They should be secure enough to prevent the corruption of data from unauthorized user.  The users login information should be secure enough so that anyone cannot access data except authorize person. 6.4 Dependability  Database must be reliable enough so that when different users perform the same task, the expected outcome does not differ.  The Database must be reliable enough so that when users perform normal functions the system does not fail. 6.5 Usability  The application must be easy enough to learn so that users know how to use the product entirely on their first try.  The Database must be more efficient than similar products. 6.6 Flexibility  The Database must be able to support Android Application.  The Database must be able to support Android OS.  The Database must be flexible enough to support users with different power. 7. BASIC CONCEPT Database is basic concept because to design Application maximum number of times we require Database because every information in which are require are stored in the database. So database is essential part of the computer system .same concept is going to use in the mobile or smart phones also the speed of application is depend on the database also then we are searching for the mobile databases we find that storing the information in the mobile is very difficult because memory problem is big concern with the mobile Databases. So we find the Databases recently used for storing the information .we find that the SQLite Database most popularly used now a days for mobile phones .we find that this Database has many problems we have to resolve that problems .some problems are we can’t access Database outside the application. Memory problem, Security problem.so we concentrate on this problem what we have to do is synchronize the maximum data in the less memory then we can resolve the problem of memory. We are going to use the socket programming so that we are giving full access to all the application and lastly the problem of security can be resolve by giving authentication to the users .we are not use locking and unlocking that are used in the SQLite. 8. LITERATURE SURVEY 8.1 Survey 1 1. Paper Title: Creating and Using Databases for Android Applications, June 2012. 8.1.1 Paper Discussion This paper presents the overview of the Android platform towards software development for mobile and non-mobile applications. Android platform includes the popular open source SQLite database which has been used with great success as on-disk file format that allows the developer to handle data in a simple way, but also have the use of database features (such as undo, redo, etc.). 8.1.2 Advantages  The Database stored in the SQLite Database instead of folders, other Database.  Memory requirement is minimum.  Locking and Unlocking is used for security purpose. 8.1.3 Disadvantages:  The Database stored in the SQLite Database not accessible outside the application.  Locking and Unlocking is used that not provide full security.  Concurrent access to the database not possible. 8.2 Survey 2 1. Paper Title: Accessing External Databases from Mobile Applications. 8.2.1 Paper Discussion In the early years of this decade, we have seen an explosion in the number of mobile devices such as smart phones and tablets from varied manufacturers consisting of varied operating systems. At the same time, the number of mobile applications has exceeded 500,000 across all platforms. One of the characteristics of several of these applications is their use of databases (either local or remote) for accessing data. Accessing data from remote databases in mobile applications is not straightforward. Database queries cannot be invoked on a remote database as done on a local database. In this paper, we will discuss the approach to solve this problem by using MVC (Model-View-Controller) software design pattern. By using this approach, we can enable mobile applications to communicate with remote databases seamlessly. The solution
  • 5. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 03 Issue: 04 | Apr-2014, Available @ http://www.ijret.org 272 discussed in this paper is platform agnostic i.e; this solution can be used independent of the platform that is used to develop mobile applications. It can be a native app( iOS, Android), a mobile web app( HTML5, jQuery, jQtouch) or an Hybrid app( Phone gap, Rho Mobile, Titanium). 8.2.2 Advantages:  Database queries can be invoked on remote Database.  This solution is platform independent.  Mobile applications communicate with remote databases seamlessly. 8.2.3 Disadvantages:  Accessing database from remote database is very difficult.  Accessing database from remote server is very time consuming.  Database is depend on the remote server for that we require web connection. 9. OBJECTIVES The objectives of the SQL server based on SQLite engine can be stated as follows: 1. User can access data very easily  The data can be access from database very easily and fast access of the data.  Maximum number of queries can be executed by using SQL server.  By using queries we can access data without remote server on local server. 2. Development of the logic that would enable-  The database can be accessible from the class of the application but also outside the class of application.  Concurrent access to the database.  Persistency to the database is preserved. Maximum no of data can be stored in less place good memory management. 3. Database stored is much secured hence only authenticated users can access to the database. 10. MOTIVATION The application under consideration, The SQL database server, is a novel idea which has never been implemented before. This became our source of motivation for going ahead with this project. All the current mobile databases are  Time consuming.  Memory required is more.  Data is not secured in the current mobile databases.  Data in the current mobile databases are not accessible outside the application. A different source of motivation behind the development of this application is that of the IOK College, pune. Teachers & Student of this college suffering one problem storing the data in the mobile application they faced the problem in the game when they don’t get access to all the databases. We thought; why not develop an Android mobile database. As our gift to the students & teachers of the IOK-COE? This really gave us the passion to go after the completion of this project. This database is given the security, speed, concurrency to the users. 11. SYSTEM IMPLEMENTATION SQL database system is concurrent database system. Which give support to the database for the android mobile system. It going to support only android OS.database is backend of the mobile application. That is all data required for the mobile application are stored in the in the database. But the mobile memory is problem for the mobile. Hence we are going to the synchronize the database. Hence it take less memory to store the data .for security we are try to give authentication to the users .for accessibility we give the access to the database from inside and outside the mobile application. Like SQL database for pc we can execute maximum query on the SQL mobile database. Queries are processed by using the SQLite database engine. Database stored the database in the persistent way .it follows the rules of relational database. This database is very useful for the Android mobile database system. 12. CONCLUSIONS  Android is a software stack for mobile devices that includes an operating system, middleware, and key applications. The Android SDK provides the tools and libraries necessary to begin developing applications that run on Android-powered devices. Android should provide full support for SQL database server. Databases created will be accessible by name to any class in the application and outside the application. This application is very simple to use and helpful to store the data quickly and with minimum size for any android application.  It will also provide a security to all users. FUTURE SCOPE The current database SQL Server database can also be replaced by other open Source databases like MySQL, Oracle, Postgre, etc. We can improve the security in database storage which decreases the hacking problems. The current database server also be replace with the database which can store the large amount of data with minimum memory requirement. The current database is replaced with database which can store the data that is not in structure format. The current database SQL Server database can also be replaced by other open source databases like MySQL, Oracle, Postgre, etc.
  • 6. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 03 Issue: 04 | Apr-2014, Available @ http://www.ijret.org 273 REFERENCES [1]. Ponniah P, “Database Design and Development: An Essential Guide for IT Professionals”, ISBN 0-471-21877-4 Copyright © 2003 by John Wiley and Sons, Inc., (2003). [2]. Christtophe Bobineau, Luc Bouganim, Philippe Pucheral, Patrick Valduriez, “Pico DBMS: Scaling down Database Technique for the Smartcard”, Proceeding of 26th International Conference on Very Large Databases, Cairo, Egypt. 2000. [3]. Rick F, van der Lans. Introduction to SQL: Mastering the Relational Database Language, Addison Wesley, 2006. [4]. Wang Jinqin, Wan Lixin, The comparison of Embedded Database Berkeley DB and SQLite, The application of SCM and Embedded System, 2005, 28(2). 5-7. [5]. Ling-yun, Li-Jun, The Development and Application of Script Program Based on SQLite, China Academic Journal Electronic Publing House, 1994-2008. [6]. An RFID Attendance and Monitoring System for University Applications”, an IEEE paper by A.Kassem, M.Hamad, Z.Chalhoub and S. El Dahdaah, Department of Electrical and computer and communication engineering, Notre Dame University, Louaize. [7]. PortableLab: Implementation of Mobile remote laboratory for Android platform”, an IEEE paper by Macro Andre Guerra, Claudia Mariline Francisco, RuiNeves Madeira, Portugal. [8]. S. Chaudhuri and G. Weikum. Rethinking Database System Architecture: Towards a Self-Tuning RISC-Style Database System. In A. E. Abbadi, M. L. Brodie, S. Chakravarthy, U. Dayal, N. Kamel, G. Schlageter, and K.-Y. Whang, editors, Proceedings of 26th International Conference on Very Large Data Bases (VLDB’00), pages 1–10. Morgan Kaufmann, 2000. [9]. S. Lee. Creating and Using Databases for Android Applications. Academic Journal, Vol. 5(Issue 2):99, June 2012. [10]. I. Litovski, R. Maynard, Inside Symbian SQL: A Mobile Developer’s Guide to SQLite, John Wiley & Sons, 2010 [11] G. Allen and M. Owens. The Definitive Guide to SQLite. 2010. [12]. N. Angelopoulos and P. Taylor. An extensible web interface for databases and its application to storing biochemical data. In WLPE ’10, Edinburgh, Scotland, July 2010. [13]. Mihira Prasanna. Step by Step Procedure to Access Web Services from Android, 2010. http://www.codeproject.com/KB/android/webservicefromandr oid. aspx?display=Print, accessed Jun. 2011. [14]. Google Inc. ADT Plugin for Eclipse, 2011. http://developer.android.com/sdk/eclipseadt. html, accessed Jun. 2011. [15]. Vito Daniele. Developing Google Android Mobile ClientsforWebServices,2007.http://www.mobilab.unina.it/tesi/ TESIV.D.Cuccaro.pdf, accessed Jul. 2011. [16]. http://www.sqlite.org/ [17]. http://developer.android.com/guide/topics/data/data- storage.htmldb. [18]. http://www.cellica.com/cellicadatabaseandroid.html. [19].https://play.google.com/store/apps/details?id=com.luckyd roid.droidbasehl=en. [20].http://developer.android.com/guide/components/fundame ntals.html. [21].http://developer.android.com/guide/topics/data/data- storage.htmldb. [22].http://developer.android.com/guide/topics/data/data- storage.htmldb. [23]. http://www.sqlite.org/arch.html. [24].http://en.wikipedia.org/wiki/Android_%28operating_syst em%29. [25].http://developer.android.com/reference/android/database/ sqlite/SQLiteDatabase.html.