Team Leader Android Developer Question:
Tell us how do you find any view element into your program?
Answer:
Findviewbyid : Finds a view that was identified by the id attribute from the XML processed inActivity.OnCreate(Bundle).
Syntax
[Android.Runtime.Register("findViewById", "(I)Landroid/view/View;", "GetFindViewById_IHandler")]
public virtual View FindViewById (Int32 id)
Syntax
[Android.Runtime.Register("findViewById", "(I)Landroid/view/View;", "GetFindViewById_IHandler")]
public virtual View FindViewById (Int32 id)
Previous Question | Next Question |
Tell me where can you define the icon for your Activity? | How to perform actions that are provided by other application e.g. sending email? |