If your two activities are calling and returning properly, check your first activity's onResume() function for something screwy. At least put a log statement there to tell you if it even gets that far. Might do the same with the second activity's onPause() too.
On Feb 9, 9:05 pm, Komal <[email protected]> wrote: > Hi, > I am developing simple application. > I have one activity which displays list of name of employees. I m > fetching the employees name from database. > when i click on any of the name ,i will display the next page showing > details of that employee. also fetching details of employee from the > database. > It is working perfectly. > but when i press back button of android phone to go back to the > list ,i m facing an error. > how can i go back to the list? > please help me!! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

