Saturday 28 June 2014

Copy Database Into SD Card From Android Application


In my last Database(Tutorial 1) I described you how to insert thousands of data in database. In emulator you can easily fetch the database with the help of DDMS, but from actual device you can't fetch database from DDMS. So with reference to my last Database(Tutorial 1) tutorial I will show you how to copy Database into SD Card in actual device.

Sunday 22 June 2014

SQLITE DATABASE- INSERT THOUSANDS OF DATA IN SECONDS (Tutorial 1)


Inserting a single data in database is easy, but when we have 1000's of data to be inserted it takes lot of time , because we are calling 1000's of sql queries. So in this tutorial I will show you how you can insert large data in seconds.

Wednesday 11 June 2014

CHECK INTERNET AVAILABILITY AND NOTIFY WHEN AVAILABLE IN ANDROID

If you want to develop an android application that will fetch information from internet, its better to check first if there is any internet connection available or not to handle exceptions.

You may also want to check when internet connection available to perform task or what type of connection is available (like WiFi or Mobile Data).

Sunday 8 June 2014

READ CONTACT INFORMATION ( NAME, NICKNAME, NUMBER, EMAIL, ADDRESS, BIRTHDAY, ANNIVERSARY, NOTE, ORGANISATION, ACCOUNTS) IN ANDROID


In this tutorial we will read the contact information present in android device like name, nickname, number,
pic, address, birthday, anniversary, note, organisation, accounts.