(Rest Api) Recycler View with Accept and Decline a request Buttons in each Row in android
问题 I am developing an android application based on Rest Api remote data, in which I have made one RecyclerView . I have added 2 buttons with each row in RecyclerView . These 2 buttons are Accept and Decline. When user selects accept button certain portion of the JSON Property have to change to True and if selects decline button certain portion of the JSON Property have to change to false and @POST it. How can I do it? I’m new in Rest Api with RecyclerView , so if you know the solution please