Android SQLite Database and ContentProvider

Android SQLite Database and ContentProvider

1. SQLite and Android 1.1. What is SQLite? SQLite is an Open Source Database which is embedded into Android. SQLite supports standard relational database features like SQL syntax, transactions and prepared statements. In addition it requires only little memory at runtime (approx. 2

[ read more ]

Android Filebased Persistence with Preferences, Filesystem and SD Card

Android Filebased Persistence with Preferences, Filesystem and SD Card

1. Android File Based Persistence 1.1. Methods of persistence Android allows to store local data as files. Android uses file based storage for handling application settings (Preferences) and instances of the SQLite database. For each application the Android system creates a "dat

[ read more ]

Netbeans Problem: How To Change Port Number For GlassFish

Netbeans Problem: How To Change Port Number For GlassFish

Both Oracle an GlassFish runs by default on port number 8080,results in port conflict Following are simple steps to change the port number of glassfish server : Go to the folder where Glassfish is installed. Locate config folder which is as follows: C:Program Filesglassfish-3.0.1glassfishdo

[ read more ]

Android Tutorial Table Of Content

Android Tutorial Table Of Content

Android Development Introduction Android Development Tutorial  (Part 1)  (Part 2) Android Filebased Persistence with Preferences, Filesystem and SD Card Android ListView and ListActivity Android Intents Android SQLite Database and ContentProvider Android Custom Views Android Liv

[ read more ]