I am using custom adapter extending cursor adapter for displaying data in listview, to display particular phone number i have passed the id to a method in database class but
Check the return value from moveToFirst(), before you try to read anything from the cursor. It looks as if no results are being returned.
moveToFirst()