Extend SQLiteOpenHelper as a singleton class in Android
Update: 2012-07-27
Update: 2012-07-27
Today I wanted to write logcat output to a file while my application is running. To do so I executed the following code:
Today I am going to show you how to create an android application which comes with a pre-populated database. The database file has to be stored in assets dir...
Today I am going to show you how to get the bluetooth adapter deviceĀ name (if exists) and MAC address programmatically in Android. Note that this code will ...
Today I am going to show you how to install Jboss 5.1.0.GA on a Windows 7 machine.