I\'ve develop android application, and one question.
As you know, When we use LiveActivity, we must specify @id/android:list for ListView ID.
But, When I us
The fundamental difference between @ and @+ is that @+ is signaling that you need to add a new id, the @ by itself tells the compiler to look for an existing id.
@
@+