Question : I could not find the error. My activity: private AdapterPacientes adapterPacientes; private static MVP.Presenter presenter; @Override protected void […]
Tag: android-recyclerview
How to update RecyclerView simply and efficiently?
Question : The ways I know to update a RecyclerView most efficiently is to use adapter methods notifyItemMoved notifyItemRangeChanged notifyItemRangeInserted […]
What is RecyclerView?
Question : I saw the class in the Andorid documentation , but I did not quite understand its functionality , […]