I need to access json data from my android app. for that i have developed code. now i have small issue. but i can not solved it. it gives me a error like in image:

and print my json data and it likes this.

and this is my code.
String date = c.getString(TAG_DATE);                
String description = c.getString(TAG_DESCRIPTION);  
String title = c.getString(TAG_TITLE);
can someone please help me.
 
     
     
    