Android: What is the different between textview onclick and button on click? -
Android: What is the different between textview onclick and button on click? -
i have uncertainty between views textview , button. know basic function of textview , button still need clear onclicklistener functionality. both views having setonclicklistener function. how compiler takes when textview , button onclick?
i have uncertainty between containers textview , button
they not "containers", cannot contain other widgets. textview , button widgets.
how compiler takes when textview , button onclick?
textview java class. button java class. button inherits textview. textview has setonclicklistener() method. method available on subclasses of textview, including button.
android android-layout android-intent android-activity android-fragments
Comments
Post a Comment