I\'m doing some Android development, and I much prefer Visual Studio, but I\'ll have to use Eclipse for this.
Has anyone made a tool which can make Eclipse<
I'm gonna play devils advocate here and say that forcing you to use this.myString is actually much safer than just myString. myString could be defined locally (in the method) or in the class as a private member. I sometimes think Visual Studio is a bit cavalier about this. In the sample you mention (I saw the video but it was illegible) where is myString scoped?