I don't know if you and I have a hint of ARG.
@Override Public void int arg1, int int Arg3) { // TODO auto-generated method stub }
When encountered this reason, is because in our Android SDK does not have the source code, needs in the SDK resource has our source code
In the first step, we need to know what version of our own Android is.
The second step, according to their own version to download the corresponding source code. Source to the official website to download it can
Step three, unzip the downloaded source and copy it into the resource folder of your SDK.
The fourth step is to open our editing software. Because I'm still using eclipse. Enter activity, then ALT + left mouse button
Fifth step, click the Attach Source button will pop up the following dialog box
Click External Folder to select the resource file. You can solve the ARG hint that you don't want to see again.
Don't ever see Eclipse's ARG0,ARG1 Tips