
blog address: http://findnerd.com/list/view/Creating-a-table-in-android-SQLITE/5391/
keywords:
member since: Aug 13, 2015 | Viewed: 127
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
Web Application Development Co...
Mar 12, 2024
Technology
Vacation Rental Software...
Mar 24, 2023
Technology
techtipsNapps...
Nov 10, 2014
Technology
Mi Robot Vacuum Mop for Floor ...
Nov 2, 2021
Technology
Microsoft Lumia 535 Dual Sim R...
Sep 29, 2015
Technology
OpsMatters...
Nov 14, 2021