DatabaseManager_For_Android
DatabaseManager_For_Android copied to clipboard
Expected recource of type id
crud_dropdown.setAdapter(crudadapter); lcrud.setId(299);
Should be able to find a fix here: http://stackoverflow.com/questions/24682007/assign-a-view-id-programmatically-in-android
I used view.setId(View.generateViewId());
Should we not ask why the view ID is being set in the first place? Can the line not just be deleted??