RecyclerView를 사용할 때, 반드시 구현해야하는 클래스로 RecyclerView.Adapter와 RecyclerView.ViewHolder가 있습니다. RecyclerView.Adapter는 데이터를 적절히 RecyclerView에 표시하기 위해 필요한 걸 알
RecyclerView를 사용할 때, 리스트가 update되어 RecyclerView에 반영해야할 때, 흔히 쓰는 method는 notifyDataSetChanged()입니다. notifyDataSetChanged()의 경우 쓰기는 간편하지만 성능에 좋지 않은 영향을
RecyclerView를 사용할 때, 리스트가 update되어 데이터를 다시 출력해야할 경우 adapter의 notifyDateSetChanged()를 호출하여 사용합니다. 하지만 이는 성능에 좋지 않은 영향을 미치게 됩니다. notifyDataSetChanged의
Interface to global information about an application environment. This is an abstract class whose implementation is provided by the Android system. It
View binding is a feature that allows you to more easily write code that interacts with views. Once view binding is enabled in a module, it generates