Android Tutorial 3 - Simple Note List
Loading...
4,072
Loading...
Uploader Comments (MimirSoft)
see all
All Comments (4)
-
Short, simple and informative
I really like your style of teaching
-
Unlike xCode for iPhone.., This stuff really works!!
Thanks a lot. :-)
-
Why is your ArrayList declared as final although later you are adding list items to that array? I thought final fields can be filled with values only while declaration. Whats the explanation for your example?
Loading...
No. With respect to an object or array, final simply prevents you from reassigning that variable to a different object or array. It does not make the members(elements) of that array constant.
MimirSoft 6 months ago