Team Leader Android Developer Question:

Tell us how do you find any view element into your program?

Tweet Share WhatsApp

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)

Download Team Leader Android Developer PDF Read All 67 Team Leader Android Developer Questions
Previous QuestionNext 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?