[android-developers] Re: Generating a unique widget ID
The view ID is intended to be used inside the scope of an onClick() or
some other onEvent() method. In that case, the onEvent method was set
in the initialization for the widget, which will be unique to your
widget. In other words, it's always one of your custom widgets. I
wouldn't use a view ID outside that scope.
--
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+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home