[android-developers] remove view event

2012-01-18 Thread satahippy
can i set listener to removing view event? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

Re: [android-developers] remove view event

2012-01-18 Thread TreKing
On Wed, Jan 18, 2012 at 5:37 PM, satahippy satahi...@gmail.com wrote: can i set listener to removing view event? Removing from what? - TreKing http://sites.google.com/site/rezmobileapps/treking -

Re: [android-developers] remove view event

2012-01-18 Thread satahippy
remove from parent) -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For

Re: [android-developers] remove view event

2012-01-18 Thread Kristopher Micinski
http://developer.android.com/reference/android/view/View.html#onDetachedFromWindow() But, the fact you want to do this might indicate that you are doing something somewhat strange, why do you need to use this? On Wed, Jan 18, 2012 at 10:22 PM, satahippy satahi...@gmail.com wrote: remove from

Re: [android-developers] remove view event

2012-01-18 Thread satahippy
i am remove views in other parts of programm and i don't whant to rewrite all this -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send

Re: [android-developers] remove view event

2012-01-18 Thread Kristopher Micinski
That didn't really make any sense.. can you explain why this helps you reduce the code you write? kris On Wed, Jan 18, 2012 at 11:03 PM, satahippy satahi...@gmail.com wrote: i am remove views in other parts of programm and i don't whant to rewrite all this -- You received this message