• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Search results

  1. L

    Delete and undo in RecyclerView causes multiple entries

    have data in my SQLite Database which I load into a RecyclerView. With an ItemTouchHelper you can delete a item and a Snackbar appears with an undo .action. The problem I have is that when I delete and undo multiple times and I reload the app, I have got multiple entries where I deleted and...
  2. L

    Keyboard over BottomSheet(Dialog) problem

    Hello people. I do use BottomSheetDialog and there are some Edittext etc... But the problem is that when the keyboard pops up, not the whole BottomSheet is over the Keyboard. I've tried: d.getWindow().setSoftInputMode(WindowManager.LayoutParams.SOFT_INPUT_ADJUST_RESIZE); and any SOFT_INPUT...