DatabaseManager_For_Android icon indicating copy to clipboard operation
DatabaseManager_For_Android copied to clipboard

Expected recource of type id

Open abbasalim opened this issue 8 years ago • 2 comments

crud_dropdown.setAdapter(crudadapter); lcrud.setId(299);

abbasalim avatar Apr 13 '16 10:04 abbasalim

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());

JoeLago avatar Jul 08 '16 23:07 JoeLago

Should we not ask why the view ID is being set in the first place? Can the line not just be deleted??

eoinzy avatar Jul 08 '16 23:07 eoinzy