WinForm User Control functionality in Android -


i new android development , working on first android app. i've come across scenario need dynamically add 2 textboxes , checkbox list each object in list. if using winforms use custom user control , handle checkedchanged event inside custom control.

i've googled around , been able find tutorials on how build own controls ground up. while helpful, want combine 3 default controls single custom control , having no luck @ in finding tutorial goes through how this.

does know if describing possible, , if is, there reference out there shows how this?

this tutorial(using xamarin) laid out how accomplish needed.


Comments

Popular posts from this blog

Issues changing the value of an element in an array in matlab -

php - MySQLi binding parameters in a prepared statement doesn't work unless inserted after "WHERE" -

vb.net - Alternative to the T-SQL AS keyword -