tags:

views:

41

answers:

1

Hi every one i am new to android application. i am reading data from xml which is in server .. for hotel list its reading properly but when i click any of the hotels i am redirecting to another page there its showing an error " application has stopped unexpectedly please try again" i dont where i am wrong can any one pls help me in dis.. thanks in advance

A: 

refer log cat message for error details...

MGS
i am using titanium developer while tracing its shows error message like this "[INFO] [122,2115] [error: {"message":"location is currently unavailable.","code":2}] null"
Patel
what you doing on your list click event,i think you staring a new activity,let's try to start that activity without sending any data simply check that activity is fired or not,
MGS
let's check that you have defined (click event) activity in your manifest file,
MGS
i removed all the functions like calling or reading xml .. i just added alert on click but still same error
Patel
check whether you have defined that activity in your manifest file or not
MGS