What do @string & @+id mean?
And why we can't use a String("False") instead of false_button in below ?
<Button
android:id="@+id/false_button"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/false_button" />
Thanks.