Res Id
The "@ResId"
annotation is applied to those parameters that are a resource (id, string, drawable, etc.) of the Android's project
-> Id of the view to use
private View someView;
-> String resource to use
private String message;
Content copied to clipboard
Author
N7ghtm4r3 - Tecknobit