I have been Google database handling packages. Now I am getting a Null Pointer Exception in the following line :

birthDate = "" + entry.getBirthday().getValue();

birthday is a variable declared...