OnClickListener使用Toast

I am trying to use Toast inside OnCLickListner and am getting the following error

--The method makeText(Context, CharSequence, int) in the type Toast is not applicable

 

 

Toast.makeText(this, Lname, Toast.LENGTH_SHORT).show();
把this換成你的activity.this
你在內部類裏用this,對象不是activity 

 

 

發佈了7 篇原創文章 · 獲贊 2 · 訪問量 2萬+
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章