Jeff Campbell

Results 1 issues of Jeff Campbell

- For the code: @InjectView(R.id.item) AutoCompleteTextView autoCompleteTextView; ... @OnItemClick(R.id.item) public void onMyItemClick(long id) { ... } - During runtime the following exception will be thrown: java.lang.ClassCastException: android.widget.AutoCompleteTextView cannot be cast...