
blog address: http://findnerd.com/list/view/Creating-a-table-in-android-SQLITE/5391/
keywords:
member since: Aug 13, 2015 | Viewed: 131
Creating a table in Android SQLite
Category: Technology
There are situation when we need to maintain(store) data at our application level, this is mainly done when we try to execute functionalists at offline mode. So for these kind scenarios android sdk has provide us class known as SQLiteOpenHelper with the help of which we can maintain a database. The very first step is to learn how to create a table. And before that you should know what is Table and Columns . It is very basic terminology of sqlite. So briefly we can say that table is a structure with various columns in which we store the data of a particular data type. Lets take up an example a very common example. Suppose you need to save an employee data, here I’m just saving the name of employee, his salary, his designation. You can have more information as per your requirement. To know more about Creating a Table in Android SQLite please visit http://findnerd.com/list/view/Creating-a-table-in-android-SQLITE/5391/ Apart from this you can also ask your Android Programming problems or queries at Android Developer Forum & the experts here in this forum will resolve your queries within shortest possible time frame.
{ More Related Blogs }
Technology
The Latest Technology News and...
Feb 3, 2016
Technology
Google Chrome Rolls out an Eme...
Dec 12, 2023
Technology
Lenovo Laptop IdeaPad 3, Intel...
Mar 13, 2022
Technology
What trends are going to rule ...
Mar 16, 2022
Technology
What is your virtual meeting p...
Mar 14, 2022
Technology
Amadeus Airline Reservation Sy...
Dec 21, 2023