> So I guess beceause I forgot the 'row.' I go my first created row and > had it overwritten all the time. Is that correct?
Well, more accurately, by leaving off "row.", you were asking the *activity* to give you a widget based upon its ID, and it gave you the first one it encountered. I would not rely upon that consistently being the first row, but it is statistically unlikely to be the row you really want to work with. -- Mark Murphy (a Commons Guy) http://commonsware.com Android App Developer Books: http://commonsware.com/books.html -- 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

