Anybody could explain the meaning of "android.R.id.content" ?
How is it being used ?
http://developer.android.com does not have any explanation.
public static final int content
Since: API Level 1Constant Value: 16908290 (0x01020002)
As Philipp Reichart commented:
android.R.id.content
gives you the root element of a view, without having to know its actual name/type/ID. Check out http://stackoverflow.com/questions/4486034/android-how-to-get-root-view-from-current-activity