Team Leader Android Developer Question:
Download Questions PDF

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)

Download Team Leader Android Developer Interview Questions And Answers PDF

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?