android10

  • Increase font size
  • Default font size
  • Decrease font size
Articles for Developers

Articles » Development » Data Storage

Data Storage

Articles and examples related with data storage, SQL languaje, SQLLite, etc.

RSS Feed
Development/Data Storage
Author:android10
Introduction Database support is the lifeline of every application, big or small. Unless your application deals only with simple data, you need a database system to store your structured data. Android uses the SQLite database system, which is an...
Sunday, 14 November 2010 | 17602 hits | Print |  E-mail | Report | Read more
Development/Data Storage
Author:android10
Introduction In this article we will see how to use our database created in part 1, so if you're here and didn't see the first part, here is: Creating and Using Databases in Android Part 01 Creating and Using Databases in Android Part 02...
Sunday, 14 November 2010 | 8548 hits | Print |  E-mail | Report | Read more
Development/Data Storage
Author:android10
Introduction In this article we will see how to use our database created in part 1 and 2, so if you're here and didn't see those parts, here are: Creating and Using Databases in Android Part 01 Creating and Using Databases in Android Part 02...
Sunday, 14 November 2010 | 6339 hits | Print |  E-mail | Report | Read more
Development/Data Storage
Author:Fernando Cejas
Introduction SDK Version: M3 If you want to include a database with initial data in your apk, you have to insert the database file into the projects assets folder, then programmatically check if the database, and if it does not exists copy the...
Tuesday, 06 July 2010 | 1926 hits | Print |  E-mail | Report | Read more
Development/Data Storage
Author:Fernando Cejas
Introduction SDK Version: M3 The most spread method to connect to a remote MySQL database from an android device, is to put some kind of service into the middle. Since MySQL is usually used together with PHP, the easiest and most obvious way to...
Friday, 09 July 2010 | 19266 hits | Print |  E-mail | Report | Read more
Development/Data Storage
Author:Fernando Cejas
Introduction SQLite is an embedded SQL database engine. Unlike most other SQL databases, SQLite does not have a separate server process. SQLite reads and writes directly to ordinary disk files. A complete SQL database with multiple tables,...
Saturday, 10 July 2010 | 2808 hits | Print |  E-mail | Report | Read more
Development/Data Storage
Author:Fernando Cejas
Introduction This Android Quick Tip will show you how to allow your end-users to optionally save valuable device storage space by choosing to store your application on their removable SD card. Final Result Preview This tutorial will take an...
Sunday, 15 August 2010 | 2953 hits | Print |  E-mail | Report | Read more
Development/Data Storage
Author:Fernando Cejas
Introduction Android applications can store application data in SQLite databases. In this tutorial, you learn how SQLite databases are designed and manipulated. Here we begin by designing and using a simple SQLite database to manage chess...
Thursday, 30 September 2010 | 3381 hits | Print |  E-mail | Report | Read more
Development/Data Storage
Author:Fernando Cejas
Introduction The dev guide provides information on how to set up a database for your application. This essentially involves extending SQLiteOpenHelper and overriding its onCreate and onUpgrade methods. Both methods are given a SQLiteDatabase...
Friday, 05 November 2010 | 4863 hits | Print |  E-mail | Report | Read more
Development/Data Storage
Author:Fernando Cejas
Introduction File manipulation on an Android device is stupid easy, as long as you know how to interact with files in Java and as long as you stay within your application’s designated space. The former, well, this post isn’t going to fill in...
Tuesday, 30 November 2010 | 3154 hits | Print |  E-mail | Report | Read more
Development/Data Storage
Author:Fernando Cejas
Introduction In a previous Android article showed how to store data from Android using a SQLite database. Storing your data in a database is one good way to persist your data, but there's a caveat in Android—databases created in Android are...
Monday, 06 December 2010 | 8369 hits | Print |  E-mail | Report | Read more
Development/Data Storage
Author:Fernando Cejas
Introduction This Android quick tip will introduce you to the various data storage options available on the Android platform. A brief practical overview with considerations for each storage option will also be provided. When you develop...
Wednesday, 30 November 2011 | 3257 hits | Print |  E-mail | Report | Read more

  • «
  •  Start 
  •  Prev 
  •  1 
  •  2 
  •  Next 
  •  End 
  • »

Page 1 of 2


ANDROID10 --- TIP!!!

android10 tipIf you are writing an article and want to include your source code or a file...is pretty simple: first you save your article for first time to create it, then you edit it and at bottom of the editor, you have a button "Add Attachment"...just click it, upload your file...and that's all...too easy...
contact android10!!!