Category Archives: Android

Interprocess Data Sharing in Android

The database in an Android application is available only to the application which created it. In normal scenarios, applications need to share data quiet frequently. There is a concept of content provider in Android which can be used to share data between different applications. The content provider is a type of data store which has [...]

Android Database Implementation

Android uses SQLLite, which is an open source SQL database system for storing persistent data. The database that you create for an application is only accessible to itself, others applications won’t be able to access it. Android provides API’s to interact with the database which are quite easy to use. The performance of the database [...]

Android development with Eclipse

First of all you need an Android SDK(Software Development Kit). Download it from here Windows, Linux, Mac. Unzip it and extract it to some location. This location will be referred later when Eclipse plug in for android development will be installed. There is a Eclipse plug in for Android development called ADT(Android Development Tools). It [...]

Follow

Get every new post delivered to your Inbox.