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
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
2010-10-11 08:44:38
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
2010-10-11 08:51:40
let's check that you have defined (click event) activity in your manifest file,
MGS
2010-10-11 08:53:23
i removed all the functions like calling or reading xml .. i just added alert on click but still same error
Patel
2010-10-11 09:27:23
check whether you have defined that activity in your manifest file or not
MGS
2010-10-11 10:22:39