You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After loading the concerned employees and create a checkbox widget for each one, failed to find the selected or the assigned employees (checkboxes) from Adapter (com.selimhorri.pack.pattern.adapter.ManagerAddProjectAdapter)
the problem here is to handle the add project form/activity to make a POST request with the server, i need to find all ids in the activity (com.selimhorri.pack.activity.manager.ManagerAddProject)
The problem is that I find ids of all widget (editTexts, button..) except for the list of assigned employees (selected checkboxes). How to find the list of the selected ones !?
The text was updated successfully, but these errors were encountered:
After loading the concerned employees and create a checkbox widget for each one, failed to find the selected or the assigned employees (checkboxes) from Adapter (com.selimhorri.pack.pattern.adapter.ManagerAddProjectAdapter)
the problem here is to handle the add project form/activity to make a POST request with the server, i need to find all ids in the activity (com.selimhorri.pack.activity.manager.ManagerAddProject)
The problem is that I find ids of all widget (editTexts, button..) except for the list of assigned employees (selected checkboxes). How to find the list of the selected ones !?
The text was updated successfully, but these errors were encountered: