Multiple markers at this line - Line breakpoint:HelloListView [line: 34] - onItemClick(AdapterView<?>, View, int, long) for the following code
can any one help me how to resolve this. Multiple markers at this line - Line breakpoint:HelloListView [line: 34] - onItemClick(AdapterView, View, int, long) for the following code.
this is the error for th开发者_如何学JAVAe following code.
Toast.makeText(getApplicationContext(), ((TextView) view).getText(),
Toast.LENGTH_SHORT).show();
精彩评论