hi guys, i have many activities in my application. since i had this issue previously too, after going through few replies related to this issue i used to start my activities like this
startActivityForResult(intent, 107); so when i'm done with the started activity i'm calling finish() as well as finishActivity(107) now i have 1 activity which will display a List and another activity to have a Blur background. since underneath of the blur activity i have to display List activity once i'm done with the list i'm not calling finish() or finishActivity(107) so once i pressed back button i'm calling finishActivity(107) but still it displays the List activity. may i know why is that and could you guys tell me how to achieve this?? regards, mike -- 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

