To remove the verified OTP complaint from the RecyclerView, you can directly remove the corresponding item from the adapter’s data list and notify the adapter. Here’s the updated code with that logic integrated: Remove items from RecyclerView Let’s Take an example for an OTP inside private void verify_OTP(String compNo, String serStationCode, String otp, String rating, String feed, String close_by_emp, String …
Read More »