Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What database is used in android? How does it differ from client-server database management systems?

Answer Posted / nc1-309

Database is used in Android is SQLite

Since Android was created, we app developers have been using SQLite to store our local data. Sometimes directly with SQL statements, sometimes using an Object-Relational Mapper (ORM) as an abstraction layer, but either way, we've been using SQLite at the end of the day.

SQLite is different from client-server database management system :-

SQLite is a server-less database and is self-contained. This is also referred to as an embedded database which means the DB engine runs as a part of the app. On the other hand, MySQL requires a server to run. MySQL will require a client and server architecture to interact over a network.

Is This Answer Correct ?    4 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is toast notification?

966


What composes a typical android application project?

1019


What are the different approaches that are required to share the objects?

904


How do I upgrade to android lollipop?

1153


Why is it important to have an emulator inside the android environment?

1274


how to fix an android application crash? How to analyze a crash using logcat?

1104


What is difference between serializable and parcelable ? Which is best approach in android ?

962


Which of the method is used to return a view from a layout file given the id of the view?

971


What is aapt (android asset packaging tool)?

1018


What is android version 7.0 called?

965


The last callback in the lifecycle of an activity is onDestroy(). The system calls this method on your activity as the final signal that your activity instance is being completely removed from the system memory. Usually, the system will call onPause() and onStop() before calling onDestroy(). Describe a scenario, though, where onPause() and onStop() would not be invoked.

2743


What is api level, codename of android 4.0.3 – 4.0.4?

972


Explain localization and how to achieve?

974


What are the steps required in setting up the linkify calls intent?

1027


how to upgrade database tables in the later versions of an application?

954