As I searched whole net still in problem with ListView From Sqlite. After searching so much i am trying my project on android hive example Link here. So in this in Database
I solve that adding the function toString to my class object.
In your case, add that function to the class contact
public String toString(){ return name; }