android - setContentView() function alternatives in C# -
i android developer. when want alter current layout (and functions assigned it) in activity
utilize setcontentview()
method. there similar function (to setcontentview()
) in c#, gonna create me able alter layout (all buttons, labels, etc., theirs position, names, ids, ...) in form
without opening new window , closing current one? create fullscreen game, so...
i not want generate items dynamically if isn't necessary. tried google search, unsuccessfully...
edit(from selvin): in fact question is: android.app.activity.setcontentview
replacement in system.windows.forms.form
(and prolly has nil xamarin )
c# android winforms
No comments:
Post a Comment