Android - Same Id for multiple widget -


i have multiple activity. of activity have same buttons such "continue" or "cancel" etc. each of have different actions. question is, can use same id button's in different activity? is, can use "android:id="@+id="continue_button" continue button's in different activity. or should use "continue_button_1" "continue_button_2" ...........

'views may have integer id associated them. these ids typically assigned in layout xml files, , used find specific views within view tree...view ids need not unique throughout viewtree, practice ensure @ least unique within part of tree searching. ' (http://developer.android.com/reference/android/view/view.html)


Comments

Popular posts from this blog

linux - Mailx and Gmail nss config dir -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -