Good Morning,
I am fairly proficient in
Java and now I would like to put it to the
test by exploring Android Application Development.
My questions are, in the listing below (taken from the official online android tutorials):
* Why is the key
EXTRA_MESSAGE defined as a final
string ?
* And is there any significance in literal value "com.example.myfirstapp.MESSAGE" ? Would any literal do? (I will test this)
*
Thanks for any replies.