This is my web service data.
[
{
"msgid": "1",
"title": "Lorem Ipsum is simply text",
"dt": "05-SEP-2012"
},
{
"msgid": "2",
"title": "Lorem Ipsum is simply ",
"dt": "16-NOV-2011"
},
{
"msgid": "3",
"title": "Lorem Ipsum is simply text",
"dt": "13-SEP-2012"
},
{
"msgid": "4",
"title": "Lorem Ipsum is simply text2",
"dt": "26-SEP-2012"
},
{
"msgid": "5",
"title": "Lorem Ipsum is simply text",
"dt": "30-SEP-2012"
},
{
"msgid": "6",
"title": "test message ",
"dt": "12-OCT-2012"
},
{
"msgid": "7",
"title": "test message ",
"dt": "01-OCT-2012"
}
]
How can I fetch this data to app in Android using JSON parsing?
what is the java code for this data can u help me….plz….
public class Original_list extends Activity {
}