Android的一个小问题 public void onClick(DialogInterface arg0, int arg1)
publicvoidonClick(DialogInterfacearg0,intarg1)是个验证密码的框,我想问问这里的arg0和arg1分别表示什么呢?我在很多地方...
public void onClick(DialogInterface arg0, int arg1) 是个验证密码的框,我想问问 这里的 arg0和arg1分别表示什么呢 ?我在很多地方都看到了呢。
展开
4个回答
展开全部
/**
* This method will be invoked when a button in the dialog is clicked.
*
* @param dialog The dialog that received the click.
* @param which The button that was clicked (e.g.
* {@link DialogInterface#BUTTON1}) or the position
* of the item clicked.
*/
这是android对该函数的注释,其实也就是第一个参数是接收到点击事件的对话框,第二个参数是该对话框上的按钮
* This method will be invoked when a button in the dialog is clicked.
*
* @param dialog The dialog that received the click.
* @param which The button that was clicked (e.g.
* {@link DialogInterface#BUTTON1}) or the position
* of the item clicked.
*/
这是android对该函数的注释,其实也就是第一个参数是接收到点击事件的对话框,第二个参数是该对话框上的按钮
展开全部
arg本身毫无意义,在这里就是当作参数的名字出现的。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
这种问题不要问别人,自己的动手能力呢?看看官方的文档,做一个有思维的人,这种API级别的问题问别人对自己的成长没有任何好处。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询